Important changes to Tiny Cloud pricing > Find out more
Return to Website

constrain_menus

(Requires: 3.0.4)

This option enables you to force all menus to be constrained to the current view port. Drop menus can be placed outside the visible area of a window by default. Enabling this option will move them inside the currently visible area to reduce scrollbars, etc.

Example of usage of the constrain_menus option:

tinyMCE.init({
    ...
    constrain_menus : true
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.