[Yanel-commits] rev 42534 - public/yanel/contributions/ajax-components/src/lookup-tree

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


Author: simon
Date: 2009-04-25 00:32:14 +0200 (Sat, 25 Apr 2009)
New Revision: 42534

Modified:
   public/yanel/contributions/ajax-components/src/lookup-tree/README.txt
Log:
readme improved

Modified: public/yanel/contributions/ajax-components/src/lookup-tree/README.txt
===================================================================
--- public/yanel/contributions/ajax-components/src/lookup-tree/README.txt	2009-04-24 13:53:46 UTC (rev 42533)
+++ public/yanel/contributions/ajax-components/src/lookup-tree/README.txt	2009-04-24 22:32:14 UTC (rev 42534)
@@ -21,6 +21,9 @@
 lookup-upload-action-url: to where should a upload request be sent.
 lookup-upload-submit-button-label: the label of the submit button of the uplad form
 lookup-upload-enabled: true/false to disable the upload widget.
+lookup-create-folder-name-default: default text of the folder name input field
+lookup-current-path-label": Label in front of the display of the current path.
+lookup-create-folder-enabled": true/false to disable the create-new-folder widget.  
             
 Exampe lookupTreeConfig:
 
@@ -31,10 +34,13 @@
               "lookup-treepanel-height": "340", 
               "lookup-gridpanel-width": "240", 
               "lookup-gridpanel-height": "340", 
-              "lookup-root-node-label": "test",
+              "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-create-folder-name-default": "Folder Name",
+              "lookup-current-path-label": "Current Path:", 
+              "lookup-create-folder-enabled": "true" ,         
               "lookup-upload-enabled": "true"
-          }; 
\ No newline at end of file
+          }; 



More information about the Yanel-commits mailing list