ASP.NET Pack Programmer's Guide
TableNode.setEnableStyledText Method
See Also
 





Sets a value indicating whether styled text rendering is enabled.

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function setEnableStyledText (value)

 Parameters

value

true to parse the node's text in order to find formatting tags, or false otherwise.

 Remarks

Styled text allows applying various attributes to the characters it contains. Attributes are specified using HTML-like formatting tags embedded in the raw text. At this time the component supports the following formatting tags:

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace