
|
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"); ...
For more information please review the edit-on Pro Integration Manual.
|
|