From: Alan Knowles Date: Wed, 2 Nov 2011 05:49:00 +0000 (+0800) Subject: Palete/rooprops.json X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c7ee4e4a08d5a4ecde75297da7661c2bce974719;p=app.Builder.js Palete/rooprops.json --- diff --git a/Palete/rooprops.json b/Palete/rooprops.json index 6571ce225..c883246f6 100644 --- a/Palete/rooprops.json +++ b/Palete/rooprops.json @@ -13720,6 +13720,14 @@ } ] }, + "Roo.lib": { + "props": [], + "events": [] + }, + "Roo.lib.Ajax": { + "props": [], + "events": [] + }, "Roo.menu": { "props": [], "events": [] @@ -15667,6 +15675,12 @@ }, "Roo.tree.TreeEditor": { "props": [ + { + "name": "tree", + "type": "Roo.tree.TreePanel", + "desc": "The tree to bind to.", + "memberOf": "" + }, { "name": "alignment", "type": "String", @@ -15801,6 +15815,12 @@ "type": "function", "desc": "Fires before the component is hidden. Return false to stop the hide." }, + { + "name": "beforenodeedit", + "sig": "function (_self, node)\n{\n\n}", + "type": "function", + "desc": "Fires when editing is initiated, but before the value changes. Editing can be canceled by returning\nfalse from the handler of this event." + }, { "name": "beforerender", "sig": "function (_self)\n{\n\n}", @@ -15902,7 +15922,7 @@ { "name": "uiProviders", "type": "Object", - "desc": "(optional) An object containing properties which\n\nDEPRECIATED - use 'create' event handler to modify attributes - which affect creation.\nspecify custom {@link Roo.tree.TreeNodeUI} implementations. If the optional\nuiProvider attribute of a returned child node is a string rather\nthan a reference to a TreeNodeUI implementation, this that string value\nis used as a property name in the uiProviders object. You can define the provider named\n'default' , and this will be used for all nodes (if no uiProvider is delivered by the node data)", + "desc": "(optional) An object containing properties which\n\nDEPRECATED - use 'create' event handler to modify attributes - which affect creation.\nspecify custom {@link Roo.tree.TreeNodeUI} implementations. If the optional\nuiProvider attribute of a returned child node is a string rather\nthan a reference to a TreeNodeUI implementation, this that string value\nis used as a property name in the uiProviders object. You can define the provider named\n'default' , and this will be used for all nodes (if no uiProvider is delivered by the node data)", "memberOf": "" }, { @@ -16299,6 +16319,12 @@ "desc": "A TreeLoader for use with this TreePanel", "memberOf": "" }, + { + "name": "editor", + "type": "Object|Roo.tree.TreeEditor", + "desc": "The TreeEditor or xtype data to display when clicked.", + "memberOf": "" + }, { "name": "pathSeparator", "type": "String", @@ -16308,13 +16334,13 @@ { "name": "renderer", "type": "Function", - "desc": "Sets the rendering (formatting) function for the nodes. to return HTML markup for the tree view. The render function is called with the following parameters:", + "desc": "DEPRECATED - use TreeLoader:create event / Sets the rendering (formatting) function for the nodes. to return HTML markup for the tree view. The render function is called with the following parameters:", "memberOf": "" }, { "name": "rendererTip", "type": "Function", - "desc": "Sets the rendering (formatting) function for the nodes hovertip to return HTML markup for the tree view. The render function is called with the following parameters:", + "desc": "DEPRECATED - use TreeLoader:create event / Sets the rendering (formatting) function for the nodes hovertip to return HTML markup for the tree view. The render function is called with the following parameters:", "memberOf": "" }, {