TinyMCE:Configuration/constrain menus
From Moxiecode Documentation Wiki
[edit]
Option: 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.
[edit]
Example of usage of the constrain_menus option:
tinyMCE.init({
...
constrain_menus : true
});
