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.14 When clicking on the "Window Mode" button the editor appears in a separate popup window. Can I set the size of this popup window?
You can set the size of the popup window using the API functions setStandAloneHeight() and setStandAloneWidth(), e.g.:
...
eop.setStandAloneHeight("600");
eop.setStandAloneWidth("400");
...
The unit of the values is px.
For more information please review the edit-on Pro Integration Manual.