This element allows the configuration of the default symbols to appear in the insert symbol dialog.
Configuration Element Tree Structure
<editLive>
<wysiwygEditor>
<symbols>
<editLive> ... <wysiwygEditor> <symbols> <!-- symbols settings --> </symbols> </wysiwygEditor> ... <editLive>
Optional Attributes
clearDialog
This attribute defines whether all of the default symbols contained in the symbol insertion dialog will be removed. This attribute is a boolean and can have the value of either true or false.
Default Value: false
Child Elements
<symbol>
This structure allows inserting a single symbol to appear in the symbol insertion dialog.
Example
The following example would cause the symbol insertion dialog to not contain any symbols.
<editLive> ... <wysiwygEditor> <symbols clearDialog="true"> ... </symbols> <wysiwygEditor> ... </editLive>
Remarks
The <symbols> element can appear only once within the <wysiwygEditor> element.
If the <symbols> element is to be left blank the element must then be a complete tag; it cannot contain a tag body. Therefore, the tag must be closed in the same line. It should appear as below:
<symbols/>