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)
3.10 Is it possible to disable the "Advanced" tab within the "Insert Image", "Insert Hyperlink" etc. dialogs?
Yes, it is possible to hide the "Advanced" tab within the dialogs. In order to do so, you can set the "enabled" attribute of the "advanceddialog" element to false in the configuration file (config.xml), e.g.:
<config>
<advanceddialog enabled="false" />
...
</config>
You will find more information in the edit-on Pro Integration Manual.