added export and rich edit page tree picker, and started on image picker
This commit is contained in:
parent
a096a753ba
commit
28b6653e2a
7 changed files with 254 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue