making scrollbars work on page chooser
This commit is contained in:
parent
dd46eeadcb
commit
27921827de
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function TinyMCE_pagetree_execCommand(editor_id, element, command, user_interfac
|
|||
template['width'] = 500;
|
||||
template['height'] = 500;
|
||||
|
||||
tinyMCE.openWindow(template, {editor_id : editor_id});
|
||||
tinyMCE.openWindow(template, {editor_id : editor_id, scrollbars : "yes"} );
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue