Palete/rooprops.json
authorAlan Knowles <alan@roojs.com>
Wed, 2 Nov 2011 05:49:00 +0000 (13:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Nov 2011 05:49:00 +0000 (13:49 +0800)
Palete/rooprops.json

index 6571ce2..c883246 100644 (file)
     }
    ]
   },
+  "Roo.lib": {
+   "props": [],
+   "events": []
+  },
+  "Roo.lib.Ajax": {
+   "props": [],
+   "events": []
+  },
   "Roo.menu": {
    "props": [],
    "events": []
   },
   "Roo.tree.TreeEditor": {
    "props": [
+    {
+     "name": "tree",
+     "type": "Roo.tree.TreePanel",
+     "desc": "The tree to bind to.",
+     "memberOf": ""
+    },
     {
      "name": "alignment",
      "type": "String",
      "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}",
     {
      "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\n<i>uiProvider</i> 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\n<i>uiProvider</i> 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": ""
     },
     {
      "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",
     {
      "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:<ul><li>The {Object} The data for the node.</li></ul>",
+     "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:<ul><li>The {Object} The data for the node.</li></ul>",
      "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:<ul><li>The {Object} The data for the node.</li></ul>",
+     "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:<ul><li>The {Object} The data for the node.</li></ul>",
      "memberOf": ""
     },
     {