From 96e772f7a678d0618d47577be18752aa08a74d75 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Aug 2011 18:29:49 +0800 Subject: [PATCH] Builder/Provider/rooprops.json --- Builder/Provider/rooprops.json | 86 +++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 7 deletions(-) diff --git a/Builder/Provider/rooprops.json b/Builder/Provider/rooprops.json index c6c27ec81..3b52a94a8 100644 --- a/Builder/Provider/rooprops.json +++ b/Builder/Provider/rooprops.json @@ -990,6 +990,12 @@ "desc": "When used with {@link #url}, calls {@link #setUrl} with this value", "memberOf": "" }, + { + "name": "content", + "type": "String", + "desc": "Raw content to fill content panel with (uses setContent on construction.)", + "memberOf": "" + }, { "name": "listeners", "type": "Object", @@ -1648,6 +1654,12 @@ "desc": "When used with {@link #url}, calls {@link #setUrl} with this value", "memberOf": "Roo.ContentPanel" }, + { + "name": "content", + "type": "String", + "desc": "Raw content to fill content panel with (uses setContent on construction.)", + "memberOf": "Roo.ContentPanel" + }, { "name": "listeners", "type": "Object", @@ -1776,6 +1788,12 @@ "type": "function", "desc": "Fires when loading fails." }, + { + "name": "preparedata", + "sig": "function (_self, data, row, record)\n{\n\n}", + "type": "function", + "desc": "Fires on every row to render, to allow you to change the data." + }, { "name": "selectionchange", "sig": "function (_self, selections)\n{\n\n}", @@ -2217,7 +2235,7 @@ { "name": "resizeTabs", "type": "Boolean", - "desc": "True to enable automatic tab resizing. This will resize the tabs so they are all the same size and fit within\nthe space available, similar to FireFox 1.5 tabs (defaults to false)", + "desc": "True to enable automatic tab resizing. This will resize the tabs so they are all the same size and fit within\n the space available, similar to FireFox 1.5 tabs (defaults to false)", "memberOf": "" }, { @@ -2274,6 +2292,12 @@ "desc": "To show the splitter", "memberOf": "" }, + { + "name": "toolbar", + "type": "Boolean", + "desc": "xtype configuration for a toolbar - shows on right of tabbar", + "memberOf": "" + }, { "name": "listeners", "type": "Object", @@ -2356,7 +2380,7 @@ "name": "removeMask", "type": "Boolean", "desc": "True to create a single-use mask that is automatically destroyed after loading (useful for page loads),\nFalse to persist the mask element reference for multiple uses (e.g., for paged data widgets). Defaults to false.", - "memberOf": "Roo" + "memberOf": "" }, { "name": "msg", @@ -2708,6 +2732,12 @@ "desc": "When used with {@link #url}, calls {@link #setUrl} with this value", "memberOf": "Roo.ContentPanel" }, + { + "name": "content", + "type": "String", + "desc": "Raw content to fill content panel with (uses setContent on construction.)", + "memberOf": "Roo.ContentPanel" + }, { "name": "listeners", "type": "Object", @@ -2778,7 +2808,7 @@ "name": "items", "type": "Roo.data.Store", "desc": "array of button configs or elements to add", - "memberOf": "Roo" + "memberOf": "Roo.Toolbar" } ], "events": [] @@ -3015,7 +3045,7 @@ "name": "mode", "type": "String", "desc": "The shadow display mode. Supports the following options:
\nsides: Shadow displays on both sides and bottom only
\nframe: Shadow displays equally on all four sides
\ndrop: Traditional bottom-right drop shadow (default)", - "memberOf": "Roo" + "memberOf": "" }, { "name": "offset", @@ -3363,7 +3393,7 @@ { "name": "resizeTabs", "type": "Boolean", - "desc": "True to enable automatic tab resizing. This will resize the tabs so they are all the same size and fit within\nthe space available, similar to FireFox 1.5 tabs (defaults to false)", + "desc": "True to enable automatic tab resizing. This will resize the tabs so they are all the same size and fit within\n the space available, similar to FireFox 1.5 tabs (defaults to false)", "memberOf": "Roo.LayoutRegion" }, { @@ -3420,6 +3450,12 @@ "desc": "To show the splitter", "memberOf": "Roo.LayoutRegion" }, + { + "name": "toolbar", + "type": "Boolean", + "desc": "xtype configuration for a toolbar - shows on right of tabbar", + "memberOf": "Roo.LayoutRegion" + }, { "name": "listeners", "type": "Object", @@ -3573,7 +3609,7 @@ "name": "items", "type": "Roo.data.Store", "desc": "array of button configs or elements to add", - "memberOf": "Roo" + "memberOf": "" }, { "name": "container", @@ -3988,7 +4024,7 @@ "name": "tree", "type": "Roo.tree.TreePanel", "desc": "The tree TreePanel, with config etc.", - "memberOf": "Roo" + "memberOf": "" }, { "name": "fitToFrame", @@ -4074,6 +4110,12 @@ "desc": "When used with {@link #url}, calls {@link #setUrl} with this value", "memberOf": "Roo.ContentPanel" }, + { + "name": "content", + "type": "String", + "desc": "Raw content to fill content panel with (uses setContent on construction.)", + "memberOf": "Roo.ContentPanel" + }, { "name": "listeners", "type": "Object", @@ -4222,6 +4264,12 @@ "type": "function", "desc": "Fires when a template node is double clicked." }, + { + "name": "preparedata", + "sig": "function (_self, data, row, record)\n{\n\n}", + "type": "function", + "desc": "Fires on every row to render, to allow you to change the data." + }, { "name": "selectionchange", "sig": "function (_self, selections)\n{\n\n}", @@ -4256,6 +4304,12 @@ "desc": "String to display while loading.", "memberOf": "" }, + { + "name": "region", + "type": "String", + "desc": "Region to render component to (defaults to center)", + "memberOf": "" + }, { "name": "items", "type": "Array", @@ -4537,6 +4591,12 @@ "desc": "A config object in the format: {field: \"fieldName\", direction: \"ASC|DESC\"}", "memberOf": "Roo.data.Store" }, + { + "name": "multiSort", + "type": "Boolean", + "desc": "enable multi column sorting (sort is based on the order of columns, remote only at present)", + "memberOf": "Roo.data.Store" + }, { "name": "remoteSort", "type": "boolean", @@ -4772,6 +4832,12 @@ "desc": "A config object in the format: {field: \"fieldName\", direction: \"ASC|DESC\"}", "memberOf": "Roo.data.Store" }, + { + "name": "multiSort", + "type": "Boolean", + "desc": "enable multi column sorting (sort is based on the order of columns, remote only at present)", + "memberOf": "Roo.data.Store" + }, { "name": "remoteSort", "type": "boolean", @@ -4890,6 +4956,12 @@ "desc": "A config object in the format: {field: \"fieldName\", direction: \"ASC|DESC\"}", "memberOf": "" }, + { + "name": "multiSort", + "type": "Boolean", + "desc": "enable multi column sorting (sort is based on the order of columns, remote only at present)", + "memberOf": "" + }, { "name": "remoteSort", "type": "boolean", -- 2.39.2