added export and rich edit page tree picker, and started on image picker

This commit is contained in:
JT Smith 2005-01-10 03:52:08 +00:00
parent a096a753ba
commit 28b6653e2a
7 changed files with 254 additions and 14 deletions

View file

@ -21,11 +21,11 @@ function TinyMCE_pagetree_execCommand(editor_id, element, command, user_interfac
case "wgPageTree":
var template = new Array();
alert(getWebguiProperty("pageURL"));
//alert(getWebguiProperty("pageURL"));
template['file'] = "../../../../../.." + getWebguiProperty ("pageURL") + '?op=richEditPageTree'; // Relative to theme
template['file'] = "../../../../../.." + getWebguiProperty ("pageURL") + '?op=richEditPageTree';
alert(template['file']);
// alert(template['file']);
template['width'] = 500;
template['height'] = 500;