making scrollbars work on page chooser

This commit is contained in:
JT Smith 2006-02-28 15:38:11 +00:00
parent dd46eeadcb
commit 27921827de

View file

@ -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;
}