EnglishDeutschFrançais

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.

 

Copyright © 2000-2008 RealObjects GmbH