From: Alan Knowles Date: Fri, 8 May 2020 08:43:10 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5b1a708cf006e24f8f6eb81a4e9723dad77c31cd;hp=15998029b9f2ae9f00ad0951d00d17d32ff4095b sync --- diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index aeef9e6185..473270564d 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -484,12 +484,12 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { return this; }, - /** - * Reconfigures the grid to use a different Store and Column Model. - * The View will be bound to the new objects and refreshed. - * @param {Roo.data.Store} dataSource The new {@link Roo.data.Store} object - * @param {Roo.grid.ColumnModel} The new {@link Roo.grid.ColumnModel} object - */ + /** + * Reconfigures the grid to use a different Store and Column Model. + * The View will be bound to the new objects and refreshed. + * @param {Roo.data.Store} dataSource The new {@link Roo.data.Store} object + * @param {Roo.grid.ColumnModel} The new {@link Roo.grid.ColumnModel} object + */ reconfigure : function(dataSource, colModel){ if(this.loadMask){ this.loadMask.destroy(); @@ -501,7 +501,41 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { this.colModel = colModel; this.view.refresh(true); }, - + /** + * addColumns + * Add's a column, default at the end.. + + * @param {int} position to add (default end) + * @param {Array} of objects of column configuration see {@link Roo.grid.ColumnModel} + */ + addColumns : function(pos, ar) + { + + for (var i =0;i< ar.length;i++) { + var cfg = ar[i]; + cfg.id = typeof(cfg.id) == 'undefined' ? Roo.id() : cfg.id; // don't normally use this.. + this.cm.lookup[cfg.id] = cfg; + } + + + if (typeof(pos) == 'undefined' || pos >= this.cm.config.length) { + pos = this.cm.config.length; //this.cm.config.push(cfg); + } + pos = Math.max(0,pos); + ar.unshift(0); + ar.unshift(pos); + this.cm.config.splice.apply(this.cm.config, ar); + + + + this.view.generateRules(this.cm); + this.view.refresh(true); + + }, + + + + // private onKeyDown : function(e){ this.fireEvent("keydown", e); diff --git a/docs/json/roodata.json b/docs/json/roodata.json index 53046b8701..dffbb9014b 100644 --- a/docs/json/roodata.json +++ b/docs/json/roodata.json @@ -1644,7 +1644,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -2408,7 +2408,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -2737,7 +2737,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -3057,7 +3057,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "" }, { @@ -4058,7 +4058,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -4895,7 +4895,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -7191,7 +7191,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -16139,7 +16139,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -16607,7 +16607,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -17004,7 +17004,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -17395,7 +17395,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -17829,7 +17829,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -18432,7 +18432,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -18861,7 +18861,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -19318,7 +19318,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -20233,7 +20233,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -20738,7 +20738,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -22110,7 +22110,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -22501,7 +22501,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -23059,7 +23059,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -23994,7 +23994,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -24529,7 +24529,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -25100,7 +25100,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -25512,7 +25512,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -25949,7 +25949,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -26377,7 +26377,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -26868,7 +26868,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -27436,7 +27436,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -27876,7 +27876,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -28296,7 +28296,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -29278,7 +29278,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -29759,7 +29759,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -30596,7 +30596,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -31104,7 +31104,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -31573,7 +31573,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -32021,7 +32021,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -32587,7 +32587,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -33072,7 +33072,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -33539,7 +33539,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -34003,7 +34003,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -34394,7 +34394,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -34922,7 +34922,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -35446,7 +35446,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -36915,7 +36915,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -37765,7 +37765,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -38250,7 +38250,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -38786,7 +38786,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -39304,7 +39304,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -39702,7 +39702,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -40145,7 +40145,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -40559,7 +40559,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -41077,7 +41077,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -41567,7 +41567,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -41991,7 +41991,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -42900,7 +42900,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -43303,7 +43303,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -43737,7 +43737,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -44289,7 +44289,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -45184,7 +45184,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -45611,7 +45611,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -46014,7 +46014,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -46452,7 +46452,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -46865,7 +46865,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -47737,7 +47737,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -48144,7 +48144,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -48993,7 +48993,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -49611,7 +49611,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -50180,7 +50180,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -50615,7 +50615,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -51715,7 +51715,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -52136,7 +52136,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -52611,7 +52611,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -53036,7 +53036,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -53923,7 +53923,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -54799,7 +54799,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -55682,7 +55682,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -56257,7 +56257,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -56678,7 +56678,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -57121,7 +57121,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -57778,7 +57778,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -58293,7 +58293,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -59661,7 +59661,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -60124,7 +60124,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -60554,7 +60554,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -69896,7 +69896,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -70595,7 +70595,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -70938,7 +70938,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -72084,7 +72084,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -72917,7 +72917,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -73310,7 +73310,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -74456,7 +74456,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -75602,7 +75602,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -76484,7 +76484,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -77152,7 +77152,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -77842,7 +77842,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -78668,7 +78668,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -79336,7 +79336,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -80181,7 +80181,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -80861,7 +80861,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -81668,7 +81668,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -82504,7 +82504,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -82841,7 +82841,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -83723,7 +83723,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -84584,7 +84584,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -85291,7 +85291,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -85640,7 +85640,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -86751,7 +86751,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -87485,7 +87485,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -88298,7 +88298,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -89105,7 +89105,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -89510,7 +89510,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -91781,6 +91781,14 @@ } ], "methods" : [ + { + "name" : "addColumns", + "type" : "function", + "desc" : "addColumns\nAdd's a column, default at the end..", + "sig" : "(position, of)", + "static" : false, + "memberOf" : "Roo.grid.Grid" + }, { "name" : "addEvents", "type" : "function", @@ -92306,6 +92314,14 @@ } ], "methods" : [ + { + "name" : "addColumns", + "type" : "function", + "desc" : "addColumns\nAdd's a column, default at the end..", + "sig" : "(position, of)", + "static" : false, + "memberOf" : "" + }, { "name" : "addEvents", "type" : "function", @@ -92473,7 +92489,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -93500,6 +93516,14 @@ } ], "methods" : [ + { + "name" : "addColumns", + "type" : "function", + "desc" : "addColumns\nAdd's a column, default at the end..", + "sig" : "(position, of)", + "static" : false, + "memberOf" : "Roo.grid.Grid" + }, { "name" : "addEvents", "type" : "function", @@ -94042,7 +94066,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -94386,7 +94410,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -94736,7 +94760,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -95152,7 +95176,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -95801,7 +95825,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -96456,7 +96480,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -97154,7 +97178,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -97504,7 +97528,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { @@ -99042,7 +99066,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component" }, { diff --git a/docs/src/Roo_Component.js.html b/docs/src/Roo_Component.js.html index 3550669097..531a9224b2 100644 --- a/docs/src/Roo_Component.js.html +++ b/docs/src/Roo_Component.js.html @@ -146,7 +146,7 @@ /** * @cfg {String} actionMode * which property holds the element that used for hide() / show() / disable() / enable() - * default is 'el' + * default is 'el' for forms you probably want to set this to fieldEl */ actionMode : "el", diff --git a/docs/src/Roo_grid_Grid.js.html b/docs/src/Roo_grid_Grid.js.html index 93dfadbefb..5a50968cd0 100644 --- a/docs/src/Roo_grid_Grid.js.html +++ b/docs/src/Roo_grid_Grid.js.html @@ -484,12 +484,12 @@ return this; }, - /** - * Reconfigures the grid to use a different Store and Column Model. - * The View will be bound to the new objects and refreshed. - * @param {Roo.data.Store} dataSource The new {@link Roo.data.Store} object - * @param {Roo.grid.ColumnModel} The new {@link Roo.grid.ColumnModel} object - */ + /** + * Reconfigures the grid to use a different Store and Column Model. + * The View will be bound to the new objects and refreshed. + * @param {Roo.data.Store} dataSource The new {@link Roo.data.Store} object + * @param {Roo.grid.ColumnModel} The new {@link Roo.grid.ColumnModel} object + */ reconfigure : function(dataSource, colModel){ if(this.loadMask){ this.loadMask.destroy(); diff --git a/docs/symbols/Roo.BoxComponent.json b/docs/symbols/Roo.BoxComponent.json index 7f299bc434..4c079fb779 100644 --- a/docs/symbols/Roo.BoxComponent.json +++ b/docs/symbols/Roo.BoxComponent.json @@ -53,7 +53,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.CalendarPanel.json b/docs/symbols/Roo.CalendarPanel.json index f15f06afb9..d435012ae7 100644 --- a/docs/symbols/Roo.CalendarPanel.json +++ b/docs/symbols/Roo.CalendarPanel.json @@ -53,7 +53,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.ColorPalette.json b/docs/symbols/Roo.ColorPalette.json index 97327ba19e..cffe4d5a82 100644 --- a/docs/symbols/Roo.ColorPalette.json +++ b/docs/symbols/Roo.ColorPalette.json @@ -77,7 +77,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.Component.json b/docs/symbols/Roo.Component.json index 156b4ed618..4ad7265232 100644 --- a/docs/symbols/Roo.Component.json +++ b/docs/symbols/Roo.Component.json @@ -52,7 +52,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.DatePicker.json b/docs/symbols/Roo.DatePicker.json index 9b1d6f62a1..9c74bc370e 100644 --- a/docs/symbols/Roo.DatePicker.json +++ b/docs/symbols/Roo.DatePicker.json @@ -173,7 +173,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.Editor.json b/docs/symbols/Roo.Editor.json index b67bdaeac0..59d9f91bc2 100644 --- a/docs/symbols/Roo.Editor.json +++ b/docs/symbols/Roo.Editor.json @@ -107,7 +107,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.HtmlEditorCore.json b/docs/symbols/Roo.HtmlEditorCore.json index 09a4c84ea7..6b10643d77 100644 --- a/docs/symbols/Roo.HtmlEditorCore.json +++ b/docs/symbols/Roo.HtmlEditorCore.json @@ -55,7 +55,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Alert.json b/docs/symbols/Roo.bootstrap.Alert.json index 22906483e1..e8db3e2c1e 100644 --- a/docs/symbols/Roo.bootstrap.Alert.json +++ b/docs/symbols/Roo.bootstrap.Alert.json @@ -128,7 +128,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.BezierSignature.json b/docs/symbols/Roo.bootstrap.BezierSignature.json index b215d813d4..ed4bc9ede7 100644 --- a/docs/symbols/Roo.bootstrap.BezierSignature.json +++ b/docs/symbols/Roo.bootstrap.BezierSignature.json @@ -168,7 +168,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Body.json b/docs/symbols/Roo.bootstrap.Body.json index 1816f9b6b6..54dc24812a 100644 --- a/docs/symbols/Roo.bootstrap.Body.json +++ b/docs/symbols/Roo.bootstrap.Body.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Brick.json b/docs/symbols/Roo.bootstrap.Brick.json index 790a69e976..e41a81d1a1 100644 --- a/docs/symbols/Roo.bootstrap.Brick.json +++ b/docs/symbols/Roo.bootstrap.Brick.json @@ -144,7 +144,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Button.json b/docs/symbols/Roo.bootstrap.Button.json index f5fa60e7d0..4714de4ae3 100644 --- a/docs/symbols/Roo.bootstrap.Button.json +++ b/docs/symbols/Roo.bootstrap.Button.json @@ -176,7 +176,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.ButtonGroup.json b/docs/symbols/Roo.bootstrap.ButtonGroup.json index 13778e7171..0816439ec7 100644 --- a/docs/symbols/Roo.bootstrap.ButtonGroup.json +++ b/docs/symbols/Roo.bootstrap.ButtonGroup.json @@ -144,7 +144,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Calendar.json b/docs/symbols/Roo.bootstrap.Calendar.json index 6d077b09cc..12f5dccb4f 100644 --- a/docs/symbols/Roo.bootstrap.Calendar.json +++ b/docs/symbols/Roo.bootstrap.Calendar.json @@ -130,7 +130,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.CheckBox.json b/docs/symbols/Roo.bootstrap.CheckBox.json index 182413fea4..3adfc8a4b4 100644 --- a/docs/symbols/Roo.bootstrap.CheckBox.json +++ b/docs/symbols/Roo.bootstrap.CheckBox.json @@ -219,7 +219,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Column.json b/docs/symbols/Roo.bootstrap.Column.json index 01e8a9997e..28082ec6f7 100644 --- a/docs/symbols/Roo.bootstrap.Column.json +++ b/docs/symbols/Roo.bootstrap.Column.json @@ -186,7 +186,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.ComboBox.json b/docs/symbols/Roo.bootstrap.ComboBox.json index 3db79be3ae..e8f18615cd 100644 --- a/docs/symbols/Roo.bootstrap.ComboBox.json +++ b/docs/symbols/Roo.bootstrap.ComboBox.json @@ -296,7 +296,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Component.json b/docs/symbols/Roo.bootstrap.Component.json index 32f2237f87..fde1fd5ad0 100644 --- a/docs/symbols/Roo.bootstrap.Component.json +++ b/docs/symbols/Roo.bootstrap.Component.json @@ -111,7 +111,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Container.json b/docs/symbols/Roo.bootstrap.Container.json index 2544ee1e14..2783b36290 100644 --- a/docs/symbols/Roo.bootstrap.Container.json +++ b/docs/symbols/Roo.bootstrap.Container.json @@ -221,7 +221,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.DateField.json b/docs/symbols/Roo.bootstrap.DateField.json index 16ed857ff9..aeeaca8603 100644 --- a/docs/symbols/Roo.bootstrap.DateField.json +++ b/docs/symbols/Roo.bootstrap.DateField.json @@ -230,7 +230,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.DateSplitField.json b/docs/symbols/Roo.bootstrap.DateSplitField.json index 1d8a64cb57..01be727f1a 100644 --- a/docs/symbols/Roo.bootstrap.DateSplitField.json +++ b/docs/symbols/Roo.bootstrap.DateSplitField.json @@ -204,7 +204,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.DocumentManager.json b/docs/symbols/Roo.bootstrap.DocumentManager.json index 5e1530d499..fd058e035b 100644 --- a/docs/symbols/Roo.bootstrap.DocumentManager.json +++ b/docs/symbols/Roo.bootstrap.DocumentManager.json @@ -196,7 +196,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.DocumentSlider.json b/docs/symbols/Roo.bootstrap.DocumentSlider.json index b38c09bf91..4ea7031e22 100644 --- a/docs/symbols/Roo.bootstrap.DocumentSlider.json +++ b/docs/symbols/Roo.bootstrap.DocumentSlider.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.DocumentViewer.json b/docs/symbols/Roo.bootstrap.DocumentViewer.json index bf2152bfc3..4f79d90b66 100644 --- a/docs/symbols/Roo.bootstrap.DocumentViewer.json +++ b/docs/symbols/Roo.bootstrap.DocumentViewer.json @@ -122,7 +122,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Element.json b/docs/symbols/Roo.bootstrap.Element.json index a6c3a9cce4..10a6dbdb23 100644 --- a/docs/symbols/Roo.bootstrap.Element.json +++ b/docs/symbols/Roo.bootstrap.Element.json @@ -148,7 +148,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.FieldLabel.json b/docs/symbols/Roo.bootstrap.FieldLabel.json index 1595e13b2f..5bdf7554d1 100644 --- a/docs/symbols/Roo.bootstrap.FieldLabel.json +++ b/docs/symbols/Roo.bootstrap.FieldLabel.json @@ -164,7 +164,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Form.json b/docs/symbols/Roo.bootstrap.Form.json index 56486ce8e6..042737b021 100644 --- a/docs/symbols/Roo.bootstrap.Form.json +++ b/docs/symbols/Roo.bootstrap.Form.json @@ -178,7 +178,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Graph.json b/docs/symbols/Roo.bootstrap.Graph.json index 947066fdcc..de655fda48 100644 --- a/docs/symbols/Roo.bootstrap.Graph.json +++ b/docs/symbols/Roo.bootstrap.Graph.json @@ -152,7 +152,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Header.json b/docs/symbols/Roo.bootstrap.Header.json index 88afa4263e..9dfec7b8bb 100644 --- a/docs/symbols/Roo.bootstrap.Header.json +++ b/docs/symbols/Roo.bootstrap.Header.json @@ -134,7 +134,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.HtmlEditor.json b/docs/symbols/Roo.bootstrap.HtmlEditor.json index d73aee322e..99f09ddf81 100644 --- a/docs/symbols/Roo.bootstrap.HtmlEditor.json +++ b/docs/symbols/Roo.bootstrap.HtmlEditor.json @@ -223,7 +223,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Img.json b/docs/symbols/Roo.bootstrap.Img.json index 1c45d10dac..1c165d6df1 100644 --- a/docs/symbols/Roo.bootstrap.Img.json +++ b/docs/symbols/Roo.bootstrap.Img.json @@ -176,7 +176,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Input.json b/docs/symbols/Roo.bootstrap.Input.json index 7338f4f730..5cbe1481fc 100644 --- a/docs/symbols/Roo.bootstrap.Input.json +++ b/docs/symbols/Roo.bootstrap.Input.json @@ -189,7 +189,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.LayoutMasonry.json b/docs/symbols/Roo.bootstrap.LayoutMasonry.json index b91cd412eb..140c2c6f9b 100644 --- a/docs/symbols/Roo.bootstrap.LayoutMasonry.json +++ b/docs/symbols/Roo.bootstrap.LayoutMasonry.json @@ -168,7 +168,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.LayoutMasonryAuto.json b/docs/symbols/Roo.bootstrap.LayoutMasonryAuto.json index a9976b80b4..2699e15bc6 100644 --- a/docs/symbols/Roo.bootstrap.LayoutMasonryAuto.json +++ b/docs/symbols/Roo.bootstrap.LayoutMasonryAuto.json @@ -160,7 +160,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Link.json b/docs/symbols/Roo.bootstrap.Link.json index 70c91d6381..014298be06 100644 --- a/docs/symbols/Roo.bootstrap.Link.json +++ b/docs/symbols/Roo.bootstrap.Link.json @@ -146,7 +146,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.LocationPicker.json b/docs/symbols/Roo.bootstrap.LocationPicker.json index 1f2d3a68c4..2227c19485 100644 --- a/docs/symbols/Roo.bootstrap.LocationPicker.json +++ b/docs/symbols/Roo.bootstrap.LocationPicker.json @@ -160,7 +160,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.MasonryBrick.json b/docs/symbols/Roo.bootstrap.MasonryBrick.json index 1d31b424e5..eba3b31dbe 100644 --- a/docs/symbols/Roo.bootstrap.MasonryBrick.json +++ b/docs/symbols/Roo.bootstrap.MasonryBrick.json @@ -162,7 +162,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Menu.json b/docs/symbols/Roo.bootstrap.Menu.json index a60faa0af6..5d328f1efc 100644 --- a/docs/symbols/Roo.bootstrap.Menu.json +++ b/docs/symbols/Roo.bootstrap.Menu.json @@ -140,7 +140,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.MenuItem.json b/docs/symbols/Roo.bootstrap.MenuItem.json index f262a2c6e2..b13215f663 100644 --- a/docs/symbols/Roo.bootstrap.MenuItem.json +++ b/docs/symbols/Roo.bootstrap.MenuItem.json @@ -144,7 +144,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.MenuSeparator.json b/docs/symbols/Roo.bootstrap.MenuSeparator.json index 3d6733a25f..e984a4927c 100644 --- a/docs/symbols/Roo.bootstrap.MenuSeparator.json +++ b/docs/symbols/Roo.bootstrap.MenuSeparator.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.MessageBar.json b/docs/symbols/Roo.bootstrap.MessageBar.json index dfd858ae0b..c59a5d1e47 100644 --- a/docs/symbols/Roo.bootstrap.MessageBar.json +++ b/docs/symbols/Roo.bootstrap.MessageBar.json @@ -138,7 +138,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Modal.json b/docs/symbols/Roo.bootstrap.Modal.json index aa66e11426..6174ec3843 100644 --- a/docs/symbols/Roo.bootstrap.Modal.json +++ b/docs/symbols/Roo.bootstrap.Modal.json @@ -171,7 +171,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.MoneyField.json b/docs/symbols/Roo.bootstrap.MoneyField.json index 5a7bbfafe9..8f68c3ac1b 100644 --- a/docs/symbols/Roo.bootstrap.MoneyField.json +++ b/docs/symbols/Roo.bootstrap.MoneyField.json @@ -347,7 +347,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.MonthField.json b/docs/symbols/Roo.bootstrap.MonthField.json index f6a77c98e1..64581a78da 100644 --- a/docs/symbols/Roo.bootstrap.MonthField.json +++ b/docs/symbols/Roo.bootstrap.MonthField.json @@ -190,7 +190,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavGroup.json b/docs/symbols/Roo.bootstrap.NavGroup.json index 4051b2b3e3..ecf7642b4d 100644 --- a/docs/symbols/Roo.bootstrap.NavGroup.json +++ b/docs/symbols/Roo.bootstrap.NavGroup.json @@ -138,7 +138,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavHeaderbar.json b/docs/symbols/Roo.bootstrap.NavHeaderbar.json index 52dc615fb8..afc6d83eb8 100644 --- a/docs/symbols/Roo.bootstrap.NavHeaderbar.json +++ b/docs/symbols/Roo.bootstrap.NavHeaderbar.json @@ -213,7 +213,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavItem.json b/docs/symbols/Roo.bootstrap.NavItem.json index 1a8dce61f6..718a9b8800 100644 --- a/docs/symbols/Roo.bootstrap.NavItem.json +++ b/docs/symbols/Roo.bootstrap.NavItem.json @@ -182,7 +182,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavProgressBar.json b/docs/symbols/Roo.bootstrap.NavProgressBar.json index a2f1957192..0256f5a9e9 100644 --- a/docs/symbols/Roo.bootstrap.NavProgressBar.json +++ b/docs/symbols/Roo.bootstrap.NavProgressBar.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavProgressItem.json b/docs/symbols/Roo.bootstrap.NavProgressItem.json index 1f728373a9..72da4f4230 100644 --- a/docs/symbols/Roo.bootstrap.NavProgressItem.json +++ b/docs/symbols/Roo.bootstrap.NavProgressItem.json @@ -148,7 +148,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavSidebar.json b/docs/symbols/Roo.bootstrap.NavSidebar.json index 79332774c5..5f7aa5a3e6 100644 --- a/docs/symbols/Roo.bootstrap.NavSidebar.json +++ b/docs/symbols/Roo.bootstrap.NavSidebar.json @@ -113,7 +113,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavSidebarItem.json b/docs/symbols/Roo.bootstrap.NavSidebarItem.json index 0df2560973..d0735fe655 100644 --- a/docs/symbols/Roo.bootstrap.NavSidebarItem.json +++ b/docs/symbols/Roo.bootstrap.NavSidebarItem.json @@ -183,7 +183,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NavSimplebar.json b/docs/symbols/Roo.bootstrap.NavSimplebar.json index 86e7585482..9db2fe013c 100644 --- a/docs/symbols/Roo.bootstrap.NavSimplebar.json +++ b/docs/symbols/Roo.bootstrap.NavSimplebar.json @@ -161,7 +161,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Navbar.json b/docs/symbols/Roo.bootstrap.Navbar.json index e866114983..41223f85e2 100644 --- a/docs/symbols/Roo.bootstrap.Navbar.json +++ b/docs/symbols/Roo.bootstrap.Navbar.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.NumberField.json b/docs/symbols/Roo.bootstrap.NumberField.json index c9476e7be9..2ff839573e 100644 --- a/docs/symbols/Roo.bootstrap.NumberField.json +++ b/docs/symbols/Roo.bootstrap.NumberField.json @@ -230,7 +230,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Pagination.json b/docs/symbols/Roo.bootstrap.Pagination.json index 2cd3ba1c97..26240faf04 100644 --- a/docs/symbols/Roo.bootstrap.Pagination.json +++ b/docs/symbols/Roo.bootstrap.Pagination.json @@ -120,7 +120,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.PaginationItem.json b/docs/symbols/Roo.bootstrap.PaginationItem.json index 320b556e58..ea6a44319b 100644 --- a/docs/symbols/Roo.bootstrap.PaginationItem.json +++ b/docs/symbols/Roo.bootstrap.PaginationItem.json @@ -138,7 +138,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.PagingToolbar.json b/docs/symbols/Roo.bootstrap.PagingToolbar.json index 305ad0c177..7e8fc55891 100644 --- a/docs/symbols/Roo.bootstrap.PagingToolbar.json +++ b/docs/symbols/Roo.bootstrap.PagingToolbar.json @@ -192,7 +192,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.PhoneInput.json b/docs/symbols/Roo.bootstrap.PhoneInput.json index 75106e66aa..892c56b00a 100644 --- a/docs/symbols/Roo.bootstrap.PhoneInput.json +++ b/docs/symbols/Roo.bootstrap.PhoneInput.json @@ -199,7 +199,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Popover.json b/docs/symbols/Roo.bootstrap.Popover.json index 5d91520a19..2940634251 100644 --- a/docs/symbols/Roo.bootstrap.Popover.json +++ b/docs/symbols/Roo.bootstrap.Popover.json @@ -160,7 +160,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Progress.json b/docs/symbols/Roo.bootstrap.Progress.json index ac4cafce51..3e3f50f858 100644 --- a/docs/symbols/Roo.bootstrap.Progress.json +++ b/docs/symbols/Roo.bootstrap.Progress.json @@ -120,7 +120,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.ProgressBar.json b/docs/symbols/Roo.bootstrap.ProgressBar.json index b31036db2f..61162dae40 100644 --- a/docs/symbols/Roo.bootstrap.ProgressBar.json +++ b/docs/symbols/Roo.bootstrap.ProgressBar.json @@ -156,7 +156,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Radio.json b/docs/symbols/Roo.bootstrap.Radio.json index fc321515dc..1931cc4594 100644 --- a/docs/symbols/Roo.bootstrap.Radio.json +++ b/docs/symbols/Roo.bootstrap.Radio.json @@ -120,7 +120,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.RadioSet.json b/docs/symbols/Roo.bootstrap.RadioSet.json index 11b76c4a82..c7832932c5 100644 --- a/docs/symbols/Roo.bootstrap.RadioSet.json +++ b/docs/symbols/Roo.bootstrap.RadioSet.json @@ -203,7 +203,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Row.json b/docs/symbols/Roo.bootstrap.Row.json index 80f7d1084c..8c24702a16 100644 --- a/docs/symbols/Roo.bootstrap.Row.json +++ b/docs/symbols/Roo.bootstrap.Row.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.SecurePass.json b/docs/symbols/Roo.bootstrap.SecurePass.json index 74ba3d6eba..b2a30b06a2 100644 --- a/docs/symbols/Roo.bootstrap.SecurePass.json +++ b/docs/symbols/Roo.bootstrap.SecurePass.json @@ -206,7 +206,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Slider.json b/docs/symbols/Roo.bootstrap.Slider.json index 988d824834..dd5ed51c70 100644 --- a/docs/symbols/Roo.bootstrap.Slider.json +++ b/docs/symbols/Roo.bootstrap.Slider.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TabGroup.json b/docs/symbols/Roo.bootstrap.TabGroup.json index 146d140175..38a3814138 100644 --- a/docs/symbols/Roo.bootstrap.TabGroup.json +++ b/docs/symbols/Roo.bootstrap.TabGroup.json @@ -158,7 +158,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TabPanel.json b/docs/symbols/Roo.bootstrap.TabPanel.json index eb45f61061..caa9324de8 100644 --- a/docs/symbols/Roo.bootstrap.TabPanel.json +++ b/docs/symbols/Roo.bootstrap.TabPanel.json @@ -136,7 +136,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.Table.json b/docs/symbols/Roo.bootstrap.Table.json index 31b92d6429..4750407db4 100644 --- a/docs/symbols/Roo.bootstrap.Table.json +++ b/docs/symbols/Roo.bootstrap.Table.json @@ -180,7 +180,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TableBody.json b/docs/symbols/Roo.bootstrap.TableBody.json index 6272134494..3fc6f2c2c4 100644 --- a/docs/symbols/Roo.bootstrap.TableBody.json +++ b/docs/symbols/Roo.bootstrap.TableBody.json @@ -144,7 +144,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TableCell.json b/docs/symbols/Roo.bootstrap.TableCell.json index 75c18ba849..90b47918d9 100644 --- a/docs/symbols/Roo.bootstrap.TableCell.json +++ b/docs/symbols/Roo.bootstrap.TableCell.json @@ -200,7 +200,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TableRow.json b/docs/symbols/Roo.bootstrap.TableRow.json index c872805649..f73447ff07 100644 --- a/docs/symbols/Roo.bootstrap.TableRow.json +++ b/docs/symbols/Roo.bootstrap.TableRow.json @@ -144,7 +144,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TextArea.json b/docs/symbols/Roo.bootstrap.TextArea.json index 75e4c3fa0e..1300ee0981 100644 --- a/docs/symbols/Roo.bootstrap.TextArea.json +++ b/docs/symbols/Roo.bootstrap.TextArea.json @@ -190,7 +190,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TimeField.json b/docs/symbols/Roo.bootstrap.TimeField.json index ddf6e3d7e9..45095ad9dc 100644 --- a/docs/symbols/Roo.bootstrap.TimeField.json +++ b/docs/symbols/Roo.bootstrap.TimeField.json @@ -190,7 +190,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.TriggerField.json b/docs/symbols/Roo.bootstrap.TriggerField.json index a3ce20ac09..af2508e51d 100644 --- a/docs/symbols/Roo.bootstrap.TriggerField.json +++ b/docs/symbols/Roo.bootstrap.TriggerField.json @@ -198,7 +198,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.UploadCropbox.json b/docs/symbols/Roo.bootstrap.UploadCropbox.json index e42ef9aae4..1b0fa67516 100644 --- a/docs/symbols/Roo.bootstrap.UploadCropbox.json +++ b/docs/symbols/Roo.bootstrap.UploadCropbox.json @@ -188,7 +188,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.dash.NumberBox.json b/docs/symbols/Roo.bootstrap.dash.NumberBox.json index 8ceb9ed923..957fe33d51 100644 --- a/docs/symbols/Roo.bootstrap.dash.NumberBox.json +++ b/docs/symbols/Roo.bootstrap.dash.NumberBox.json @@ -136,7 +136,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.dash.TabBox.json b/docs/symbols/Roo.bootstrap.dash.TabBox.json index 2d005dee14..064b239865 100644 --- a/docs/symbols/Roo.bootstrap.dash.TabBox.json +++ b/docs/symbols/Roo.bootstrap.dash.TabBox.json @@ -120,7 +120,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.dash.TabPane.json b/docs/symbols/Roo.bootstrap.dash.TabPane.json index db808148fc..4eb3ad306a 100644 --- a/docs/symbols/Roo.bootstrap.dash.TabPane.json +++ b/docs/symbols/Roo.bootstrap.dash.TabPane.json @@ -120,7 +120,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.layout.Border.json b/docs/symbols/Roo.bootstrap.layout.Border.json index 78bff893cb..25501e748e 100644 --- a/docs/symbols/Roo.bootstrap.layout.Border.json +++ b/docs/symbols/Roo.bootstrap.layout.Border.json @@ -113,7 +113,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.layout.Manager.json b/docs/symbols/Roo.bootstrap.layout.Manager.json index 8b031c9bff..8b3bbd9b9b 100644 --- a/docs/symbols/Roo.bootstrap.layout.Manager.json +++ b/docs/symbols/Roo.bootstrap.layout.Manager.json @@ -106,7 +106,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.menu.Item.json b/docs/symbols/Roo.bootstrap.menu.Item.json index 0c1b04b812..920a4cf023 100644 --- a/docs/symbols/Roo.bootstrap.menu.Item.json +++ b/docs/symbols/Roo.bootstrap.menu.Item.json @@ -158,7 +158,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.menu.Menu.json b/docs/symbols/Roo.bootstrap.menu.Menu.json index a31978b4a8..01282972b6 100644 --- a/docs/symbols/Roo.bootstrap.menu.Menu.json +++ b/docs/symbols/Roo.bootstrap.menu.Menu.json @@ -128,7 +128,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.bootstrap.menu.Separator.json b/docs/symbols/Roo.bootstrap.menu.Separator.json index 259f45593f..dda80e6c97 100644 --- a/docs/symbols/Roo.bootstrap.menu.Separator.json +++ b/docs/symbols/Roo.bootstrap.menu.Separator.json @@ -112,7 +112,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Checkbox.json b/docs/symbols/Roo.form.Checkbox.json index 9342af74d6..10ff9ae261 100644 --- a/docs/symbols/Roo.form.Checkbox.json +++ b/docs/symbols/Roo.form.Checkbox.json @@ -175,7 +175,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Column.json b/docs/symbols/Roo.form.Column.json index 313bb56473..bdf18217c3 100644 --- a/docs/symbols/Roo.form.Column.json +++ b/docs/symbols/Roo.form.Column.json @@ -110,7 +110,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.ComboBox.json b/docs/symbols/Roo.form.ComboBox.json index 7fbca6d986..337ef70f12 100644 --- a/docs/symbols/Roo.form.ComboBox.json +++ b/docs/symbols/Roo.form.ComboBox.json @@ -217,7 +217,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.ComboBoxArray.Item.json b/docs/symbols/Roo.form.ComboBoxArray.Item.json index 2ab8dbbfe3..a067610eb8 100644 --- a/docs/symbols/Roo.form.ComboBoxArray.Item.json +++ b/docs/symbols/Roo.form.ComboBoxArray.Item.json @@ -54,7 +54,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.ComboBoxArray.json b/docs/symbols/Roo.form.ComboBoxArray.json index 356d8a7081..eef66ace47 100644 --- a/docs/symbols/Roo.form.ComboBoxArray.json +++ b/docs/symbols/Roo.form.ComboBoxArray.json @@ -128,7 +128,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.ComboCheck.json b/docs/symbols/Roo.form.ComboCheck.json index fa0a7e34c0..0d387a1870 100644 --- a/docs/symbols/Roo.form.ComboCheck.json +++ b/docs/symbols/Roo.form.ComboCheck.json @@ -218,7 +218,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.DateField.json b/docs/symbols/Roo.form.DateField.json index 30dd451386..8c06b6e1e0 100644 --- a/docs/symbols/Roo.form.DateField.json +++ b/docs/symbols/Roo.form.DateField.json @@ -193,7 +193,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.DayPicker.json b/docs/symbols/Roo.form.DayPicker.json index 5c9f3a138b..3cbbc2069a 100644 --- a/docs/symbols/Roo.form.DayPicker.json +++ b/docs/symbols/Roo.form.DayPicker.json @@ -159,7 +159,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.DisplayField.json b/docs/symbols/Roo.form.DisplayField.json index 82a392368c..7c64dbc4ca 100644 --- a/docs/symbols/Roo.form.DisplayField.json +++ b/docs/symbols/Roo.form.DisplayField.json @@ -167,7 +167,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.FCKeditor.json b/docs/symbols/Roo.form.FCKeditor.json index 2c46b99e46..9778f419f1 100644 --- a/docs/symbols/Roo.form.FCKeditor.json +++ b/docs/symbols/Roo.form.FCKeditor.json @@ -129,7 +129,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Field.json b/docs/symbols/Roo.form.Field.json index 1e2c414ea2..af76014d28 100644 --- a/docs/symbols/Roo.form.Field.json +++ b/docs/symbols/Roo.form.Field.json @@ -158,7 +158,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.FieldSet.json b/docs/symbols/Roo.form.FieldSet.json index 50ffd8bc15..1a0f03cd86 100644 --- a/docs/symbols/Roo.form.FieldSet.json +++ b/docs/symbols/Roo.form.FieldSet.json @@ -118,7 +118,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.GridField.json b/docs/symbols/Roo.form.GridField.json index 420bc36685..7c5e36ec77 100644 --- a/docs/symbols/Roo.form.GridField.json +++ b/docs/symbols/Roo.form.GridField.json @@ -167,7 +167,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Hidden.json b/docs/symbols/Roo.form.Hidden.json index 9621263754..05d6e60341 100644 --- a/docs/symbols/Roo.form.Hidden.json +++ b/docs/symbols/Roo.form.Hidden.json @@ -128,7 +128,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.HtmlEditor.json b/docs/symbols/Roo.form.HtmlEditor.json index 05ed162557..0076a2616b 100644 --- a/docs/symbols/Roo.form.HtmlEditor.json +++ b/docs/symbols/Roo.form.HtmlEditor.json @@ -129,7 +129,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Layout.json b/docs/symbols/Roo.form.Layout.json index a8d495c5de..cbee3c300c 100644 --- a/docs/symbols/Roo.form.Layout.json +++ b/docs/symbols/Roo.form.Layout.json @@ -109,7 +109,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.MonthField.json b/docs/symbols/Roo.form.MonthField.json index 7e8203bbc2..a2a11b45e3 100644 --- a/docs/symbols/Roo.form.MonthField.json +++ b/docs/symbols/Roo.form.MonthField.json @@ -193,7 +193,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.NumberField.json b/docs/symbols/Roo.form.NumberField.json index 5a65fe24d0..d14d2482f9 100644 --- a/docs/symbols/Roo.form.NumberField.json +++ b/docs/symbols/Roo.form.NumberField.json @@ -168,7 +168,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Radio.json b/docs/symbols/Roo.form.Radio.json index e69debfa12..dcce59d476 100644 --- a/docs/symbols/Roo.form.Radio.json +++ b/docs/symbols/Roo.form.Radio.json @@ -176,7 +176,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Row.json b/docs/symbols/Roo.form.Row.json index 8bb0d71dad..6146e79e32 100644 --- a/docs/symbols/Roo.form.Row.json +++ b/docs/symbols/Roo.form.Row.json @@ -110,7 +110,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Select.json b/docs/symbols/Roo.form.Select.json index 3adc5ea6f5..ffffe7e770 100644 --- a/docs/symbols/Roo.form.Select.json +++ b/docs/symbols/Roo.form.Select.json @@ -225,7 +225,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.Signature.json b/docs/symbols/Roo.form.Signature.json index 9e0d04ab69..89f1104cd2 100644 --- a/docs/symbols/Roo.form.Signature.json +++ b/docs/symbols/Roo.form.Signature.json @@ -167,7 +167,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.TextArea.json b/docs/symbols/Roo.form.TextArea.json index 293ab4e9c0..5c5d079374 100644 --- a/docs/symbols/Roo.form.TextArea.json +++ b/docs/symbols/Roo.form.TextArea.json @@ -128,7 +128,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.TextField.json b/docs/symbols/Roo.form.TextField.json index 9c4dfe849b..695d4da9e6 100644 --- a/docs/symbols/Roo.form.TextField.json +++ b/docs/symbols/Roo.form.TextField.json @@ -127,7 +127,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.TextItem.json b/docs/symbols/Roo.form.TextItem.json index b4fd630f05..a462b074e2 100644 --- a/docs/symbols/Roo.form.TextItem.json +++ b/docs/symbols/Roo.form.TextItem.json @@ -70,7 +70,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.form.TriggerField.json b/docs/symbols/Roo.form.TriggerField.json index c3d384897f..2069e74629 100644 --- a/docs/symbols/Roo.form.TriggerField.json +++ b/docs/symbols/Roo.form.TriggerField.json @@ -136,7 +136,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.grid.EditorGrid.json b/docs/symbols/Roo.grid.EditorGrid.json index 712c26e7bd..fa77a3df84 100644 --- a/docs/symbols/Roo.grid.EditorGrid.json +++ b/docs/symbols/Roo.grid.EditorGrid.json @@ -466,6 +466,34 @@ "returns" : [ ] }, + { + "name" : "addColumns", + "desc" : "addColumns\nAdd's a column, default at the end..", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.grid.Grid", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "position", + "type" : "int", + "desc" : "to add (default end)", + "isOptional" : false + }, + { + "name" : "of", + "type" : "Array", + "desc" : "objects of column configuration see {@link Roo.grid.ColumnModel}", + "isOptional" : false + } + ], + "returns" : [ + ] + }, { "name" : "render", "desc" : "Called once after all setup has been completed and the grid is ready to be rendered.", diff --git a/docs/symbols/Roo.grid.Grid.json b/docs/symbols/Roo.grid.Grid.json index fde6bb2870..ff77b6ac94 100644 --- a/docs/symbols/Roo.grid.Grid.json +++ b/docs/symbols/Roo.grid.Grid.json @@ -407,6 +407,34 @@ "returns" : [ ] }, + { + "name" : "addColumns", + "desc" : "addColumns\nAdd's a column, default at the end..", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.grid.Grid", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "position", + "type" : "int", + "desc" : "to add (default end)", + "isOptional" : false + }, + { + "name" : "of", + "type" : "Array", + "desc" : "objects of column configuration see {@link Roo.grid.ColumnModel}", + "isOptional" : false + } + ], + "returns" : [ + ] + }, { "name" : "render", "desc" : "Called once after all setup has been completed and the grid is ready to be rendered.", diff --git a/docs/symbols/Roo.grid.GridEditor.json b/docs/symbols/Roo.grid.GridEditor.json index 0696f52122..68e0f6d1a4 100644 --- a/docs/symbols/Roo.grid.GridEditor.json +++ b/docs/symbols/Roo.grid.GridEditor.json @@ -110,7 +110,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.grid.PropertyGrid.json b/docs/symbols/Roo.grid.PropertyGrid.json index 77e130df85..42074f3524 100644 --- a/docs/symbols/Roo.grid.PropertyGrid.json +++ b/docs/symbols/Roo.grid.PropertyGrid.json @@ -520,6 +520,34 @@ "returns" : [ ] }, + { + "name" : "addColumns", + "desc" : "addColumns\nAdd's a column, default at the end..", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Roo.grid.Grid", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "position", + "type" : "int", + "desc" : "to add (default end)", + "isOptional" : false + }, + { + "name" : "of", + "type" : "Array", + "desc" : "objects of column configuration see {@link Roo.grid.ColumnModel}", + "isOptional" : false + } + ], + "returns" : [ + ] + }, { "name" : "render", "desc" : "Called once after all setup has been completed and the grid is ready to be rendered.", diff --git a/docs/symbols/Roo.menu.Adapter.json b/docs/symbols/Roo.menu.Adapter.json index 06a6e418ed..7e09ff66a2 100644 --- a/docs/symbols/Roo.menu.Adapter.json +++ b/docs/symbols/Roo.menu.Adapter.json @@ -94,7 +94,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.menu.BaseItem.json b/docs/symbols/Roo.menu.BaseItem.json index 891d472295..9b0a0d3183 100644 --- a/docs/symbols/Roo.menu.BaseItem.json +++ b/docs/symbols/Roo.menu.BaseItem.json @@ -93,7 +93,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.menu.CheckItem.json b/docs/symbols/Roo.menu.CheckItem.json index d10da74349..fac2f7cd76 100644 --- a/docs/symbols/Roo.menu.CheckItem.json +++ b/docs/symbols/Roo.menu.CheckItem.json @@ -135,7 +135,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.menu.ColorItem.json b/docs/symbols/Roo.menu.ColorItem.json index aa81d10a8b..5c7c09ec54 100644 --- a/docs/symbols/Roo.menu.ColorItem.json +++ b/docs/symbols/Roo.menu.ColorItem.json @@ -95,7 +95,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.menu.DateItem.json b/docs/symbols/Roo.menu.DateItem.json index 86faf33391..ca03d66e6f 100644 --- a/docs/symbols/Roo.menu.DateItem.json +++ b/docs/symbols/Roo.menu.DateItem.json @@ -95,7 +95,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.menu.Item.json b/docs/symbols/Roo.menu.Item.json index 8e6dbeaa0a..02702b125f 100644 --- a/docs/symbols/Roo.menu.Item.json +++ b/docs/symbols/Roo.menu.Item.json @@ -126,7 +126,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.menu.Separator.json b/docs/symbols/Roo.menu.Separator.json index a7d15704e7..7d1216a31d 100644 --- a/docs/symbols/Roo.menu.Separator.json +++ b/docs/symbols/Roo.menu.Separator.json @@ -102,7 +102,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.menu.TextItem.json b/docs/symbols/Roo.menu.TextItem.json index a3f29f56d6..1ea66e6f68 100644 --- a/docs/symbols/Roo.menu.TextItem.json +++ b/docs/symbols/Roo.menu.TextItem.json @@ -110,7 +110,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/docs/symbols/Roo.tree.TreeEditor.json b/docs/symbols/Roo.tree.TreeEditor.json index c09109cd5a..b907be553e 100644 --- a/docs/symbols/Roo.tree.TreeEditor.json +++ b/docs/symbols/Roo.tree.TreeEditor.json @@ -140,7 +140,7 @@ { "name" : "actionMode", "type" : "String", - "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el'", + "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", "memberOf" : "Roo.Component", "values" : [ ] diff --git a/roojs-all.js b/roojs-all.js index 64276ec6a2..2310b455f0 100644 --- a/roojs-all.js +++ b/roojs-all.js @@ -2302,16 +2302,17 @@ if((!c.dom.offsetHeight||c.dom.offsetHeight<20)||c.getStyle("height")=="auto"){t if(Roo.isTouch){c.on("touchstart",this.onTouchStart,this);}this.relayEvents(c,["mousedown","mouseup","mouseover","mouseout","keypress"]);this.getSelectionModel().init(this);A.render();if(this.loadMask){this.loadMask=new Roo.LoadMask(this.container,Roo.apply({store:this.dataSource} ,this.loadMask));}if(this.toolbar&&this.toolbar.xtype){this.toolbar.container=this.getView().getHeaderPanel(true);this.toolbar=new Roo.Toolbar(this.toolbar);}if(this.footer&&this.footer.xtype){this.footer.dataSource=this.getDataSource();this.footer.container=this.getView().getFooterPanel(true); this.footer=Roo.factory(this.footer,Roo);}if(this.dropTarget&&this.dropTarget.xtype){delete this.dropTarget.xtype;this.dropTarget=new Roo.dd.DropTarget(this.getView().mainBody,this.dropTarget);}this.rendered=true;this.fireEvent('render',this);return this; -},reconfigure:function(A,B){if(this.loadMask){this.loadMask.destroy();this.loadMask=new Roo.LoadMask(this.container,Roo.apply({store:A},this.loadMask));}this.view.bind(A,B);this.dataSource=A;this.colModel=B;this.view.refresh(true);},onKeyDown:function(e){this.fireEvent("keydown",e); -},destroy:function(A,B){if(this.loadMask){this.loadMask.destroy();}var c=this.container;c.removeAllListeners();this.view.destroy();this.colModel.purgeListeners();if(!B){this.purgeListeners();}c.update("");if(A===true){c.remove();}},processEvent:function(A,e){if(A!='touchstart'){this.fireEvent(A,e); -}var t=e.getTarget();var v=this.view;var B=v.findHeaderIndex(t);if(B!==false){var C=A=='touchstart'?'click':A;this.fireEvent("header"+C,this,B,e);}else{var D=v.findRowIndex(t);var E=v.findCellIndex(t);if(A=='touchstart'){A=false;if(typeof(this.selModel.getSelectedCell)!='undefined'){var cs=this.selModel.getSelectedCell(); -if(D==cs[0]&&E==cs[1]){A='dblclick';}}if(typeof(this.selModel.getSelections)!='undefined'){var cs=this.selModel.getSelections();var ds=this.dataSource;if(cs.length==1&&ds.getAt(D)==cs[0]){A='dblclick';}}if(!A){return;}}if(D!==false){this.fireEvent("row"+A,this,D,e); -if(E!==false){this.fireEvent("cell"+A,this,D,E,e);}}}},onClick:function(e){this.processEvent("click",e);},onTouchStart:function(e){this.processEvent("touchstart",e);},onContextMenu:function(e,t){this.processEvent("contextmenu",e);},onDblClick:function(e){this.processEvent("dblclick",e); -},walkCells:function(A,B,C,fn,D){var cm=this.colModel,E=cm.getColumnCount();var ds=this.dataSource,F=ds.getCount(),G=true;if(C<0){if(B<0){A--;G=false;}while(A>=0){if(!G){B=E-1;}G=false;while(B>=0){if(fn.call(D||this,A,B,cm)===true){return [A,B];}B--;}A--; -}}else{if(B>=E){A++;G=false;}while(A=this.cm.config.length){A=this.cm.config.length;}A=Math.max(0,A);ar.unshift(0);ar.unshift(A);this.cm.config.splice.apply(this.cm.config,ar); +this.view.generateRules(this.cm);this.view.refresh(true);},onKeyDown:function(e){this.fireEvent("keydown",e);},destroy:function(A,B){if(this.loadMask){this.loadMask.destroy();}var c=this.container;c.removeAllListeners();this.view.destroy();this.colModel.purgeListeners(); +if(!B){this.purgeListeners();}c.update("");if(A===true){c.remove();}},processEvent:function(A,e){if(A!='touchstart'){this.fireEvent(A,e);}var t=e.getTarget();var v=this.view;var B=v.findHeaderIndex(t);if(B!==false){var C=A=='touchstart'?'click':A;this.fireEvent("header"+C,this,B,e); +}else{var D=v.findRowIndex(t);var E=v.findCellIndex(t);if(A=='touchstart'){A=false;if(typeof(this.selModel.getSelectedCell)!='undefined'){var cs=this.selModel.getSelectedCell();if(D==cs[0]&&E==cs[1]){A='dblclick';}}if(typeof(this.selModel.getSelections)!='undefined'){var cs=this.selModel.getSelections(); +var ds=this.dataSource;if(cs.length==1&&ds.getAt(D)==cs[0]){A='dblclick';}}if(!A){return;}}if(D!==false){this.fireEvent("row"+A,this,D,e);if(E!==false){this.fireEvent("cell"+A,this,D,E,e);}}}},onClick:function(e){this.processEvent("click",e);},onTouchStart:function(e){this.processEvent("touchstart",e); +},onContextMenu:function(e,t){this.processEvent("contextmenu",e);},onDblClick:function(e){this.processEvent("dblclick",e);},walkCells:function(A,B,C,fn,D){var cm=this.colModel,E=cm.getColumnCount();var ds=this.dataSource,F=ds.getCount(),G=true;if(C<0){if(B<0){A--; +G=false;}while(A>=0){if(!G){B=E-1;}G=false;while(B>=0){if(fn.call(D||this,A,B,cm)===true){return [A,B];}B--;}A--;}}else{if(B>=E){A++;G=false;}while(A= this.cm.config.length) { + pos = this.cm.config.length; //this.cm.config.push(cfg); + } + pos = Math.max(0,pos); + ar.unshift(0); + ar.unshift(pos); + this.cm.config.splice.apply(this.cm.config, ar); + + + + this.view.generateRules(this.cm); + this.view.refresh(true); + + }, + + + + // private onKeyDown : function(e){ this.fireEvent("keydown", e); diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index fdd5027cb0..b4b532f2a5 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -32982,12 +32982,12 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { return this; }, - /** - * Reconfigures the grid to use a different Store and Column Model. - * The View will be bound to the new objects and refreshed. - * @param {Roo.data.Store} dataSource The new {@link Roo.data.Store} object - * @param {Roo.grid.ColumnModel} The new {@link Roo.grid.ColumnModel} object - */ + /** + * Reconfigures the grid to use a different Store and Column Model. + * The View will be bound to the new objects and refreshed. + * @param {Roo.data.Store} dataSource The new {@link Roo.data.Store} object + * @param {Roo.grid.ColumnModel} The new {@link Roo.grid.ColumnModel} object + */ reconfigure : function(dataSource, colModel){ if(this.loadMask){ this.loadMask.destroy(); @@ -32999,7 +32999,41 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, { this.colModel = colModel; this.view.refresh(true); }, - + /** + * addColumns + * Add's a column, default at the end.. + + * @param {int} position to add (default end) + * @param {Array} of objects of column configuration see {@link Roo.grid.ColumnModel} + */ + addColumns : function(pos, ar) + { + + for (var i =0;i< ar.length;i++) { + var cfg = ar[i]; + cfg.id = typeof(cfg.id) == 'undefined' ? Roo.id() : cfg.id; // don't normally use this.. + this.cm.lookup[cfg.id] = cfg; + } + + + if (typeof(pos) == 'undefined' || pos >= this.cm.config.length) { + pos = this.cm.config.length; //this.cm.config.push(cfg); + } + pos = Math.max(0,pos); + ar.unshift(0); + ar.unshift(pos); + this.cm.config.splice.apply(this.cm.config, ar); + + + + this.view.generateRules(this.cm); + this.view.refresh(true); + + }, + + + + // private onKeyDown : function(e){ this.fireEvent("keydown", e); diff --git a/roojs-ui.js b/roojs-ui.js index 6b936b4f00..3295299780 100644 --- a/roojs-ui.js +++ b/roojs-ui.js @@ -1432,16 +1432,17 @@ if((!c.dom.offsetHeight||c.dom.offsetHeight<20)||c.getStyle("height")=="auto"){t if(Roo.isTouch){c.on("touchstart",this.onTouchStart,this);}this.relayEvents(c,["mousedown","mouseup","mouseover","mouseout","keypress"]);this.getSelectionModel().init(this);A.render();if(this.loadMask){this.loadMask=new Roo.LoadMask(this.container,Roo.apply({store:this.dataSource} ,this.loadMask));}if(this.toolbar&&this.toolbar.xtype){this.toolbar.container=this.getView().getHeaderPanel(true);this.toolbar=new Roo.Toolbar(this.toolbar);}if(this.footer&&this.footer.xtype){this.footer.dataSource=this.getDataSource();this.footer.container=this.getView().getFooterPanel(true); this.footer=Roo.factory(this.footer,Roo);}if(this.dropTarget&&this.dropTarget.xtype){delete this.dropTarget.xtype;this.dropTarget=new Roo.dd.DropTarget(this.getView().mainBody,this.dropTarget);}this.rendered=true;this.fireEvent('render',this);return this; -},reconfigure:function(A,B){if(this.loadMask){this.loadMask.destroy();this.loadMask=new Roo.LoadMask(this.container,Roo.apply({store:A},this.loadMask));}this.view.bind(A,B);this.dataSource=A;this.colModel=B;this.view.refresh(true);},onKeyDown:function(e){this.fireEvent("keydown",e); -},destroy:function(A,B){if(this.loadMask){this.loadMask.destroy();}var c=this.container;c.removeAllListeners();this.view.destroy();this.colModel.purgeListeners();if(!B){this.purgeListeners();}c.update("");if(A===true){c.remove();}},processEvent:function(A,e){if(A!='touchstart'){this.fireEvent(A,e); -}var t=e.getTarget();var v=this.view;var B=v.findHeaderIndex(t);if(B!==false){var C=A=='touchstart'?'click':A;this.fireEvent("header"+C,this,B,e);}else{var D=v.findRowIndex(t);var E=v.findCellIndex(t);if(A=='touchstart'){A=false;if(typeof(this.selModel.getSelectedCell)!='undefined'){var cs=this.selModel.getSelectedCell(); -if(D==cs[0]&&E==cs[1]){A='dblclick';}}if(typeof(this.selModel.getSelections)!='undefined'){var cs=this.selModel.getSelections();var ds=this.dataSource;if(cs.length==1&&ds.getAt(D)==cs[0]){A='dblclick';}}if(!A){return;}}if(D!==false){this.fireEvent("row"+A,this,D,e); -if(E!==false){this.fireEvent("cell"+A,this,D,E,e);}}}},onClick:function(e){this.processEvent("click",e);},onTouchStart:function(e){this.processEvent("touchstart",e);},onContextMenu:function(e,t){this.processEvent("contextmenu",e);},onDblClick:function(e){this.processEvent("dblclick",e); -},walkCells:function(A,B,C,fn,D){var cm=this.colModel,E=cm.getColumnCount();var ds=this.dataSource,F=ds.getCount(),G=true;if(C<0){if(B<0){A--;G=false;}while(A>=0){if(!G){B=E-1;}G=false;while(B>=0){if(fn.call(D||this,A,B,cm)===true){return [A,B];}B--;}A--; -}}else{if(B>=E){A++;G=false;}while(A=this.cm.config.length){A=this.cm.config.length;}A=Math.max(0,A);ar.unshift(0);ar.unshift(A);this.cm.config.splice.apply(this.cm.config,ar); +this.view.generateRules(this.cm);this.view.refresh(true);},onKeyDown:function(e){this.fireEvent("keydown",e);},destroy:function(A,B){if(this.loadMask){this.loadMask.destroy();}var c=this.container;c.removeAllListeners();this.view.destroy();this.colModel.purgeListeners(); +if(!B){this.purgeListeners();}c.update("");if(A===true){c.remove();}},processEvent:function(A,e){if(A!='touchstart'){this.fireEvent(A,e);}var t=e.getTarget();var v=this.view;var B=v.findHeaderIndex(t);if(B!==false){var C=A=='touchstart'?'click':A;this.fireEvent("header"+C,this,B,e); +}else{var D=v.findRowIndex(t);var E=v.findCellIndex(t);if(A=='touchstart'){A=false;if(typeof(this.selModel.getSelectedCell)!='undefined'){var cs=this.selModel.getSelectedCell();if(D==cs[0]&&E==cs[1]){A='dblclick';}}if(typeof(this.selModel.getSelections)!='undefined'){var cs=this.selModel.getSelections(); +var ds=this.dataSource;if(cs.length==1&&ds.getAt(D)==cs[0]){A='dblclick';}}if(!A){return;}}if(D!==false){this.fireEvent("row"+A,this,D,e);if(E!==false){this.fireEvent("cell"+A,this,D,E,e);}}}},onClick:function(e){this.processEvent("click",e);},onTouchStart:function(e){this.processEvent("touchstart",e); +},onContextMenu:function(e,t){this.processEvent("contextmenu",e);},onDblClick:function(e){this.processEvent("dblclick",e);},walkCells:function(A,B,C,fn,D){var cm=this.colModel,E=cm.getColumnCount();var ds=this.dataSource,F=ds.getCount(),G=true;if(C<0){if(B<0){A--; +G=false;}while(A>=0){if(!G){B=E-1;}G=false;while(B>=0){if(fn.call(D||this,A,B,cm)===true){return [A,B];}B--;}A--;}}else{if(B>=E){A++;G=false;}while(A