[Yanel-commits] rev 42535 - public/yanel/trunk/src/realms/yanel-website/content/jelly

simon at wyona.com simon at wyona.com
Sat Apr 25 00:37:37 CEST 2009


Author: simon
Date: 2009-04-25 00:37:37 +0200 (Sat, 25 Apr 2009)
New Revision: 42535

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly
Log:
config for improved lookup widget added

Modified: public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly	2009-04-24 22:32:14 UTC (rev 42534)
+++ public/yanel/trunk/src/realms/yanel-website/content/jelly/tinymce-lookup.jelly	2009-04-24 22:37:37 UTC (rev 42535)
@@ -8,15 +8,19 @@
               "lookup-panel-border": "false", 
               "lookup-panel-padding": "15", 
               "lookup-treepanel-width": "160", 
-              "lookup-treepanel-height": "340", 
+              "lookup-treepanel-height": "315", 
               "lookup-gridpanel-width": "240", 
-              "lookup-gridpanel-height": "340", 
+              "lookup-gridpanel-height": "300", 
               "lookup-root-node-label": "Root",
               "lookup-hook": "lookupHook",
               "lookup-request-paramter-type": '${resource.getParameterAsString("type")}',
               "lookup-upload-action-url": "${yanel.back2realm}create-new-page.html",
               "lookup-upload-submit-button-label": "Upload",
-              "lookup-upload-enabled": "true"
+              "lookup-create-folder-name-default": "Folder Name",
+              "lookup-create-folder-submit-label": "new Folder",
+              "lookup-current-path-label": "Current Path:", 
+              "lookup-upload-enabled": "true",
+              "lookup-create-folder-enabled": "true"
           };
           // this methode is called by gwt
           function callback(path) {



More information about the Yanel-commits mailing list