From: Alan Knowles Date: Wed, 11 Aug 2010 07:20:56 +0000 (+0800) Subject: Builder/Provider/rooprops.json X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=99fc88e31a03054e9c812d97525b1229be46fe6e Builder/Provider/rooprops.json --- diff --git a/Builder/Provider/rooprops.json b/Builder/Provider/rooprops.json index 2e9b42960..2c1bf3a23 100755 --- a/Builder/Provider/rooprops.json +++ b/Builder/Provider/rooprops.json @@ -976,6 +976,12 @@ "desc": "Calls {@link #setUrl} with this value", "memberOf": "" }, + { + "name": "region", + "type": "String", + "desc": "(center|north|south|east|west) which region to put this panel on (when used with xtype constructors)", + "memberOf": "" + }, { "name": "params", "type": "String/Object", @@ -1628,6 +1634,12 @@ "desc": "Calls {@link #setUrl} with this value", "memberOf": "Roo.ContentPanel" }, + { + "name": "region", + "type": "String", + "desc": "(center|north|south|east|west) which region to put this panel on (when used with xtype constructors)", + "memberOf": "Roo.ContentPanel" + }, { "name": "params", "type": "String/Object", @@ -1700,6 +1712,18 @@ "desc": "The empty text to show when nothing is loaded.", "memberOf": "Roo.View" }, + { + "name": "multiSelect", + "type": "Boolean", + "desc": "Allow multiple selection", + "memberOf": "Roo.View" + }, + { + "name": "singleSelect", + "type": "Boolean", + "desc": "Allow single selection", + "memberOf": "Roo.View" + }, { "name": "listeners", "type": "Object", @@ -2670,6 +2694,12 @@ "desc": "Calls {@link #setUrl} with this value", "memberOf": "Roo.ContentPanel" }, + { + "name": "region", + "type": "String", + "desc": "(center|north|south|east|west) which region to put this panel on (when used with xtype constructors)", + "memberOf": "Roo.ContentPanel" + }, { "name": "params", "type": "String/Object", @@ -4030,6 +4060,12 @@ "desc": "Calls {@link #setUrl} with this value", "memberOf": "Roo.ContentPanel" }, + { + "name": "region", + "type": "String", + "desc": "(center|north|south|east|west) which region to put this panel on (when used with xtype constructors)", + "memberOf": "Roo.ContentPanel" + }, { "name": "params", "type": "String/Object", @@ -4140,6 +4176,18 @@ "desc": "The empty text to show when nothing is loaded.", "memberOf": "" }, + { + "name": "multiSelect", + "type": "Boolean", + "desc": "Allow multiple selection", + "memberOf": "" + }, + { + "name": "singleSelect", + "type": "Boolean", + "desc": "Allow single selection", + "memberOf": "" + }, { "name": "listeners", "type": "Object", @@ -6154,6 +6202,12 @@ } ], "events": [ + { + "name": "add", + "sig": "function (combo)\n{\n\n}", + "type": "function", + "desc": "Fires when the 'add' icon is pressed (add a listener to enable add button)" + }, { "name": "autosize", "sig": "function (_self, width)\n{\n\n}", @@ -6750,6 +6804,282 @@ } ] }, + "Roo.form.DisplayField": { + "props": [ + { + "name": "focusClass", + "type": "String", + "desc": "The CSS class to use when the checkbox receives focus (defaults to undefined)", + "memberOf": "" + }, + { + "name": "fieldClass", + "type": "String", + "desc": "The default CSS class for the checkbox (defaults to \"x-form-field\")", + "memberOf": "" + }, + { + "name": "valueRenderer", + "type": "Function", + "desc": "The renderer for the field (so you can reformat output). should return raw HTML", + "memberOf": "" + }, + { + "name": "autoCreate", + "type": "String/Object", + "desc": "A DomHelper element spec, or true for a default element spec (defaults to\n{tag: \"input\", type: \"checkbox\", autocomplete: \"off\"})", + "memberOf": "" + }, + { + "name": "fieldLabel", + "type": "String", + "desc": "Label to use when rendering a form.", + "memberOf": "Roo.form.Field" + }, + { + "name": "qtip", + "type": "String", + "desc": "Mouse over tip", + "memberOf": "Roo.form.Field" + }, + { + "name": "name", + "type": "String", + "desc": "The field's HTML name attribute.", + "memberOf": "Roo.form.Field" + }, + { + "name": "invalidClass", + "type": "String", + "desc": "The CSS class to use when marking a field invalid (defaults to \"x-form-invalid\")", + "memberOf": "Roo.form.Field" + }, + { + "name": "invalidText", + "type": "String", + "desc": "The error text to use when marking a field invalid and no message is provided (defaults to \"The value in this field is invalid\")", + "memberOf": "Roo.form.Field" + }, + { + "name": "validationEvent", + "type": "String/Boolean", + "desc": "The event that should initiate field validation. Set to false to disable\n automatic validation (defaults to \"keyup\").", + "memberOf": "Roo.form.Field" + }, + { + "name": "validateOnBlur", + "type": "Boolean", + "desc": "Whether the field should validate when it loses focus (defaults to true).", + "memberOf": "Roo.form.Field" + }, + { + "name": "validationDelay", + "type": "Number", + "desc": "The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)", + "memberOf": "Roo.form.Field" + }, + { + "name": "msgTarget", + "type": "String", + "desc": "The location where error text should display. Should be one of the following values (defaults to 'qtip'):\n
\nValue         Description\n-----------   ----------------------------------------------------------------------\nqtip          Display a quick tip when the user hovers over the field\ntitle         Display a default browser title attribute popup\nunder         Add a block div beneath the field containing the error text\nside          Add an error icon to the right of the field with a popup on hover\n[element id]  Add the error text directly to the innerHTML of the specified element\n
", + "memberOf": "Roo.form.Field" + }, + { + "name": "msgFx", + "type": "String", + "desc": "Experimental The effect used when displaying a validation message under the field (defaults to 'normal').", + "memberOf": "Roo.form.Field" + }, + { + "name": "readOnly", + "type": "Boolean", + "desc": "True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.", + "memberOf": "Roo.form.Field" + }, + { + "name": "disabled", + "type": "Boolean", + "desc": "True to disable the field (defaults to false).", + "memberOf": "Roo.form.Field" + }, + { + "name": "inputType", + "type": "String", + "desc": "The type attribute for input fields -- e.g. radio, text, password (defaults to \"text\").", + "memberOf": "Roo.form.Field" + }, + { + "name": "tabIndex", + "type": "Number", + "desc": "The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).", + "memberOf": "Roo.form.Field" + }, + { + "name": "value", + "type": "Mixed", + "desc": "A value to initialize this field with.", + "memberOf": "Roo.form.Field" + }, + { + "name": "cls", + "type": "String", + "desc": "A CSS class to apply to the field's underlying element.", + "memberOf": "Roo.form.Field" + }, + { + "name": "width", + "type": "Number", + "desc": "width (optional) size of component", + "memberOf": "Roo.BoxComponent" + }, + { + "name": "height", + "type": "Number", + "desc": "height (optional) size of component", + "memberOf": "Roo.BoxComponent" + }, + { + "name": "disableClass", + "type": "String", + "desc": "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").", + "memberOf": "Roo.Component" + }, + { + "name": "allowDomMove", + "type": "Boolean", + "desc": "Whether the component can move the Dom node when rendering (defaults to true).", + "memberOf": "Roo.Component" + }, + { + "name": "hideMode", + "type": "String", + "desc": "How this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".", + "memberOf": "Roo.Component" + }, + { + "name": "actionMode", + "type": "String", + "desc": "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "memberOf": "Roo.Component" + }, + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" + } + ], + "events": [ + { + "name": "beforedestroy", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires before the component is destroyed. Return false to stop the destroy." + }, + { + "name": "beforehide", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires before the component is hidden. Return false to stop the hide." + }, + { + "name": "beforerender", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires before the component is rendered. Return false to stop the render." + }, + { + "name": "beforeshow", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires before the component is shown. Return false to stop the show." + }, + { + "name": "blur", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires when this field loses input focus." + }, + { + "name": "change", + "sig": "function (_self, newValue, oldValue)\n{\n\n}", + "type": "function", + "desc": "Fires just before the field blurs if the field value has changed." + }, + { + "name": "destroy", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is destroyed." + }, + { + "name": "disable", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is disabled." + }, + { + "name": "enable", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is enabled." + }, + { + "name": "focus", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires when this field receives input focus." + }, + { + "name": "hide", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is hidden." + }, + { + "name": "invalid", + "sig": "function (_self, msg)\n{\n\n}", + "type": "function", + "desc": "Fires after the field has been marked as invalid." + }, + { + "name": "move", + "sig": "function (_self, x, y)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is moved." + }, + { + "name": "render", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is rendered." + }, + { + "name": "resize", + "sig": "function (_self, adjWidth, adjHeight, rawWidth, rawHeight)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is resized." + }, + { + "name": "show", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires after the component is shown." + }, + { + "name": "specialkey", + "sig": "function (_self, e)\n{\n\n}", + "type": "function", + "desc": "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed. You can check\n{@link Roo.EventObject#getKey} to determine which key was pressed." + }, + { + "name": "valid", + "sig": "function (_self)\n{\n\n}", + "type": "function", + "desc": "Fires after the field has been validated with no errors." + } + ] + }, "Roo.form.FCKeditor": { "props": [ { @@ -10823,6 +11153,18 @@ "desc": "The number of clicks on a cell required to display the cell's editor (defaults to 2)", "memberOf": "" }, + { + "name": "ddGroup", + "type": "String", + "desc": "- drag drop group.", + "memberOf": "Roo.grid.Grid" + }, + { + "name": "enableDrag", + "type": "Boolean", + "desc": "True to enable drag of rows. Default is false. (double check if this is needed?)", + "memberOf": "Roo.grid.Grid" + }, { "name": "autoWidth", "type": "Boolean", @@ -11135,6 +11477,18 @@ }, "Roo.grid.Grid": { "props": [ + { + "name": "ddGroup", + "type": "String", + "desc": "- drag drop group.", + "memberOf": "" + }, + { + "name": "enableDrag", + "type": "Boolean", + "desc": "True to enable drag of rows. Default is false. (double check if this is needed?)", + "memberOf": "" + }, { "name": "autoWidth", "type": "Boolean", @@ -11656,6 +12010,18 @@ "desc": "The number of clicks on a cell required to display the cell's editor (defaults to 2)", "memberOf": "Roo.grid.EditorGrid" }, + { + "name": "ddGroup", + "type": "String", + "desc": "- drag drop group.", + "memberOf": "Roo.grid.Grid" + }, + { + "name": "enableDrag", + "type": "Boolean", + "desc": "True to enable drag of rows. Default is false. (double check if this is needed?)", + "memberOf": "Roo.grid.Grid" + }, { "name": "autoWidth", "type": "Boolean", @@ -12344,6 +12710,12 @@ "desc": "True to initialize this checkbox as checked (defaults to false). Note that\nif this checkbox is part of a radio group (group = true) only the last item in the group that is\ninitialized with checked = true will be rendered as checked.", "memberOf": "" }, + { + "name": "text", + "type": "String", + "desc": "The text to show on the menu item.", + "memberOf": "Roo.menu.Item" + }, { "name": "icon", "type": "String", @@ -13004,6 +13376,12 @@ }, "Roo.menu.Item": { "props": [ + { + "name": "text", + "type": "String", + "desc": "The text to show on the menu item.", + "memberOf": "" + }, { "name": "icon", "type": "String", @@ -13416,6 +13794,12 @@ }, "Roo.menu.TextItem": { "props": [ + { + "name": "text", + "type": "Boolean", + "desc": "Text to show on item.", + "memberOf": "" + }, { "name": "hideOnClick", "type": "Boolean", @@ -14963,41 +15347,6 @@ "props": [], "events": [] }, - "_global_": { - "props": [ - { - "name": "disabled", - "type": "Function|boolean", - "desc": "If this module is disabled by some rule, return true from the funtion", - "memberOf": "" - }, - { - "name": "parent", - "type": "String", - "desc": "Name of parent element which it get xtype added to..", - "memberOf": "" - }, - { - "name": "order", - "type": "String", - "desc": "Used to set the order in which elements are created (usefull for multiple tabs)", - "memberOf": "" - }, - { - "name": "name", - "type": "String", - "desc": "String to display while loading.", - "memberOf": "" - }, - { - "name": "items", - "type": "Array", - "desc": "A single item array - the first element is the root of the tree..\nIt's done this way to stay compatible with the Xtype system...", - "memberOf": "" - } - ], - "events": [] - }, "this": { "props": [], "events": []