PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.1.290 (2007-11-07)
TYPO3 Extension:
2.0.2 (2007-06-14)
1.7 Is it possible to add additional symbols to the "Insert Symbol" dialog?
You can add custom symbols to the "Insert Symbol" dialog by defining the corresponding entities in your "config.xml". For example, in order to add the symbols "%u0393" and "%u0394" to your "Insert Symbol" dialog, you'd have to add the following code to your config.xml:
<presetsymbols>
<symbol entity="Α"/>
<symbol entity="Β"/>
</presetsymbols>
You can add additional symbols to the dialog by adding additional entities through the use of "symbol" elements.