From: Alan Knowles Date: Thu, 10 Feb 2011 10:59:30 +0000 (+0800) Subject: rowclass and regenerated docs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=0298b4ef75d4ab324df31a9ebfc076fb56eb4c9d rowclass and regenerated docs --- diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index 3032673a31..d1cac21f85 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -91,123 +91,123 @@ Roo.grid.Grid = function(container, config){ } /** @private */ this.addEvents({ - // raw events - /** - * @event click - * The raw click event for the entire grid. - * @param {Roo.EventObject} e - */ - "click" : true, - /** - * @event dblclick - * The raw dblclick event for the entire grid. - * @param {Roo.EventObject} e - */ - "dblclick" : true, - /** - * @event contextmenu - * The raw contextmenu event for the entire grid. - * @param {Roo.EventObject} e - */ - "contextmenu" : true, - /** - * @event mousedown - * The raw mousedown event for the entire grid. - * @param {Roo.EventObject} e - */ - "mousedown" : true, - /** - * @event mouseup - * The raw mouseup event for the entire grid. - * @param {Roo.EventObject} e - */ - "mouseup" : true, - /** - * @event mouseover - * The raw mouseover event for the entire grid. - * @param {Roo.EventObject} e - */ - "mouseover" : true, - /** - * @event mouseout - * The raw mouseout event for the entire grid. - * @param {Roo.EventObject} e - */ - "mouseout" : true, - /** - * @event keypress - * The raw keypress event for the entire grid. - * @param {Roo.EventObject} e - */ - "keypress" : true, - /** - * @event keydown - * The raw keydown event for the entire grid. - * @param {Roo.EventObject} e - */ - "keydown" : true, - - // custom events - - /** - * @event cellclick - * Fires when a cell is clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "cellclick" : true, - /** - * @event celldblclick - * Fires when a cell is double clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "celldblclick" : true, - /** - * @event rowclick - * Fires when a row is clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Roo.EventObject} e - */ - "rowclick" : true, - /** - * @event rowdblclick - * Fires when a row is double clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Roo.EventObject} e - */ - "rowdblclick" : true, - /** - * @event headerclick - * Fires when a header is clicked - * @param {Grid} this - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "headerclick" : true, - /** - * @event headerdblclick - * Fires when a header cell is double clicked - * @param {Grid} this - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "headerdblclick" : true, - /** - * @event rowcontextmenu - * Fires when a row is right clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Roo.EventObject} e - */ - "rowcontextmenu" : true, - /** + // raw events + /** + * @event click + * The raw click event for the entire grid. + * @param {Roo.EventObject} e + */ + "click" : true, + /** + * @event dblclick + * The raw dblclick event for the entire grid. + * @param {Roo.EventObject} e + */ + "dblclick" : true, + /** + * @event contextmenu + * The raw contextmenu event for the entire grid. + * @param {Roo.EventObject} e + */ + "contextmenu" : true, + /** + * @event mousedown + * The raw mousedown event for the entire grid. + * @param {Roo.EventObject} e + */ + "mousedown" : true, + /** + * @event mouseup + * The raw mouseup event for the entire grid. + * @param {Roo.EventObject} e + */ + "mouseup" : true, + /** + * @event mouseover + * The raw mouseover event for the entire grid. + * @param {Roo.EventObject} e + */ + "mouseover" : true, + /** + * @event mouseout + * The raw mouseout event for the entire grid. + * @param {Roo.EventObject} e + */ + "mouseout" : true, + /** + * @event keypress + * The raw keypress event for the entire grid. + * @param {Roo.EventObject} e + */ + "keypress" : true, + /** + * @event keydown + * The raw keydown event for the entire grid. + * @param {Roo.EventObject} e + */ + "keydown" : true, + + // custom events + + /** + * @event cellclick + * Fires when a cell is clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "cellclick" : true, + /** + * @event celldblclick + * Fires when a cell is double clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "celldblclick" : true, + /** + * @event rowclick + * Fires when a row is clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Roo.EventObject} e + */ + "rowclick" : true, + /** + * @event rowdblclick + * Fires when a row is double clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Roo.EventObject} e + */ + "rowdblclick" : true, + /** + * @event headerclick + * Fires when a header is clicked + * @param {Grid} this + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "headerclick" : true, + /** + * @event headerdblclick + * Fires when a header cell is double clicked + * @param {Grid} this + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "headerdblclick" : true, + /** + * @event rowcontextmenu + * Fires when a row is right clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Roo.EventObject} e + */ + "rowcontextmenu" : true, + /** * @event cellcontextmenu * Fires when a cell is right clicked * @param {Grid} this @@ -216,95 +216,95 @@ Roo.grid.Grid = function(container, config){ * @param {Roo.EventObject} e */ "cellcontextmenu" : true, - /** - * @event headercontextmenu - * Fires when a header is right clicked - * @param {Grid} this - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "headercontextmenu" : true, - /** - * @event bodyscroll - * Fires when the body element is scrolled - * @param {Number} scrollLeft - * @param {Number} scrollTop - */ - "bodyscroll" : true, - /** - * @event columnresize - * Fires when the user resizes a column - * @param {Number} columnIndex - * @param {Number} newSize - */ - "columnresize" : true, - /** - * @event columnmove - * Fires when the user moves a column - * @param {Number} oldIndex - * @param {Number} newIndex - */ - "columnmove" : true, - /** - * @event startdrag - * Fires when row(s) start being dragged - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {event} e The raw browser event - */ - "startdrag" : true, - /** - * @event enddrag - * Fires when a drag operation is complete - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {event} e The raw browser event - */ - "enddrag" : true, - /** - * @event dragdrop - * Fires when dragged row(s) are dropped on a valid DD target - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragdrop" : true, - /** - * @event dragover - * Fires while row(s) are being dragged. "targetId" is the id of the Yahoo.util.DD object the selected rows are being dragged over. - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragover" : true, - /** - * @event dragenter - * Fires when the dragged row(s) first cross another DD target while being dragged - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragenter" : true, - /** - * @event dragout - * Fires when the dragged row(s) leave another DD target while being dragged - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragout" : true, /** - * @event rowclass - * Fires when the dragged row(s) leave another DD target while being dragged - * @param {GridView} gridview The grid view - * @param {Object} rowcfg, contains record, rowIndex and rowClass - set rowClass to add a style. - */ + * @event headercontextmenu + * Fires when a header is right clicked + * @param {Grid} this + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "headercontextmenu" : true, + /** + * @event bodyscroll + * Fires when the body element is scrolled + * @param {Number} scrollLeft + * @param {Number} scrollTop + */ + "bodyscroll" : true, + /** + * @event columnresize + * Fires when the user resizes a column + * @param {Number} columnIndex + * @param {Number} newSize + */ + "columnresize" : true, + /** + * @event columnmove + * Fires when the user moves a column + * @param {Number} oldIndex + * @param {Number} newIndex + */ + "columnmove" : true, + /** + * @event startdrag + * Fires when row(s) start being dragged + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {event} e The raw browser event + */ + "startdrag" : true, + /** + * @event enddrag + * Fires when a drag operation is complete + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {event} e The raw browser event + */ + "enddrag" : true, + /** + * @event dragdrop + * Fires when dragged row(s) are dropped on a valid DD target + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragdrop" : true, + /** + * @event dragover + * Fires while row(s) are being dragged. "targetId" is the id of the Yahoo.util.DD object the selected rows are being dragged over. + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragover" : true, + /** + * @event dragenter + * Fires when the dragged row(s) first cross another DD target while being dragged + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragenter" : true, + /** + * @event dragout + * Fires when the dragged row(s) leave another DD target while being dragged + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragout" : true, + /** + * @event rowclass + * Fires when a row is rendered, so you can change add a style to it. + * @param {GridView} gridview The grid view + * @param {Object} rowcfg contains record, rowIndex and rowClass - set rowClass to add a style. + */ 'rowclass' : true, - + /** * @event render * Fires when the grid is rendered diff --git a/Roo/grid/GridView.js b/Roo/grid/GridView.js index 2000806800..dcf1f7be2f 100644 --- a/Roo/grid/GridView.js +++ b/Roo/grid/GridView.js @@ -880,7 +880,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { record: r, rowIndex : rowIndex, - rowClass : ''; + rowClass : '' } this.grid.fireEvent('rowclass', this, rowcfg); alt.push(rowcfg.rowClass); @@ -933,7 +933,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { record: r, rowIndex : rowIndex, - rowClass : ''; + rowClass : '' } this.grid.fireEvent('rowclass', this, rowcfg); alt.push(rowcfg.rowClass); diff --git a/docs/files.html b/docs/files.html index fe68c08ec7..f390282866 100644 --- a/docs/files.html +++ b/docs/files.html @@ -1697,9 +1697,9 @@
- Documentation generated by Introspeciton Doc Generator undefined on Fri Jan 14 2011 17:01:53 GMT+0800 (HKT) + Documentation generated by Introspeciton Doc Generator undefined on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT) Based on - JsDoc Toolkit on Fri Jan 14 2011 17:01:53 GMT+0800 (HKT) + JsDoc Toolkit on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT)
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 59eb3c378a..82d97d079a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,32 +1,1100 @@ + - Generated Javascript Documentation + RooJS(1) Generated Documentation RooJS (1) - Manual - - - - - - - - + + + + + + + - - \ No newline at end of file + +
+ + + +
+ + + + + + \ No newline at end of file diff --git a/docs/json/roodata.json b/docs/json/roodata.json index ecf36d3233..c8490e53c6 100644 --- a/docs/json/roodata.json +++ b/docs/json/roodata.json @@ -17,10 +17,6 @@ "props": [], "events": [] }, - "Roo": { - "props": [], - "events": [] - }, "Roo.Ajax": { "props": [], "events": [ @@ -5064,19 +5060,47 @@ "events": [] }, "Roo.dd.DD": { - "props": [], + "props": [ + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" + } + ], "events": [] }, "Roo.dd.DDProxy": { - "props": [], + "props": [ + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" + } + ], "events": [] }, "Roo.dd.DDTarget": { - "props": [], + "props": [ + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" + } + ], "events": [] }, "Roo.dd.DragDrop": { - "props": [], + "props": [ + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" + } + ], "events": [] }, "Roo.dd.DragDropMgr": { @@ -5096,6 +5120,12 @@ "type": "String", "desc": "The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").", "memberOf": "" + }, + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" } ], "events": [] @@ -5125,6 +5155,12 @@ "type": "String", "desc": "The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").", "memberOf": "Roo.dd.DragSource" + }, + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" } ], "events": [] @@ -5163,9 +5199,15 @@ }, { "name": "valid", - "type": "boolean", - "desc": "if the drop point is valid for over/enter..", + "type": "boolean|String", + "desc": "true/false or string (ok-add/ok-sub/ok/nodrop)\nif the drop point is valid for over/enter..", "memberOf": "" + }, + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" } ], "events": [ @@ -5229,9 +5271,15 @@ }, { "name": "valid", - "type": "boolean", - "desc": "if the drop point is valid for over/enter..", + "type": "boolean|String", + "desc": "true/false or string (ok-add/ok-sub/ok/nodrop)\nif the drop point is valid for over/enter..", "memberOf": "Roo.dd.DropTarget" + }, + { + "name": "listeners", + "type": "Object", + "desc": "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", + "memberOf": "Roo.util.Observable" } ], "events": [ @@ -11631,6 +11679,12 @@ "type": "function", "desc": "Fires when the grid is rendered" }, + { + "name": "rowclass", + "sig": "function (gridview, rowcfg,)\n{\n\n}", + "type": "function", + "desc": "Fires when a row is rendered, so you can change add a style to it." + }, { "name": "rowclick", "sig": "function (_self, rowIndex, e)\n{\n\n}", @@ -11949,6 +12003,12 @@ "type": "function", "desc": "Fires when the grid is rendered" }, + { + "name": "rowclass", + "sig": "function (gridview, rowcfg,)\n{\n\n}", + "type": "function", + "desc": "Fires when a row is rendered, so you can change add a style to it." + }, { "name": "rowclick", "sig": "function (_self, rowIndex, e)\n{\n\n}", @@ -12512,6 +12572,12 @@ "type": "function", "desc": "Fires when the grid is rendered" }, + { + "name": "rowclass", + "sig": "function (gridview, rowcfg,)\n{\n\n}", + "type": "function", + "desc": "Fires when a row is rendered, so you can change add a style to it." + }, { "name": "rowclick", "sig": "function (_self, rowIndex, e)\n{\n\n}", @@ -15563,6 +15629,10 @@ "props": [], "events": [] }, + "_global_": { + "props": [], + "events": [] + }, "this": { "props": [], "events": [] diff --git a/docs/symbols/Array.html b/docs/symbols/Array.html index 8d481b336c..158079a429 100644 --- a/docs/symbols/Array.html +++ b/docs/symbols/Array.html @@ -385,7 +385,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:16 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Date.html b/docs/symbols/Date.html index 573ef24c0f..a86a7c021f 100644 --- a/docs/symbols/Date.html +++ b/docs/symbols/Date.html @@ -1743,7 +1743,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:16 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Function.html b/docs/symbols/Function.html index e6a3723188..cdaa507443 100644 --- a/docs/symbols/Function.html +++ b/docs/symbols/Function.html @@ -600,7 +600,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Number.html b/docs/symbols/Number.html index 3aac289596..8eda4a9ec6 100644 --- a/docs/symbols/Number.html +++ b/docs/symbols/Number.html @@ -267,7 +267,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Ajax.html b/docs/symbols/Roo.Ajax.html index 56f7223504..d0c06c4b92 100644 --- a/docs/symbols/Roo.Ajax.html +++ b/docs/symbols/Roo.Ajax.html @@ -1573,7 +1573,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.BasicDialog.html b/docs/symbols/Roo.BasicDialog.html index 02d6571849..e14b4883cd 100644 --- a/docs/symbols/Roo.BasicDialog.html +++ b/docs/symbols/Roo.BasicDialog.html @@ -3821,7 +3821,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.BasicLayoutRegion.html b/docs/symbols/Roo.BasicLayoutRegion.html index b0fee5d912..e0b868ffa9 100644 --- a/docs/symbols/Roo.BasicLayoutRegion.html +++ b/docs/symbols/Roo.BasicLayoutRegion.html @@ -2251,7 +2251,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.BorderLayout.html b/docs/symbols/Roo.BorderLayout.html index 10fa218acf..605594be67 100644 --- a/docs/symbols/Roo.BorderLayout.html +++ b/docs/symbols/Roo.BorderLayout.html @@ -2227,7 +2227,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.BoxComponent.html b/docs/symbols/Roo.BoxComponent.html index 774e7792f4..b676eab7fd 100644 --- a/docs/symbols/Roo.BoxComponent.html +++ b/docs/symbols/Roo.BoxComponent.html @@ -3236,7 +3236,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Button.html b/docs/symbols/Roo.Button.html index 829f036f61..12e77328da 100644 --- a/docs/symbols/Roo.Button.html +++ b/docs/symbols/Roo.Button.html @@ -2641,7 +2641,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.ColorPalette.html b/docs/symbols/Roo.ColorPalette.html index d2a9cb8259..0524769d85 100644 --- a/docs/symbols/Roo.ColorPalette.html +++ b/docs/symbols/Roo.ColorPalette.html @@ -2551,7 +2551,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Component.html b/docs/symbols/Roo.Component.html index 0c15d3a606..6fcbd2c9a3 100644 --- a/docs/symbols/Roo.Component.html +++ b/docs/symbols/Roo.Component.html @@ -2344,7 +2344,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.ComponentMgr.html b/docs/symbols/Roo.ComponentMgr.html index 41e33c3c91..8cdd92a30b 100644 --- a/docs/symbols/Roo.ComponentMgr.html +++ b/docs/symbols/Roo.ComponentMgr.html @@ -446,7 +446,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:17 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.CompositeElement.html b/docs/symbols/Roo.CompositeElement.html index 93a37bc86f..b3fa280c40 100644 --- a/docs/symbols/Roo.CompositeElement.html +++ b/docs/symbols/Roo.CompositeElement.html @@ -1184,7 +1184,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:47 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.CompositeElementLite.html b/docs/symbols/Roo.CompositeElementLite.html index 649f2d8636..9e9b405c81 100644 --- a/docs/symbols/Roo.CompositeElementLite.html +++ b/docs/symbols/Roo.CompositeElementLite.html @@ -1190,7 +1190,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.ContentPanel.html b/docs/symbols/Roo.ContentPanel.html index 5d1e3254dc..3069aa9f72 100644 --- a/docs/symbols/Roo.ContentPanel.html +++ b/docs/symbols/Roo.ContentPanel.html @@ -2387,7 +2387,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.DDView.html b/docs/symbols/Roo.DDView.html index 97653928be..6f5fecfcb3 100644 --- a/docs/symbols/Roo.DDView.html +++ b/docs/symbols/Roo.DDView.html @@ -1036,7 +1036,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.DatePicker.html b/docs/symbols/Roo.DatePicker.html index f5e40c7883..90886c724a 100644 --- a/docs/symbols/Roo.DatePicker.html +++ b/docs/symbols/Roo.DatePicker.html @@ -3157,7 +3157,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.DialogManager.html b/docs/symbols/Roo.DialogManager.html index 7453910a8c..2d2a425b3c 100644 --- a/docs/symbols/Roo.DialogManager.html +++ b/docs/symbols/Roo.DialogManager.html @@ -515,7 +515,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.DomHelper.html b/docs/symbols/Roo.DomHelper.html index 8d46beffaa..222857eb6f 100644 --- a/docs/symbols/Roo.DomHelper.html +++ b/docs/symbols/Roo.DomHelper.html @@ -942,7 +942,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.DomQuery.html b/docs/symbols/Roo.DomQuery.html index c411767b95..f622b4f976 100644 --- a/docs/symbols/Roo.DomQuery.html +++ b/docs/symbols/Roo.DomQuery.html @@ -770,7 +770,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Editor.html b/docs/symbols/Roo.Editor.html index 04935e20d9..3251accb61 100644 --- a/docs/symbols/Roo.Editor.html +++ b/docs/symbols/Roo.Editor.html @@ -3443,7 +3443,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Element.html b/docs/symbols/Roo.Element.html index 3136ff87e5..3ba755215f 100644 --- a/docs/symbols/Roo.Element.html +++ b/docs/symbols/Roo.Element.html @@ -11071,7 +11071,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.EventManager.html b/docs/symbols/Roo.EventManager.html index 8e636a25ad..b218342e34 100644 --- a/docs/symbols/Roo.EventManager.html +++ b/docs/symbols/Roo.EventManager.html @@ -923,7 +923,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.EventObject.html b/docs/symbols/Roo.EventObject.html index 1332e2d030..af10033caf 100644 --- a/docs/symbols/Roo.EventObject.html +++ b/docs/symbols/Roo.EventObject.html @@ -1105,7 +1105,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Fx.html b/docs/symbols/Roo.Fx.html index 0b37418c9e..a90f033b77 100644 --- a/docs/symbols/Roo.Fx.html +++ b/docs/symbols/Roo.Fx.html @@ -1876,7 +1876,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.GridPanel.html b/docs/symbols/Roo.GridPanel.html index 5550a6bf19..1b82a23bd1 100644 --- a/docs/symbols/Roo.GridPanel.html +++ b/docs/symbols/Roo.GridPanel.html @@ -2435,7 +2435,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:18 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.JsonView.html b/docs/symbols/Roo.JsonView.html index 18fc7e75e1..7919f28f18 100644 --- a/docs/symbols/Roo.JsonView.html +++ b/docs/symbols/Roo.JsonView.html @@ -3223,7 +3223,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.KeyMap.html b/docs/symbols/Roo.KeyMap.html index 49841a241a..1aa2bc1ef8 100644 --- a/docs/symbols/Roo.KeyMap.html +++ b/docs/symbols/Roo.KeyMap.html @@ -560,7 +560,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.KeyNav.html b/docs/symbols/Roo.KeyNav.html index ce36b99c5f..20c4aaa638 100644 --- a/docs/symbols/Roo.KeyNav.html +++ b/docs/symbols/Roo.KeyNav.html @@ -453,7 +453,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Layer.html b/docs/symbols/Roo.Layer.html index 9921d32c8d..6262e78636 100644 --- a/docs/symbols/Roo.Layer.html +++ b/docs/symbols/Roo.Layer.html @@ -11215,7 +11215,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.LayoutDialog.html b/docs/symbols/Roo.LayoutDialog.html index c6c70aebda..7cd015a6f0 100644 --- a/docs/symbols/Roo.LayoutDialog.html +++ b/docs/symbols/Roo.LayoutDialog.html @@ -4056,7 +4056,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.LayoutManager.html b/docs/symbols/Roo.LayoutManager.html index 25022b2d93..9c615f42ea 100644 --- a/docs/symbols/Roo.LayoutManager.html +++ b/docs/symbols/Roo.LayoutManager.html @@ -1501,7 +1501,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.LayoutRegion.html b/docs/symbols/Roo.LayoutRegion.html index 6fdfd5746e..40b0c795b7 100644 --- a/docs/symbols/Roo.LayoutRegion.html +++ b/docs/symbols/Roo.LayoutRegion.html @@ -3516,7 +3516,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.LoadMask.html b/docs/symbols/Roo.LoadMask.html index 86f3caa9f9..a0bc1d760d 100644 --- a/docs/symbols/Roo.LoadMask.html +++ b/docs/symbols/Roo.LoadMask.html @@ -453,7 +453,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Login.html b/docs/symbols/Roo.Login.html index 33dddd8cfe..c5a7ae138a 100644 --- a/docs/symbols/Roo.Login.html +++ b/docs/symbols/Roo.Login.html @@ -4093,7 +4093,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.MasterTemplate.html b/docs/symbols/Roo.MasterTemplate.html index 7effdd29e5..9af5d94c85 100644 --- a/docs/symbols/Roo.MasterTemplate.html +++ b/docs/symbols/Roo.MasterTemplate.html @@ -1366,7 +1366,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.MessageBox.html b/docs/symbols/Roo.MessageBox.html index 1f27dc210f..54ec4a1090 100644 --- a/docs/symbols/Roo.MessageBox.html +++ b/docs/symbols/Roo.MessageBox.html @@ -1063,7 +1063,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:19 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.NestedLayoutPanel.html b/docs/symbols/Roo.NestedLayoutPanel.html index 011733cd42..1001df382c 100644 --- a/docs/symbols/Roo.NestedLayoutPanel.html +++ b/docs/symbols/Roo.NestedLayoutPanel.html @@ -2435,7 +2435,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.PagingToolbar.html b/docs/symbols/Roo.PagingToolbar.html index 4314c7993a..35e4b63c35 100644 --- a/docs/symbols/Roo.PagingToolbar.html +++ b/docs/symbols/Roo.PagingToolbar.html @@ -1664,7 +1664,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.QuickTips.html b/docs/symbols/Roo.QuickTips.html index 825e4c4ec5..0d77091c86 100644 --- a/docs/symbols/Roo.QuickTips.html +++ b/docs/symbols/Roo.QuickTips.html @@ -514,7 +514,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.ReaderLayout.html b/docs/symbols/Roo.ReaderLayout.html index 7c67d4eff2..f3b640e7a2 100644 --- a/docs/symbols/Roo.ReaderLayout.html +++ b/docs/symbols/Roo.ReaderLayout.html @@ -2153,7 +2153,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Resizable.html b/docs/symbols/Roo.Resizable.html index 9fa4abd6de..784e680402 100644 --- a/docs/symbols/Roo.Resizable.html +++ b/docs/symbols/Roo.Resizable.html @@ -2103,7 +2103,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:48 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Shadow.html b/docs/symbols/Roo.Shadow.html index 74b74bdecc..aef54885f0 100644 --- a/docs/symbols/Roo.Shadow.html +++ b/docs/symbols/Roo.Shadow.html @@ -621,7 +621,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.html b/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.html index a81e2d032f..5b6d643f28 100644 --- a/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.html +++ b/docs/symbols/Roo.SplitBar.AbsoluteLayoutAdapter.html @@ -393,7 +393,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.SplitBar.BasicLayoutAdapter.html b/docs/symbols/Roo.SplitBar.BasicLayoutAdapter.html index 40a2012d75..cc8b01d04e 100644 --- a/docs/symbols/Roo.SplitBar.BasicLayoutAdapter.html +++ b/docs/symbols/Roo.SplitBar.BasicLayoutAdapter.html @@ -376,7 +376,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.SplitBar.html b/docs/symbols/Roo.SplitBar.html index 136b13ad7f..da8c659c1b 100644 --- a/docs/symbols/Roo.SplitBar.html +++ b/docs/symbols/Roo.SplitBar.html @@ -1847,7 +1847,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.SplitButton.html b/docs/symbols/Roo.SplitButton.html index 606474413e..70bd5ec931 100644 --- a/docs/symbols/Roo.SplitButton.html +++ b/docs/symbols/Roo.SplitButton.html @@ -2837,7 +2837,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.SplitLayoutRegion.html b/docs/symbols/Roo.SplitLayoutRegion.html index 9857cb6e8d..f82d680da8 100644 --- a/docs/symbols/Roo.SplitLayoutRegion.html +++ b/docs/symbols/Roo.SplitLayoutRegion.html @@ -3576,7 +3576,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.TabPanel.html b/docs/symbols/Roo.TabPanel.html index 7dbd14ba2e..68f6edf59e 100644 --- a/docs/symbols/Roo.TabPanel.html +++ b/docs/symbols/Roo.TabPanel.html @@ -2117,7 +2117,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.TabPanelItem.html b/docs/symbols/Roo.TabPanelItem.html index b7b1658538..fa83cf460d 100644 --- a/docs/symbols/Roo.TabPanelItem.html +++ b/docs/symbols/Roo.TabPanelItem.html @@ -2060,7 +2060,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Template.html b/docs/symbols/Roo.Template.html index 340300e060..848e516b39 100644 --- a/docs/symbols/Roo.Template.html +++ b/docs/symbols/Roo.Template.html @@ -1076,7 +1076,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:20 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.Button.html b/docs/symbols/Roo.Toolbar.Button.html index 5541f38f09..fc1e87c2bb 100644 --- a/docs/symbols/Roo.Toolbar.Button.html +++ b/docs/symbols/Roo.Toolbar.Button.html @@ -2635,7 +2635,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.Fill.html b/docs/symbols/Roo.Toolbar.Fill.html index 9fdd2b43be..b6b3c10a62 100644 --- a/docs/symbols/Roo.Toolbar.Fill.html +++ b/docs/symbols/Roo.Toolbar.Fill.html @@ -681,7 +681,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.Item.html b/docs/symbols/Roo.Toolbar.Item.html index 83cfd1b1d1..fc4557f447 100644 --- a/docs/symbols/Roo.Toolbar.Item.html +++ b/docs/symbols/Roo.Toolbar.Item.html @@ -685,7 +685,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.Separator.html b/docs/symbols/Roo.Toolbar.Separator.html index 98107e4ee4..e04ef5b19f 100644 --- a/docs/symbols/Roo.Toolbar.Separator.html +++ b/docs/symbols/Roo.Toolbar.Separator.html @@ -680,7 +680,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.Spacer.html b/docs/symbols/Roo.Toolbar.Spacer.html index d1cf9832c4..9c67bcf7fe 100644 --- a/docs/symbols/Roo.Toolbar.Spacer.html +++ b/docs/symbols/Roo.Toolbar.Spacer.html @@ -687,7 +687,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.SplitButton.html b/docs/symbols/Roo.Toolbar.SplitButton.html index 8a6d2c5d9e..b7aafaa5c9 100644 --- a/docs/symbols/Roo.Toolbar.SplitButton.html +++ b/docs/symbols/Roo.Toolbar.SplitButton.html @@ -2825,7 +2825,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.TextItem.html b/docs/symbols/Roo.Toolbar.TextItem.html index bfdfabf638..c69a7c7756 100644 --- a/docs/symbols/Roo.Toolbar.TextItem.html +++ b/docs/symbols/Roo.Toolbar.TextItem.html @@ -691,7 +691,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.Toolbar.html b/docs/symbols/Roo.Toolbar.html index 9736853bfc..7a7825fa64 100644 --- a/docs/symbols/Roo.Toolbar.html +++ b/docs/symbols/Roo.Toolbar.html @@ -1384,7 +1384,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.TreePanel.html b/docs/symbols/Roo.TreePanel.html index 913947e981..88511e1904 100644 --- a/docs/symbols/Roo.TreePanel.html +++ b/docs/symbols/Roo.TreePanel.html @@ -2393,7 +2393,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.UpdateManager.BasicRenderer.html b/docs/symbols/Roo.UpdateManager.BasicRenderer.html index 6c3d57a200..a2d2baca49 100644 --- a/docs/symbols/Roo.UpdateManager.BasicRenderer.html +++ b/docs/symbols/Roo.UpdateManager.BasicRenderer.html @@ -313,7 +313,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.UpdateManager.defaults.html b/docs/symbols/Roo.UpdateManager.defaults.html index a81f1c730b..dda546be4c 100644 --- a/docs/symbols/Roo.UpdateManager.defaults.html +++ b/docs/symbols/Roo.UpdateManager.defaults.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.UpdateManager.html b/docs/symbols/Roo.UpdateManager.html index 8f6f3fe185..de650305e8 100644 --- a/docs/symbols/Roo.UpdateManager.html +++ b/docs/symbols/Roo.UpdateManager.html @@ -1883,7 +1883,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.View.html b/docs/symbols/Roo.View.html index 40af1370a9..0242e158f8 100644 --- a/docs/symbols/Roo.View.html +++ b/docs/symbols/Roo.View.html @@ -2556,7 +2556,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.XComponent.html b/docs/symbols/Roo.XComponent.html index 70b4fbb285..9f2398e800 100644 --- a/docs/symbols/Roo.XComponent.html +++ b/docs/symbols/Roo.XComponent.html @@ -1574,7 +1574,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.ArrayReader.html b/docs/symbols/Roo.data.ArrayReader.html index 31df901f8c..108a00af68 100644 --- a/docs/symbols/Roo.data.ArrayReader.html +++ b/docs/symbols/Roo.data.ArrayReader.html @@ -458,7 +458,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.Connection.html b/docs/symbols/Roo.data.Connection.html index 546ff7b53a..e385a874bd 100644 --- a/docs/symbols/Roo.data.Connection.html +++ b/docs/symbols/Roo.data.Connection.html @@ -1519,7 +1519,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.DataProxy.html b/docs/symbols/Roo.data.DataProxy.html index fe9e713723..2632e6a50e 100644 --- a/docs/symbols/Roo.data.DataProxy.html +++ b/docs/symbols/Roo.data.DataProxy.html @@ -466,7 +466,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.DataReader.html b/docs/symbols/Roo.data.DataReader.html index 48bf04bc6d..3c960a3881 100644 --- a/docs/symbols/Roo.data.DataReader.html +++ b/docs/symbols/Roo.data.DataReader.html @@ -317,7 +317,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.HttpProxy.html b/docs/symbols/Roo.data.HttpProxy.html index 36b437f634..c7089b8160 100644 --- a/docs/symbols/Roo.data.HttpProxy.html +++ b/docs/symbols/Roo.data.HttpProxy.html @@ -843,7 +843,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.JsonReader.html b/docs/symbols/Roo.data.JsonReader.html index 6ade1ee28b..9cea1b3641 100644 --- a/docs/symbols/Roo.data.JsonReader.html +++ b/docs/symbols/Roo.data.JsonReader.html @@ -625,7 +625,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.JsonStore.html b/docs/symbols/Roo.data.JsonStore.html index fdf6794531..e4ca3ad9dc 100644 --- a/docs/symbols/Roo.data.JsonStore.html +++ b/docs/symbols/Roo.data.JsonStore.html @@ -3640,7 +3640,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.MemoryProxy.html b/docs/symbols/Roo.data.MemoryProxy.html index a4cd06c3e0..56ba083c42 100644 --- a/docs/symbols/Roo.data.MemoryProxy.html +++ b/docs/symbols/Roo.data.MemoryProxy.html @@ -330,7 +330,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.Node.html b/docs/symbols/Roo.data.Node.html index 55808b209b..da12e4fd23 100644 --- a/docs/symbols/Roo.data.Node.html +++ b/docs/symbols/Roo.data.Node.html @@ -3027,7 +3027,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.Record.html b/docs/symbols/Roo.data.Record.html index cfd337daa4..d4d7f65427 100644 --- a/docs/symbols/Roo.data.Record.html +++ b/docs/symbols/Roo.data.Record.html @@ -636,7 +636,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.ScriptTagProxy.html b/docs/symbols/Roo.data.ScriptTagProxy.html index e704f9e416..357b278615 100644 --- a/docs/symbols/Roo.data.ScriptTagProxy.html +++ b/docs/symbols/Roo.data.ScriptTagProxy.html @@ -512,7 +512,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.SimpleStore.html b/docs/symbols/Roo.data.SimpleStore.html index 31e4bd1253..e4b4044ee3 100644 --- a/docs/symbols/Roo.data.SimpleStore.html +++ b/docs/symbols/Roo.data.SimpleStore.html @@ -3670,7 +3670,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.SortTypes.html b/docs/symbols/Roo.data.SortTypes.html index e0c7b1839d..9ec224037f 100644 --- a/docs/symbols/Roo.data.SortTypes.html +++ b/docs/symbols/Roo.data.SortTypes.html @@ -783,7 +783,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.Store.html b/docs/symbols/Roo.data.Store.html index 46b544b3e0..175a6d7c27 100644 --- a/docs/symbols/Roo.data.Store.html +++ b/docs/symbols/Roo.data.Store.html @@ -3616,7 +3616,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.Tree.html b/docs/symbols/Roo.data.Tree.html index a149a1d38b..3e48838334 100644 --- a/docs/symbols/Roo.data.Tree.html +++ b/docs/symbols/Roo.data.Tree.html @@ -1696,7 +1696,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:22 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.XmlReader.html b/docs/symbols/Roo.data.XmlReader.html index 051390bc72..44a18220a6 100644 --- a/docs/symbols/Roo.data.XmlReader.html +++ b/docs/symbols/Roo.data.XmlReader.html @@ -625,7 +625,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.data.html b/docs/symbols/Roo.data.html index 5f1d052eeb..69c2e41ed5 100644 --- a/docs/symbols/Roo.data.html +++ b/docs/symbols/Roo.data.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:49 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:21 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DD.html b/docs/symbols/Roo.dd.DD.html index 0cbcff0869..afadad3629 100644 --- a/docs/symbols/Roo.dd.DD.html +++ b/docs/symbols/Roo.dd.DD.html @@ -43,8 +43,9 @@
-
Roo.dd.DragDrop
-Roo.dd.DD 
+		   
Roo.util.Observable
+Roo.dd.DragDrop
+Roo.dd.DD 
 
 		   
@@ -114,14 +115,55 @@ + - - -
Config Options - Has None
- + + + - - + + + + + + + + + + + + + + + + + + +
Config Options (Usually are also Properties)
OptionsDefined By
+ @@ -253,6 +295,68 @@   + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -311,7 +415,7 @@ - +   @@ -373,7 +477,7 @@ - +   @@ -435,6 +539,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -926,6 +1110,89 @@   + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + + +   @@ -1060,7 +1327,7 @@ - +   @@ -1126,6 +1393,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1428,27 +1772,78 @@ -
-
Parameters:
- -
- HTMLElement node - -
-
the HTMLElement to evaluate
- -
+
+
Parameters:
+ +
+ HTMLElement node + +
+
the HTMLElement to evaluate
+ +
+ + + + + +
+
Returns:
+ +
boolean true if this is a valid tag type, false if not
+ +
+ + + + + + + +
+ + + + + + Roo.dd.DragDrop +   + + + + + +   + + + + +
+ lock + + () + + + +
+
+ +
Lock this instance
+ + + +
+ + Lock this instance + + + + -
-
Returns:
- -
boolean true if this is a valid tag type, false if not
- -
@@ -1468,35 +1863,64 @@ - +   - +
- lock + on - () + (String eventName, Function handler, Object scope, Object options)
-
Lock this instance
+
Appends an event handler to this element (shorthand for addListener)
- Lock this instance + Appends an event handler to this element (shorthand for addListener) +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
+ +
+ @@ -1513,13 +1937,13 @@ - Roo.dd.DragDrop + Roo.util.Observable   - +   @@ -1570,7 +1994,7 @@ - +   @@ -1632,7 +2056,7 @@ - +   @@ -1700,7 +2124,7 @@ - +   @@ -1768,7 +2192,7 @@ - +   @@ -1836,7 +2260,7 @@ - +   @@ -1904,7 +2328,7 @@ - +   @@ -1966,7 +2390,7 @@ - +   @@ -2028,7 +2452,7 @@ - +   @@ -2090,7 +2514,7 @@ - +   @@ -2141,6 +2565,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2393,6 +2868,80 @@   + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -2451,7 +3000,7 @@ - +   @@ -2519,7 +3068,7 @@ - +   @@ -2581,7 +3130,7 @@ - +   @@ -2649,7 +3198,7 @@ - +   @@ -2711,7 +3260,7 @@ - +   @@ -2779,7 +3328,7 @@ - +   @@ -2841,7 +3390,7 @@ - +   @@ -2921,7 +3470,7 @@ - +   @@ -2995,7 +3544,7 @@ - +   @@ -3069,7 +3618,7 @@ - +   @@ -3137,6 +3686,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -3266,7 +3889,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DDProxy.html b/docs/symbols/Roo.dd.DDProxy.html index 873c4d68ca..012ed8f85f 100644 --- a/docs/symbols/Roo.dd.DDProxy.html +++ b/docs/symbols/Roo.dd.DDProxy.html @@ -43,9 +43,10 @@
-
Roo.dd.DragDrop
-Roo.dd.DD
-Roo.dd.DDProxy 
+		   
Roo.util.Observable
+Roo.dd.DragDrop
+Roo.dd.DD
+Roo.dd.DDProxy 
 
 		   
@@ -115,14 +116,55 @@ + - - -
Config Options - Has None
- + + + - - + + + + + + + + + + + + + + + + + + +
Config Options (Usually are also Properties)
OptionsDefined By
+ @@ -312,6 +354,68 @@   + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -370,7 +474,7 @@ - +   @@ -432,7 +536,7 @@ - +   @@ -494,6 +598,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1036,6 +1220,89 @@   + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + + +   @@ -1170,7 +1437,7 @@ - +   @@ -1236,6 +1503,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1589,27 +1933,78 @@ -
-
Parameters:
- -
- HTMLElement node - -
-
the HTMLElement to evaluate
- -
+
+
Parameters:
+ +
+ HTMLElement node + +
+
the HTMLElement to evaluate
+ +
+ + + + + +
+
Returns:
+ +
boolean true if this is a valid tag type, false if not
+ +
+ + + + + + + +
+
+ + + + + Roo.dd.DragDrop +   + + + + + +   + + + + +
+ lock + + () + + + +
+
+ +
Lock this instance
+ + + +
+ + Lock this instance + + + + -
-
Returns:
- -
boolean true if this is a valid tag type, false if not
- -
@@ -1629,35 +2024,64 @@ - +   - +
- lock + on - () + (String eventName, Function handler, Object scope, Object options)
-
Lock this instance
+
Appends an event handler to this element (shorthand for addListener)
- Lock this instance + Appends an event handler to this element (shorthand for addListener) +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
+ +
+ @@ -1674,13 +2098,13 @@ - Roo.dd.DragDrop + Roo.util.Observable   - +   @@ -1731,7 +2155,7 @@ - +   @@ -1793,7 +2217,7 @@ - +   @@ -1861,7 +2285,7 @@ - +   @@ -1929,7 +2353,7 @@ - +   @@ -1997,7 +2421,7 @@ - +   @@ -2065,7 +2489,7 @@ - +   @@ -2127,7 +2551,7 @@ - +   @@ -2189,7 +2613,7 @@ - +   @@ -2251,7 +2675,7 @@ - +   @@ -2302,6 +2726,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2554,6 +3029,80 @@   + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -2612,7 +3161,7 @@ - +   @@ -2680,7 +3229,7 @@ - +   @@ -2742,7 +3291,7 @@ - +   @@ -2810,7 +3359,7 @@ - +   @@ -2872,7 +3421,7 @@ - +   @@ -2940,7 +3489,7 @@ - +   @@ -3002,7 +3551,7 @@ - +   @@ -3082,7 +3631,7 @@ - +   @@ -3156,7 +3705,7 @@ - +   @@ -3230,7 +3779,7 @@ - +   @@ -3298,6 +3847,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -3427,7 +4050,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DDTarget.html b/docs/symbols/Roo.dd.DDTarget.html index 347e197c3f..f049b0752b 100644 --- a/docs/symbols/Roo.dd.DDTarget.html +++ b/docs/symbols/Roo.dd.DDTarget.html @@ -43,8 +43,9 @@
-
Roo.dd.DragDrop
-Roo.dd.DDTarget 
+		   
Roo.util.Observable
+Roo.dd.DragDrop
+Roo.dd.DDTarget 
 
 		   
@@ -114,14 +115,55 @@ + - - -
Config Options - Has None
- + + + - - + + + + + + + + + + + + + + + + + + +
Config Options (Usually are also Properties)
OptionsDefined By
+ @@ -253,6 +295,68 @@   + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -311,7 +415,7 @@ - +   @@ -373,7 +477,7 @@ - +   @@ -435,6 +539,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -716,6 +900,89 @@   + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + + +   @@ -850,7 +1117,7 @@ - +   @@ -916,6 +1183,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1211,34 +1555,85 @@
- Checks the tag exclusion list to see if this click should be ignored + Checks the tag exclusion list to see if this click should be ignored + + + + + + +
+
Parameters:
+ +
+ HTMLElement node + +
+
the HTMLElement to evaluate
+ +
+ + + + + +
+
Returns:
+ +
boolean true if this is a valid tag type, false if not
+ +
+ + + + + + + +
+
+ + + + + Roo.dd.DragDrop +   + + + + + +   + + + + +
+ lock + + () + + + +
+
+ +
Lock this instance
+ + + +
+ + Lock this instance -
-
Parameters:
- -
- HTMLElement node - -
-
the HTMLElement to evaluate
- -
- - -
-
Returns:
- -
boolean true if this is a valid tag type, false if not
- -
@@ -1258,35 +1653,64 @@ - +   - +
- lock + on - () + (String eventName, Function handler, Object scope, Object options)
-
Lock this instance
+
Appends an event handler to this element (shorthand for addListener)
- Lock this instance + Appends an event handler to this element (shorthand for addListener) +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
+ +
+ @@ -1303,13 +1727,13 @@ - Roo.dd.DragDrop + Roo.util.Observable   - +   @@ -1360,7 +1784,7 @@ - +   @@ -1422,7 +1846,7 @@ - +   @@ -1490,7 +1914,7 @@ - +   @@ -1558,7 +1982,7 @@ - +   @@ -1626,7 +2050,7 @@ - +   @@ -1694,7 +2118,7 @@ - +   @@ -1756,7 +2180,7 @@ - +   @@ -1818,7 +2242,7 @@ - +   @@ -1880,7 +2304,7 @@ - +   @@ -1931,6 +2355,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2183,6 +2658,80 @@   + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -2241,7 +2790,7 @@ - +   @@ -2303,7 +2852,7 @@ - +   @@ -2365,7 +2914,7 @@ - +   @@ -2433,7 +2982,7 @@ - +   @@ -2495,7 +3044,7 @@ - +   @@ -2575,7 +3124,7 @@ - +   @@ -2649,7 +3198,7 @@ - +   @@ -2723,7 +3272,7 @@ - +   @@ -2791,6 +3340,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2920,7 +3543,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DragDrop.html b/docs/symbols/Roo.dd.DragDrop.html index 2f41c0bbf0..b42c78c922 100644 --- a/docs/symbols/Roo.dd.DragDrop.html +++ b/docs/symbols/Roo.dd.DragDrop.html @@ -42,6 +42,13 @@ +
+
Roo.util.Observable
+Roo.dd.DragDrop 
+
+		   
+
+ @@ -71,6 +78,12 @@ + Extends: + Roo.util.Observable + + + + @@ -101,14 +114,55 @@ + - - -
Config Options - Has None
- + + + - - + + + + + + + + + + + + + + + + + + +
Config Options (Usually are also Properties)
OptionsDefined By
+ @@ -236,7 +290,69 @@ - + +   + + + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + +   @@ -298,7 +414,7 @@ - +   @@ -360,7 +476,7 @@ - +   @@ -422,6 +538,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -699,7 +895,90 @@ - + +   + + + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + +   @@ -771,7 +1050,7 @@ - +   @@ -837,7 +1116,7 @@ - +   @@ -903,6 +1182,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1192,40 +1548,91 @@
-
Checks the tag exclusion list to see if this click should be ignored
+
Checks the tag exclusion list to see if this click should be ignored
+ + + +
+ + Checks the tag exclusion list to see if this click should be ignored + + + + + + +
+
Parameters:
+ +
+ HTMLElement node + +
+
the HTMLElement to evaluate
+ +
+ + + + + +
+
Returns:
+ +
boolean true if this is a valid tag type, false if not
+ +
+ + + + + + + +
+
+ + + + + Roo.dd.DragDrop +   + + + + + +   + + + + +
+ lock + + () + + + +
+
+ +
Lock this instance
- Checks the tag exclusion list to see if this click should be ignored + Lock this instance -
-
Parameters:
- -
- HTMLElement node - -
-
the HTMLElement to evaluate
- -
- - -
-
Returns:
- -
boolean true if this is a valid tag type, false if not
- -
@@ -1245,35 +1652,64 @@ - +   - +
- lock + on - () + (String eventName, Function handler, Object scope, Object options)
-
Lock this instance
+
Appends an event handler to this element (shorthand for addListener)
- Lock this instance + Appends an event handler to this element (shorthand for addListener) +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
+ +
+ @@ -1290,13 +1726,13 @@ - Roo.dd.DragDrop + Roo.util.Observable   - +   @@ -1347,7 +1783,7 @@ - +   @@ -1409,7 +1845,7 @@ - +   @@ -1477,7 +1913,7 @@ - +   @@ -1545,7 +1981,7 @@ - +   @@ -1613,7 +2049,7 @@ - +   @@ -1681,7 +2117,7 @@ - +   @@ -1743,7 +2179,7 @@ - +   @@ -1805,7 +2241,7 @@ - +   @@ -1867,7 +2303,7 @@ - +   @@ -1918,6 +2354,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2166,7 +2653,81 @@ - + +   + + + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + +   @@ -2228,7 +2789,7 @@ - +   @@ -2290,7 +2851,7 @@ - +   @@ -2352,7 +2913,7 @@ - +   @@ -2420,7 +2981,7 @@ - +   @@ -2482,7 +3043,7 @@ - +   @@ -2562,7 +3123,7 @@ - +   @@ -2636,7 +3197,7 @@ - +   @@ -2710,7 +3271,7 @@ - +   @@ -2778,6 +3339,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2907,7 +3542,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DragDropMgr.html b/docs/symbols/Roo.dd.DragDropMgr.html index de1bfed855..47382262fe 100644 --- a/docs/symbols/Roo.dd.DragDropMgr.html +++ b/docs/symbols/Roo.dd.DragDropMgr.html @@ -2194,7 +2194,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DragSource.html b/docs/symbols/Roo.dd.DragSource.html index 782793a039..fecaeac3a1 100644 --- a/docs/symbols/Roo.dd.DragSource.html +++ b/docs/symbols/Roo.dd.DragSource.html @@ -43,10 +43,11 @@ @@ -192,6 +193,36 @@ + + +   + + + +
+ listeners : Object + + +
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.
+
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.....
} ,
....
}
+
+ + + + + + + Roo.util.Observable + + + + @@ -378,6 +409,68 @@   + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -436,7 +529,7 @@ - +   @@ -498,7 +591,7 @@ - +   @@ -560,6 +653,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1547,6 +1720,89 @@   + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + + +   @@ -1681,7 +1937,7 @@ - +   @@ -1747,7 +2003,7 @@ - +   @@ -1813,7 +2069,7 @@ - +   @@ -1879,6 +2135,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2292,18 +2625,69 @@
the HTMLElement to evaluate
- + + + + + + +
+
Returns:
+ +
boolean true if this is a valid tag type, false if not
+ +
+ + + + + + + +
+
+ + + + + Roo.dd.DragDrop +   + + + + + +   + + + + +
+ lock + + () + + + +
+
+ +
Lock this instance
+ + + +
+ + Lock this instance + + + + -
-
Returns:
- -
boolean true if this is a valid tag type, false if not
- -
@@ -2323,35 +2707,64 @@ - +   - +
- lock + on - () + (String eventName, Function handler, Object scope, Object options)
-
Lock this instance
+
Appends an event handler to this element (shorthand for addListener)
- Lock this instance + Appends an event handler to this element (shorthand for addListener) +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
+ +
+ @@ -2368,13 +2781,13 @@ - Roo.dd.DragDrop + Roo.util.Observable   - +   @@ -2425,7 +2838,7 @@ - +   @@ -2508,7 +2921,7 @@ - +   @@ -2570,7 +2983,7 @@ - +   @@ -2638,7 +3051,7 @@ - +   @@ -2706,7 +3119,7 @@ - +   @@ -2774,7 +3187,7 @@ - +   @@ -2842,7 +3255,7 @@ - +   @@ -2904,7 +3317,7 @@ - +   @@ -2966,7 +3379,7 @@ - +   @@ -3028,7 +3441,7 @@ - +   @@ -3096,7 +3509,7 @@ - +   @@ -3147,6 +3560,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -3399,6 +3863,80 @@   + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -3457,7 +3995,7 @@ - +   @@ -3525,7 +4063,7 @@ - +   @@ -3587,7 +4125,7 @@ - +   @@ -3655,7 +4193,7 @@ - +   @@ -3717,7 +4255,7 @@ - +   @@ -3785,7 +4323,7 @@ - +   @@ -3847,7 +4385,7 @@ - +   @@ -3927,7 +4465,7 @@ - +   @@ -4001,7 +4539,7 @@ - +   @@ -4075,7 +4613,7 @@ - +   @@ -4143,6 +4681,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -4272,7 +4884,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DragZone.html b/docs/symbols/Roo.dd.DragZone.html index bc4e021dcc..241a4ac87d 100644 --- a/docs/symbols/Roo.dd.DragZone.html +++ b/docs/symbols/Roo.dd.DragZone.html @@ -43,11 +43,12 @@ @@ -246,6 +247,36 @@ + + +   + + + +
+ listeners : Object + + +
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.
+
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.....
} ,
....
}
+
+ + + + + + + Roo.util.Observable + + + + @@ -432,6 +463,68 @@   + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -490,7 +583,7 @@ - +   @@ -552,7 +645,7 @@ - +   @@ -614,6 +707,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1652,6 +1825,89 @@   + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + + +   @@ -1797,7 +2053,7 @@ - +   @@ -1863,7 +2119,7 @@ - +   @@ -1929,7 +2185,7 @@ - +   @@ -1995,7 +2251,7 @@ - +   @@ -2072,6 +2328,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2485,18 +2818,69 @@
the HTMLElement to evaluate
- + + + + + + +
+
Returns:
+ +
boolean true if this is a valid tag type, false if not
+ +
+ + + + + + + +
+
+ + + + + Roo.dd.DragDrop +   + + + + + +   + + + + +
+ lock + + () + + + +
+
+ +
Lock this instance
+ + + +
+ + Lock this instance + + + + -
-
Returns:
- -
boolean true if this is a valid tag type, false if not
- -
@@ -2516,35 +2900,64 @@ - +   - +
- lock + on - () + (String eventName, Function handler, Object scope, Object options)
-
Lock this instance
+
Appends an event handler to this element (shorthand for addListener)
- Lock this instance + Appends an event handler to this element (shorthand for addListener) +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
+ +
+ @@ -2561,13 +2974,13 @@ - Roo.dd.DragDrop + Roo.util.Observable   - +   @@ -2618,7 +3031,7 @@ - +   @@ -2701,7 +3114,7 @@ - +   @@ -2763,7 +3176,7 @@ - +   @@ -2831,7 +3244,7 @@ - +   @@ -2899,7 +3312,7 @@ - +   @@ -2967,7 +3380,7 @@ - +   @@ -3035,7 +3448,7 @@ - +   @@ -3118,7 +3531,7 @@ - +   @@ -3180,7 +3593,7 @@ - +   @@ -3242,7 +3655,7 @@ - +   @@ -3304,7 +3717,7 @@ - +   @@ -3372,7 +3785,7 @@ - +   @@ -3423,6 +3836,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -3675,6 +4139,80 @@   + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -3733,7 +4271,7 @@ - +   @@ -3801,7 +4339,7 @@ - +   @@ -3863,7 +4401,7 @@ - +   @@ -3931,7 +4469,7 @@ - +   @@ -3993,7 +4531,7 @@ - +   @@ -4061,7 +4599,7 @@ - +   @@ -4123,7 +4661,7 @@ - +   @@ -4203,7 +4741,7 @@ - +   @@ -4277,7 +4815,7 @@ - +   @@ -4351,7 +4889,7 @@ - +   @@ -4419,6 +4957,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -4548,7 +5160,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DropTarget.html b/docs/symbols/Roo.dd.DropTarget.html index 26d7467970..f428dc98e8 100644 --- a/docs/symbols/Roo.dd.DropTarget.html +++ b/docs/symbols/Roo.dd.DropTarget.html @@ -43,9 +43,10 @@ @@ -222,7 +223,37 @@ - + +   + + + +
+ listeners : Object + + +
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.
+
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.....
} ,
....
}
+
+ + + + + + + Roo.util.Observable + + + + + +   @@ -252,7 +283,7 @@ - +   @@ -282,23 +313,23 @@ - +  
- valid : boolean + valid : boolean|String
-
if the drop point is valid for over/enter.
+
true/false or string (ok-add/ok-sub/ok/nodrop)
if the drop point is valid for over/enter.
-
if the drop point is valid for over/enter..
+
true/false or string (ok-add/ok-sub/ok/nodrop)
if the drop point is valid for over/enter..
@@ -439,6 +470,68 @@   + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -497,7 +590,7 @@ - +   @@ -559,7 +652,7 @@ - +   @@ -621,6 +714,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -902,6 +1075,89 @@   + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + + +   @@ -1036,7 +1292,7 @@ - +   @@ -1102,6 +1358,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1489,20 +1822,71 @@ - Roo.dd.DragDrop + Roo.dd.DragDrop +   + + + + + +   + + + + +
+ notifyDrop + + () + + + +
+
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.dd.DropTarget   - +   - +
- notifyDrop + notifyEnter () @@ -1546,14 +1930,14 @@ - +   - +
- notifyEnter + notifyOut () @@ -1597,14 +1981,14 @@ - +   - +
- notifyOut + notifyOver () @@ -1648,35 +2032,64 @@ - +   - +
- notifyOver + on - () + (String eventName, Function handler, Object scope, Object options)
-
+
Appends an event handler to this element (shorthand for addListener)
- + Appends an event handler to this element (shorthand for addListener) +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
+ +
+ @@ -1693,13 +2106,13 @@ - Roo.dd.DropTarget + Roo.util.Observable   - +   @@ -1750,7 +2163,7 @@ - +   @@ -1812,7 +2225,7 @@ - +   @@ -1880,7 +2293,7 @@ - +   @@ -1948,7 +2361,7 @@ - +   @@ -2016,7 +2429,7 @@ - +   @@ -2084,7 +2497,7 @@ - +   @@ -2146,7 +2559,7 @@ - +   @@ -2208,7 +2621,7 @@ - +   @@ -2270,7 +2683,7 @@ - +   @@ -2321,6 +2734,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -2573,6 +3037,80 @@   + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -2631,7 +3169,7 @@ - +   @@ -2693,7 +3231,7 @@ - +   @@ -2755,7 +3293,7 @@ - +   @@ -2823,7 +3361,7 @@ - +   @@ -2885,7 +3423,7 @@ - +   @@ -2965,7 +3503,7 @@ - +   @@ -3039,7 +3577,7 @@ - +   @@ -3113,7 +3651,7 @@ - +   @@ -3181,6 +3719,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -3590,7 +4202,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.DropZone.html b/docs/symbols/Roo.dd.DropZone.html index a038e921bd..cf4fd305aa 100644 --- a/docs/symbols/Roo.dd.DropZone.html +++ b/docs/symbols/Roo.dd.DropZone.html @@ -43,10 +43,11 @@ @@ -217,6 +218,36 @@ +   + + + +
+ listeners : Object + + +
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.
+
+ +
+
list of events and functions to call for this object,
For example :

listeners : {
'click' : function(e) {
.....
} ,
....
}
+
+ + + + + + + Roo.util.Observable + + + + + +   @@ -246,7 +277,7 @@ - +   @@ -276,23 +307,23 @@ - +  
- valid : boolean + valid : boolean|String
-
if the drop point is valid for over/enter.
+
true/false or string (ok-add/ok-sub/ok/nodrop)
if the drop point is valid for over/enter.
-
if the drop point is valid for over/enter..
+
true/false or string (ok-add/ok-sub/ok/nodrop)
if the drop point is valid for over/enter..
@@ -433,6 +464,68 @@   + + +
+ addEvents + + (Object object) + + + +
+
+ +
Used to define events on this Observable
+ + + +
+ + Used to define events on this Observable + + + + + + +
+
Parameters:
+ +
+ Object object + +
+
The object with the events defined
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -491,7 +584,7 @@ - +   @@ -553,7 +646,7 @@ - +   @@ -615,6 +708,86 @@ + +   + + + + +
+ addListener + + (String eventName, Function handler, Object scope, Object options) + + + +
+
+ +
Appends an event handler to this component
+ + + +
+ + Appends an event handler to this component + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The method the event invokes
+ +
+ Object scope + +
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional) An object containing handler configuration
properties. This may contain any of the following properties:

  • scope {Object} The scope in which to execute the handler function. The handler function's "this" context.

  • delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.

  • single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.

  • buffer {Number} Causes the handler to be scheduled to run in an {link Roo.util.DelayedTask} delayed
    by the specified number of milliseconds. If the event fires again within that time, the original
    handler is not invoked, but the new handler is scheduled in its place.




Combining Options

Using the options argument, it is possible to combine different types of listeners:



A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)


el.on('click', this.onClick, this, {
single: true,
delay: 100,
forumId: 4
});


Attaching multiple handlers in 1 call

The method also allows for a single argument to be passed which is a config object containing properties
which specify multiple handlers.


el.on({
'click': {
fn: this.onClick,
scope: this,
delay: 100
},
'mouseover': {
fn: this.onMouseOver,
scope: this
},
'mouseout': {
fn: this.onMouseOut,
scope: this
}
});


Or a shorthand syntax which passes the same scope object to all handlers:


el.on({
'click': this.onClick,
'mouseover': this.onMouseOver,
'mouseout': this.onMouseOut,
scope: this
});
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -896,6 +1069,89 @@   + + +
+ fireEvent + + (String eventName, Object... args) + + + : + + + Boolean + + + + + +
+
+ +
Fires the specified event with the passed parameters (minus the event name).
+ + + +
+ + Fires the specified event with the passed parameters (minus the event name). + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
+ +
+ Object... args + +
+
Variable number of parameters are passed to handlers
+ +
+ + + + + +
+
Returns:
+ +
Boolean returns false if any of the handlers return false otherwise it returns true
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + + +   @@ -1030,7 +1286,7 @@ - +   @@ -1096,7 +1352,7 @@ - +   @@ -1173,6 +1429,83 @@ + +   + + + + +
+ hasListener + + (String eventName) + + + : + + + Boolean + + + + + +
+
+ +
Checks to see if this object has any listeners for a specified event
+ + + +
+ + Checks to see if this object has any listeners for a specified event + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The name of the event to check for
+ +
+ + + + + +
+
Returns:
+ +
Boolean True if the event is being listened for, else false
+ +
+ + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -1798,10 +2131,99 @@ - - - - + + + + + + + + +
+
+ + + + + Roo.dd.DropZone +   + + + + + +   + + + + +
+ notifyOver + + (Roo.dd.DragSource source, Event e, Object data) + + + : + + + String + + + + + +
+
+ +
The function a {link Roo.dd.DragSource} calls continuously while it is being dragged over the drop zone.
+ + + +
+ + The function a {link Roo.dd.DragSource} calls continuously while it is being dragged over the drop zone.
This method will be called on every mouse movement while the drag source is over the drop zone.
It will call {link onNodeOver} while the drag source is over a registered node, and will also automatically
delegate to the appropriate node-specific methods as necessary when the drag source enters and exits
registered nodes ({link onNodeEnter}, {link onNodeOut}). If the drag source is not currently over a
registered node, it will call {link onContainerOver}. + + + + + + +
+
Parameters:
+ +
+ Roo.dd.DragSource source + +
+
The drag source that was dragged over this drop zone
+ +
+ Event e + +
+
The event
+ +
+ Object data + +
+
An object containing arbitrary data supplied by the drag source
+ +
+ + + + + +
+
Returns:
+ +
String status The CSS class that communicates the drop status back to the source so that the
underlying {link Roo.dd.StatusProxy} can be updated
+ +
+ + + @@ -1818,37 +2240,29 @@ - +   - +
- notifyOver + on - (Roo.dd.DragSource source, Event e, Object data) + (String eventName, Function handler, Object scope, Object options) - : - - - String - - - -
-
The function a {link Roo.dd.DragSource} calls continuously while it is being dragged over the drop zone.
+
Appends an event handler to this element (shorthand for addListener)
- The function a {link Roo.dd.DragSource} calls continuously while it is being dragged over the drop zone.
This method will be called on every mouse movement while the drag source is over the drop zone.
It will call {link onNodeOver} while the drag source is over a registered node, and will also automatically
delegate to the appropriate node-specific methods as necessary when the drag source enters and exits
registered nodes ({link onNodeEnter}, {link onNodeOut}). If the drag source is not currently over a
registered node, it will call {link onContainerOver}. + Appends an event handler to this element (shorthand for addListener) @@ -1859,22 +2273,28 @@
Parameters:
- Roo.dd.DragSource source + String eventName
-
The drag source that was dragged over this drop zone
+
The type of event to listen for
- Event e + Function handler
-
The event
+
The method the event invokes
- Object data + Object scope
-
An object containing arbitrary data supplied by the drag source
+
(optional) The scope in which to execute the handler
function. The handler function's "this" context.
+ +
+ Object options + +
+
(optional)
@@ -1882,13 +2302,6 @@ -
-
Returns:
- -
String status The CSS class that communicates the drop status back to the source so that the
underlying {link Roo.dd.StatusProxy} can be updated
- -
- @@ -1901,13 +2314,13 @@ - Roo.dd.DropZone + Roo.util.Observable   - +   @@ -1958,7 +2371,7 @@ - +   @@ -2047,7 +2460,7 @@ - +   @@ -2136,7 +2549,7 @@ - +   @@ -2198,7 +2611,7 @@ - +   @@ -2266,7 +2679,7 @@ - +   @@ -2334,7 +2747,7 @@ - +   @@ -2402,7 +2815,7 @@ - +   @@ -2470,7 +2883,7 @@ - +   @@ -2532,7 +2945,7 @@ - +   @@ -2594,7 +3007,7 @@ - +   @@ -2656,7 +3069,7 @@ - +   @@ -2751,7 +3164,7 @@ - +   @@ -2831,7 +3244,7 @@ - +   @@ -2911,7 +3324,7 @@ - +   @@ -3006,7 +3419,7 @@ - +   @@ -3057,6 +3470,57 @@ + +   + + + + +
+ purgeListeners + + () + + + +
+
+ +
Removes all listeners for this object
+ + + +
+ + Removes all listeners for this object + + + + + + + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -3309,6 +3773,80 @@   + + +
+ removeListener + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener
+ + + +
+ + Removes a listener + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + + + +   + +
@@ -3367,7 +3905,7 @@ - +   @@ -3429,7 +3967,7 @@ - +   @@ -3491,7 +4029,7 @@ - +   @@ -3559,7 +4097,7 @@ - +   @@ -3621,7 +4159,7 @@ - +   @@ -3701,7 +4239,7 @@ - +   @@ -3775,7 +4313,7 @@ - +   @@ -3849,7 +4387,7 @@ - +   @@ -3917,6 +4455,80 @@ + +   + + + + +
+ un + + (String eventName, Function handler, Object scope) + + + +
+
+ +
Removes a listener (shorthand for removeListener)
+ + + +
+ + Removes a listener (shorthand for removeListener) + + + + + + +
+
Parameters:
+ +
+ String eventName + +
+
The type of event to listen for
+ +
+ Function handler + +
+
The handler to remove
+ +
+ Object scope + +
+
(optional) The scope (this object) for the handler
+ +
+ + + + + + + + + + + +
+
+ + + + + Roo.util.Observable +   + + + +   @@ -4326,7 +4938,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.Registry.html b/docs/symbols/Roo.dd.Registry.html index 0fafaa2097..8a8c0521b4 100644 --- a/docs/symbols/Roo.dd.Registry.html +++ b/docs/symbols/Roo.dd.Registry.html @@ -624,7 +624,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.ScrollManager.html b/docs/symbols/Roo.dd.ScrollManager.html index 11d45c6785..f4f7cc3ec1 100644 --- a/docs/symbols/Roo.dd.ScrollManager.html +++ b/docs/symbols/Roo.dd.ScrollManager.html @@ -361,7 +361,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.StatusProxy.html b/docs/symbols/Roo.dd.StatusProxy.html index 92b9d8e7d2..90fb75dda9 100644 --- a/docs/symbols/Roo.dd.StatusProxy.html +++ b/docs/symbols/Roo.dd.StatusProxy.html @@ -922,7 +922,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.dd.html b/docs/symbols/Roo.dd.html index 7d5547c482..b3345afdd8 100644 --- a/docs/symbols/Roo.dd.html +++ b/docs/symbols/Roo.dd.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:23 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Action.html b/docs/symbols/Roo.form.Action.html index 63744de889..0beac41ca4 100644 --- a/docs/symbols/Roo.form.Action.html +++ b/docs/symbols/Roo.form.Action.html @@ -425,7 +425,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.BasicForm.html b/docs/symbols/Roo.form.BasicForm.html index e8f0464380..e6a10fe24d 100644 --- a/docs/symbols/Roo.form.BasicForm.html +++ b/docs/symbols/Roo.form.BasicForm.html @@ -2804,7 +2804,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Checkbox.html b/docs/symbols/Roo.form.Checkbox.html index 974c847533..ad62bb20b0 100644 --- a/docs/symbols/Roo.form.Checkbox.html +++ b/docs/symbols/Roo.form.Checkbox.html @@ -5167,7 +5167,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Column.html b/docs/symbols/Roo.form.Column.html index 361eee5f4e..955c2cff1e 100644 --- a/docs/symbols/Roo.form.Column.html +++ b/docs/symbols/Roo.form.Column.html @@ -2641,7 +2641,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.ComboBox.html b/docs/symbols/Roo.form.ComboBox.html index e78c1f799a..b8623fd414 100644 --- a/docs/symbols/Roo.form.ComboBox.html +++ b/docs/symbols/Roo.form.ComboBox.html @@ -7870,7 +7870,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.DateField.html b/docs/symbols/Roo.form.DateField.html index 234f919989..0d21b210dc 100644 --- a/docs/symbols/Roo.form.DateField.html +++ b/docs/symbols/Roo.form.DateField.html @@ -6195,7 +6195,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.DisplayField.html b/docs/symbols/Roo.form.DisplayField.html index 912dba4f2a..971bbb0af1 100644 --- a/docs/symbols/Roo.form.DisplayField.html +++ b/docs/symbols/Roo.form.DisplayField.html @@ -5003,7 +5003,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.FCKeditor.html b/docs/symbols/Roo.form.FCKeditor.html index 8e8d8d774b..4f4d7a3f6e 100644 --- a/docs/symbols/Roo.form.FCKeditor.html +++ b/docs/symbols/Roo.form.FCKeditor.html @@ -5893,7 +5893,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Field.html b/docs/symbols/Roo.form.Field.html index c9074159ab..3dbe6162df 100644 --- a/docs/symbols/Roo.form.Field.html +++ b/docs/symbols/Roo.form.Field.html @@ -4979,7 +4979,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.FieldSet.html b/docs/symbols/Roo.form.FieldSet.html index 7bdc263464..c189216697 100644 --- a/docs/symbols/Roo.form.FieldSet.html +++ b/docs/symbols/Roo.form.FieldSet.html @@ -2641,7 +2641,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Form.html b/docs/symbols/Roo.form.Form.html index 2c8d154ec7..34fff57b32 100644 --- a/docs/symbols/Roo.form.Form.html +++ b/docs/symbols/Roo.form.Form.html @@ -3917,7 +3917,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.GridField.html b/docs/symbols/Roo.form.GridField.html index 97322fb4d3..f449541977 100644 --- a/docs/symbols/Roo.form.GridField.html +++ b/docs/symbols/Roo.form.GridField.html @@ -5033,7 +5033,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Hidden.html b/docs/symbols/Roo.form.Hidden.html index b201d1b933..cd110a88de 100644 --- a/docs/symbols/Roo.form.Hidden.html +++ b/docs/symbols/Roo.form.Hidden.html @@ -5771,7 +5771,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.HtmlEditor.ToolbarContext.html b/docs/symbols/Roo.form.HtmlEditor.ToolbarContext.html index 4fb5a86b4f..e9dbe6bff4 100644 --- a/docs/symbols/Roo.form.HtmlEditor.ToolbarContext.html +++ b/docs/symbols/Roo.form.HtmlEditor.ToolbarContext.html @@ -325,7 +325,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.html b/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.html index e3fd3757e3..bd20c6be30 100644 --- a/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.html +++ b/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.html @@ -415,7 +415,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.HtmlEditor.html b/docs/symbols/Roo.form.HtmlEditor.html index 0998df17e8..1eef209ea8 100644 --- a/docs/symbols/Roo.form.HtmlEditor.html +++ b/docs/symbols/Roo.form.HtmlEditor.html @@ -1366,7 +1366,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Layout.html b/docs/symbols/Roo.form.Layout.html index 32dfd00539..2e33e92b97 100644 --- a/docs/symbols/Roo.form.Layout.html +++ b/docs/symbols/Roo.form.Layout.html @@ -2617,7 +2617,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:25 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.NumberField.html b/docs/symbols/Roo.form.NumberField.html index 8946edf743..efbffd3e00 100644 --- a/docs/symbols/Roo.form.NumberField.html +++ b/docs/symbols/Roo.form.NumberField.html @@ -6041,7 +6041,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:26 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Radio.html b/docs/symbols/Roo.form.Radio.html index 23bcaa2eaa..53d037094d 100644 --- a/docs/symbols/Roo.form.Radio.html +++ b/docs/symbols/Roo.form.Radio.html @@ -5227,7 +5227,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:26 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.Row.html b/docs/symbols/Roo.form.Row.html index 16ad945094..663117bcba 100644 --- a/docs/symbols/Roo.form.Row.html +++ b/docs/symbols/Roo.form.Row.html @@ -2671,7 +2671,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:26 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.TextArea.html b/docs/symbols/Roo.form.TextArea.html index 6555b129a1..8018328344 100644 --- a/docs/symbols/Roo.form.TextArea.html +++ b/docs/symbols/Roo.form.TextArea.html @@ -5808,7 +5808,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:26 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.TextField.html b/docs/symbols/Roo.form.TextField.html index 6b6fe54e82..1895698406 100644 --- a/docs/symbols/Roo.form.TextField.html +++ b/docs/symbols/Roo.form.TextField.html @@ -5777,7 +5777,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:26 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.TriggerField.html b/docs/symbols/Roo.form.TriggerField.html index e3b1e863f4..9a44e1d660 100644 --- a/docs/symbols/Roo.form.TriggerField.html +++ b/docs/symbols/Roo.form.TriggerField.html @@ -5810,7 +5810,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.VTypes.html b/docs/symbols/Roo.form.VTypes.html index 4e448dd852..3f9051925c 100644 --- a/docs/symbols/Roo.form.VTypes.html +++ b/docs/symbols/Roo.form.VTypes.html @@ -434,7 +434,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.form.html b/docs/symbols/Roo.form.html index 3d73ea9f74..d895aef9df 100644 --- a/docs/symbols/Roo.form.html +++ b/docs/symbols/Roo.form.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:50 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:24 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.AbstractGridView.html b/docs/symbols/Roo.grid.AbstractGridView.html index dcc133ec42..493ab878cc 100644 --- a/docs/symbols/Roo.grid.AbstractGridView.html +++ b/docs/symbols/Roo.grid.AbstractGridView.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.AbstractSelectionModel.html b/docs/symbols/Roo.grid.AbstractSelectionModel.html index d161b38320..e5f7b771ba 100644 --- a/docs/symbols/Roo.grid.AbstractSelectionModel.html +++ b/docs/symbols/Roo.grid.AbstractSelectionModel.html @@ -1043,7 +1043,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.CellSelectionModel.html b/docs/symbols/Roo.grid.CellSelectionModel.html index f62be0a846..d971b3a7a4 100644 --- a/docs/symbols/Roo.grid.CellSelectionModel.html +++ b/docs/symbols/Roo.grid.CellSelectionModel.html @@ -1517,7 +1517,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.ColumnModel.html b/docs/symbols/Roo.grid.ColumnModel.html index 8f3f40d4e2..5e51c5ed83 100644 --- a/docs/symbols/Roo.grid.ColumnModel.html +++ b/docs/symbols/Roo.grid.ColumnModel.html @@ -3533,7 +3533,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.EditorGrid.html b/docs/symbols/Roo.grid.EditorGrid.html index cda43d7aa6..e28901430b 100644 --- a/docs/symbols/Roo.grid.EditorGrid.html +++ b/docs/symbols/Roo.grid.EditorGrid.html @@ -3980,6 +3980,67 @@   + + + +
+ rowclass (GridView gridview, Object rowcfg,) + +
+ +
+ +
Fires when a row is rendered, so you can change add a style to it. + +
+ +
+ + Fires when a row is rendered, so you can change add a style to it. + + + + + +
+
Parameters:
+ +
+ GridView gridview + +
+
The grid view
+ +
+ Object rowcfg, + +
+
contains record, rowIndex and rowClass - set rowClass to add a style.
+ +
+ + + + + + + + + + + +
+
+ + + + Roo.grid.Grid + + + + +   + @@ -4044,7 +4105,7 @@ - +   @@ -4111,7 +4172,7 @@ - +   @@ -4178,7 +4239,7 @@ - +   @@ -4245,7 +4306,7 @@ - +   @@ -4310,7 +4371,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.Grid.html b/docs/symbols/Roo.grid.Grid.html index 0b9e1898d4..7b7bc5b56e 100644 --- a/docs/symbols/Roo.grid.Grid.html +++ b/docs/symbols/Roo.grid.Grid.html @@ -3714,6 +3714,67 @@   + + + +
+ rowclass (GridView gridview, Object rowcfg,) + +
+ +
+ +
Fires when a row is rendered, so you can change add a style to it. + +
+ +
+ + Fires when a row is rendered, so you can change add a style to it. + + + + + +
+
Parameters:
+ +
+ GridView gridview + +
+
The grid view
+ +
+ Object rowcfg, + +
+
contains record, rowIndex and rowClass - set rowClass to add a style.
+ +
+ + + + + + + + + + + +
+
+ + + + Roo.grid.Grid + + + + +   + @@ -3778,7 +3839,7 @@ - +   @@ -3845,7 +3906,7 @@ - +   @@ -3912,7 +3973,7 @@ - +   @@ -3989,7 +4050,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.GridEditor.html b/docs/symbols/Roo.grid.GridEditor.html index fa12af615c..1f01140a2d 100644 --- a/docs/symbols/Roo.grid.GridEditor.html +++ b/docs/symbols/Roo.grid.GridEditor.html @@ -3461,7 +3461,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.GridView.html b/docs/symbols/Roo.grid.GridView.html index 02c23996fb..a021f736fb 100644 --- a/docs/symbols/Roo.grid.GridView.html +++ b/docs/symbols/Roo.grid.GridView.html @@ -1605,7 +1605,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.PropertyGrid.html b/docs/symbols/Roo.grid.PropertyGrid.html index b21858d85f..67d9bd73ab 100644 --- a/docs/symbols/Roo.grid.PropertyGrid.html +++ b/docs/symbols/Roo.grid.PropertyGrid.html @@ -4302,6 +4302,67 @@   + + + +
+ rowclass (GridView gridview, Object rowcfg,) + +
+ +
+ +
Fires when a row is rendered, so you can change add a style to it. + +
+ +
+ + Fires when a row is rendered, so you can change add a style to it. + + + + + +
+
Parameters:
+ +
+ GridView gridview + +
+
The grid view
+ +
+ Object rowcfg, + +
+
contains record, rowIndex and rowClass - set rowClass to add a style.
+ +
+ + + + + + + + + + + +
+
+ + + + Roo.grid.Grid + + + + +   + @@ -4366,7 +4427,7 @@ - +   @@ -4433,7 +4494,7 @@ - +   @@ -4500,7 +4561,7 @@ - +   @@ -4567,7 +4628,7 @@ - +   @@ -4632,7 +4693,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.RowSelectionModel.html b/docs/symbols/Roo.grid.RowSelectionModel.html index 49020ea0b3..88a9f350de 100644 --- a/docs/symbols/Roo.grid.RowSelectionModel.html +++ b/docs/symbols/Roo.grid.RowSelectionModel.html @@ -2560,7 +2560,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.grid.html b/docs/symbols/Roo.grid.html index 68a64142bc..1d200efd11 100644 --- a/docs/symbols/Roo.grid.html +++ b/docs/symbols/Roo.grid.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:27 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.Adapter.html b/docs/symbols/Roo.menu.Adapter.html index 23c9b3674a..be6194a5ee 100644 --- a/docs/symbols/Roo.menu.Adapter.html +++ b/docs/symbols/Roo.menu.Adapter.html @@ -2667,7 +2667,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.BaseItem.html b/docs/symbols/Roo.menu.BaseItem.html index 4176d5b94d..77a0ad0bb5 100644 --- a/docs/symbols/Roo.menu.BaseItem.html +++ b/docs/symbols/Roo.menu.BaseItem.html @@ -2666,7 +2666,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.CheckItem.html b/docs/symbols/Roo.menu.CheckItem.html index 23a29837e8..58b4900c37 100644 --- a/docs/symbols/Roo.menu.CheckItem.html +++ b/docs/symbols/Roo.menu.CheckItem.html @@ -3159,7 +3159,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.ColorItem.html b/docs/symbols/Roo.menu.ColorItem.html index e1792c2fec..d9fd92a179 100644 --- a/docs/symbols/Roo.menu.ColorItem.html +++ b/docs/symbols/Roo.menu.ColorItem.html @@ -2661,7 +2661,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.ColorMenu.html b/docs/symbols/Roo.menu.ColorMenu.html index 70577bcd66..65a09667d2 100644 --- a/docs/symbols/Roo.menu.ColorMenu.html +++ b/docs/symbols/Roo.menu.ColorMenu.html @@ -2583,7 +2583,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.DateItem.html b/docs/symbols/Roo.menu.DateItem.html index 356897a898..699347c8c3 100644 --- a/docs/symbols/Roo.menu.DateItem.html +++ b/docs/symbols/Roo.menu.DateItem.html @@ -2661,7 +2661,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.DateMenu.html b/docs/symbols/Roo.menu.DateMenu.html index 714b2acc84..f60accc54f 100644 --- a/docs/symbols/Roo.menu.DateMenu.html +++ b/docs/symbols/Roo.menu.DateMenu.html @@ -2583,7 +2583,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.Item.html b/docs/symbols/Roo.menu.Item.html index 12d988fcde..545f3b595f 100644 --- a/docs/symbols/Roo.menu.Item.html +++ b/docs/symbols/Roo.menu.Item.html @@ -2885,7 +2885,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.Menu.html b/docs/symbols/Roo.menu.Menu.html index d9e5c33658..e0e1182971 100644 --- a/docs/symbols/Roo.menu.Menu.html +++ b/docs/symbols/Roo.menu.Menu.html @@ -2528,7 +2528,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.MenuMgr.html b/docs/symbols/Roo.menu.MenuMgr.html index 81cfd4b40d..6b38d4b9c6 100644 --- a/docs/symbols/Roo.menu.MenuMgr.html +++ b/docs/symbols/Roo.menu.MenuMgr.html @@ -299,7 +299,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.Separator.html b/docs/symbols/Roo.menu.Separator.html index 8646b8dede..5f8ed461f0 100644 --- a/docs/symbols/Roo.menu.Separator.html +++ b/docs/symbols/Roo.menu.Separator.html @@ -2690,7 +2690,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.TextItem.html b/docs/symbols/Roo.menu.TextItem.html index d22208d258..cb65b94ff7 100644 --- a/docs/symbols/Roo.menu.TextItem.html +++ b/docs/symbols/Roo.menu.TextItem.html @@ -2720,7 +2720,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.menu.html b/docs/symbols/Roo.menu.html index fea60f4535..31bf40570d 100644 --- a/docs/symbols/Roo.menu.html +++ b/docs/symbols/Roo.menu.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:51 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:28 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.state.CookieProvider.html b/docs/symbols/Roo.state.CookieProvider.html index 9a56fbf152..8159c68f61 100644 --- a/docs/symbols/Roo.state.CookieProvider.html +++ b/docs/symbols/Roo.state.CookieProvider.html @@ -834,7 +834,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.state.Manager.html b/docs/symbols/Roo.state.Manager.html index 080afaba31..734aa2b9fd 100644 --- a/docs/symbols/Roo.state.Manager.html +++ b/docs/symbols/Roo.state.Manager.html @@ -527,7 +527,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.state.Provider.html b/docs/symbols/Roo.state.Provider.html index bb9b687fd2..68cf90c34e 100644 --- a/docs/symbols/Roo.state.Provider.html +++ b/docs/symbols/Roo.state.Provider.html @@ -686,7 +686,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.state.html b/docs/symbols/Roo.state.html index c8d273653f..c26ec315b4 100644 --- a/docs/symbols/Roo.state.html +++ b/docs/symbols/Roo.state.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.AsyncTreeNode.html b/docs/symbols/Roo.tree.AsyncTreeNode.html index 13dd3ced0e..d43a45e879 100644 --- a/docs/symbols/Roo.tree.AsyncTreeNode.html +++ b/docs/symbols/Roo.tree.AsyncTreeNode.html @@ -5370,7 +5370,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.ColumnTree.html b/docs/symbols/Roo.tree.ColumnTree.html index e2609879c6..5a41609ee6 100644 --- a/docs/symbols/Roo.tree.ColumnTree.html +++ b/docs/symbols/Roo.tree.ColumnTree.html @@ -407,7 +407,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.DefaultSelectionModel.html b/docs/symbols/Roo.tree.DefaultSelectionModel.html index 29b12e34d0..fe1e2f4922 100644 --- a/docs/symbols/Roo.tree.DefaultSelectionModel.html +++ b/docs/symbols/Roo.tree.DefaultSelectionModel.html @@ -1473,7 +1473,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.MultiSelectionModel.html b/docs/symbols/Roo.tree.MultiSelectionModel.html index dba48ef5d7..ad4babb60a 100644 --- a/docs/symbols/Roo.tree.MultiSelectionModel.html +++ b/docs/symbols/Roo.tree.MultiSelectionModel.html @@ -1286,7 +1286,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.TreeEditor.html b/docs/symbols/Roo.tree.TreeEditor.html index c166830020..9a6c373473 100644 --- a/docs/symbols/Roo.tree.TreeEditor.html +++ b/docs/symbols/Roo.tree.TreeEditor.html @@ -3527,7 +3527,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.TreeFilter.html b/docs/symbols/Roo.tree.TreeFilter.html index 3253632328..ccba8f0a20 100644 --- a/docs/symbols/Roo.tree.TreeFilter.html +++ b/docs/symbols/Roo.tree.TreeFilter.html @@ -443,7 +443,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.TreeLoader.html b/docs/symbols/Roo.tree.TreeLoader.html index e44bb46ab2..9695c57a90 100644 --- a/docs/symbols/Roo.tree.TreeLoader.html +++ b/docs/symbols/Roo.tree.TreeLoader.html @@ -1431,7 +1431,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.TreeNode.html b/docs/symbols/Roo.tree.TreeNode.html index eda2d64e6c..7763dfec99 100644 --- a/docs/symbols/Roo.tree.TreeNode.html +++ b/docs/symbols/Roo.tree.TreeNode.html @@ -5042,7 +5042,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.TreeNodeUI.html b/docs/symbols/Roo.tree.TreeNodeUI.html index 0a54481809..fe966b813a 100644 --- a/docs/symbols/Roo.tree.TreeNodeUI.html +++ b/docs/symbols/Roo.tree.TreeNodeUI.html @@ -244,7 +244,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.TreePanel.html b/docs/symbols/Roo.tree.TreePanel.html index 3079875907..7685ac43a1 100644 --- a/docs/symbols/Roo.tree.TreePanel.html +++ b/docs/symbols/Roo.tree.TreePanel.html @@ -4047,7 +4047,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.TreeSorter.html b/docs/symbols/Roo.tree.TreeSorter.html index fe872c2101..c96c7684bd 100644 --- a/docs/symbols/Roo.tree.TreeSorter.html +++ b/docs/symbols/Roo.tree.TreeSorter.html @@ -441,7 +441,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.tree.html b/docs/symbols/Roo.tree.html index 52720b26f9..e08d590893 100644 --- a/docs/symbols/Roo.tree.html +++ b/docs/symbols/Roo.tree.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:29 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.CSS.html b/docs/symbols/Roo.util.CSS.html index b8444e74aa..82f2a3456a 100644 --- a/docs/symbols/Roo.util.CSS.html +++ b/docs/symbols/Roo.util.CSS.html @@ -714,7 +714,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.ClickRepeater.html b/docs/symbols/Roo.util.ClickRepeater.html index a986ecc932..84725fdd0b 100644 --- a/docs/symbols/Roo.util.ClickRepeater.html +++ b/docs/symbols/Roo.util.ClickRepeater.html @@ -1272,7 +1272,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.DelayedTask.html b/docs/symbols/Roo.util.DelayedTask.html index 3bc623f7be..8e29724ffe 100644 --- a/docs/symbols/Roo.util.DelayedTask.html +++ b/docs/symbols/Roo.util.DelayedTask.html @@ -256,7 +256,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.Format.html b/docs/symbols/Roo.util.Format.html index a1aee3c167..09a739a760 100644 --- a/docs/symbols/Roo.util.Format.html +++ b/docs/symbols/Roo.util.Format.html @@ -1294,7 +1294,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.JSON.html b/docs/symbols/Roo.util.JSON.html index 444bf8e8c6..0ecc6f1f5a 100644 --- a/docs/symbols/Roo.util.JSON.html +++ b/docs/symbols/Roo.util.JSON.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.Math.html b/docs/symbols/Roo.util.Math.html index c1f9ef0714..781cebc9d7 100644 --- a/docs/symbols/Roo.util.Math.html +++ b/docs/symbols/Roo.util.Math.html @@ -1203,7 +1203,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.MixedCollection.html b/docs/symbols/Roo.util.MixedCollection.html index 19ee8639b8..1d82c613cd 100644 --- a/docs/symbols/Roo.util.MixedCollection.html +++ b/docs/symbols/Roo.util.MixedCollection.html @@ -3266,7 +3266,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.Observable.html b/docs/symbols/Roo.util.Observable.html index aa7e695cad..8ca6f97228 100644 --- a/docs/symbols/Roo.util.Observable.html +++ b/docs/symbols/Roo.util.Observable.html @@ -63,7 +63,7 @@ Subclasses: - Roo.Ajax, Roo.BasicDialog, Roo.BasicLayoutRegion, Roo.BorderLayout, Roo.BoxComponent, Roo.Button, Roo.ColorPalette, Roo.Component, Roo.ContentPanel, Roo.DatePicker, Roo.Editor, Roo.GridPanel, Roo.JsonView, Roo.LayoutDialog, Roo.LayoutManager, Roo.LayoutRegion, Roo.Login, Roo.NestedLayoutPanel, Roo.ReaderLayout, Roo.Resizable, Roo.SplitBar, Roo.SplitButton, Roo.SplitLayoutRegion, Roo.TabPanel, Roo.TabPanelItem, Roo.Toolbar.Button, Roo.Toolbar.SplitButton, Roo.TreePanel, Roo.UpdateManager, Roo.View, Roo.XComponent, Roo.data.Connection, Roo.data.JsonStore, Roo.data.Node, Roo.data.SimpleStore, Roo.data.Store, Roo.data.Tree, Roo.form.BasicForm, Roo.form.Checkbox, Roo.form.Column, Roo.form.ComboBox, Roo.form.DateField, Roo.form.DisplayField, Roo.form.FCKeditor, Roo.form.Field, Roo.form.FieldSet, Roo.form.Form, Roo.form.GridField, Roo.form.Hidden, Roo.form.Layout, Roo.form.NumberField, Roo.form.Radio, Roo.form.Row, Roo.form.TextArea, Roo.form.TextField, Roo.form.TriggerField, Roo.grid.AbstractSelectionModel, Roo.grid.CellSelectionModel, Roo.grid.ColumnModel, Roo.grid.EditorGrid, Roo.grid.Grid, Roo.grid.GridEditor, Roo.grid.GridView, Roo.grid.PropertyGrid, Roo.grid.RowSelectionModel, Roo.menu.Adapter, Roo.menu.BaseItem, Roo.menu.CheckItem, Roo.menu.ColorItem, Roo.menu.ColorMenu, Roo.menu.DateItem, Roo.menu.DateMenu, Roo.menu.Item, Roo.menu.Menu, Roo.menu.Separator, Roo.menu.TextItem, Roo.tree.AsyncTreeNode, Roo.tree.DefaultSelectionModel, Roo.tree.MultiSelectionModel, Roo.tree.TreeEditor, Roo.tree.TreeLoader, Roo.tree.TreeNode, Roo.tree.TreePanel, Roo.util.ClickRepeater, Roo.util.MixedCollection + Roo.Ajax, Roo.BasicDialog, Roo.BasicLayoutRegion, Roo.BorderLayout, Roo.BoxComponent, Roo.Button, Roo.ColorPalette, Roo.Component, Roo.ContentPanel, Roo.DatePicker, Roo.Editor, Roo.GridPanel, Roo.JsonView, Roo.LayoutDialog, Roo.LayoutManager, Roo.LayoutRegion, Roo.Login, Roo.NestedLayoutPanel, Roo.ReaderLayout, Roo.Resizable, Roo.SplitBar, Roo.SplitButton, Roo.SplitLayoutRegion, Roo.TabPanel, Roo.TabPanelItem, Roo.Toolbar.Button, Roo.Toolbar.SplitButton, Roo.TreePanel, Roo.UpdateManager, Roo.View, Roo.XComponent, Roo.data.Connection, Roo.data.JsonStore, Roo.data.Node, Roo.data.SimpleStore, Roo.data.Store, Roo.data.Tree, Roo.dd.DD, Roo.dd.DDProxy, Roo.dd.DDTarget, Roo.dd.DragDrop, Roo.dd.DragSource, Roo.dd.DragZone, Roo.dd.DropTarget, Roo.dd.DropZone, Roo.form.BasicForm, Roo.form.Checkbox, Roo.form.Column, Roo.form.ComboBox, Roo.form.DateField, Roo.form.DisplayField, Roo.form.FCKeditor, Roo.form.Field, Roo.form.FieldSet, Roo.form.Form, Roo.form.GridField, Roo.form.Hidden, Roo.form.Layout, Roo.form.NumberField, Roo.form.Radio, Roo.form.Row, Roo.form.TextArea, Roo.form.TextField, Roo.form.TriggerField, Roo.grid.AbstractSelectionModel, Roo.grid.CellSelectionModel, Roo.grid.ColumnModel, Roo.grid.EditorGrid, Roo.grid.Grid, Roo.grid.GridEditor, Roo.grid.GridView, Roo.grid.PropertyGrid, Roo.grid.RowSelectionModel, Roo.menu.Adapter, Roo.menu.BaseItem, Roo.menu.CheckItem, Roo.menu.ColorItem, Roo.menu.ColorMenu, Roo.menu.DateItem, Roo.menu.DateMenu, Roo.menu.Item, Roo.menu.Menu, Roo.menu.Separator, Roo.menu.TextItem, Roo.tree.AsyncTreeNode, Roo.tree.DefaultSelectionModel, Roo.tree.MultiSelectionModel, Roo.tree.TreeEditor, Roo.tree.TreeLoader, Roo.tree.TreeNode, Roo.tree.TreePanel, Roo.util.ClickRepeater, Roo.util.MixedCollection @@ -1009,7 +1009,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.TextMetrics.Instance.html b/docs/symbols/Roo.util.TextMetrics.Instance.html index 8772ed5ef7..73490a1621 100644 --- a/docs/symbols/Roo.util.TextMetrics.Instance.html +++ b/docs/symbols/Roo.util.TextMetrics.Instance.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:53 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.TextMetrics.html b/docs/symbols/Roo.util.TextMetrics.html index 0969f54ecb..fa34b4b72a 100644 --- a/docs/symbols/Roo.util.TextMetrics.html +++ b/docs/symbols/Roo.util.TextMetrics.html @@ -358,7 +358,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/Roo.util.html b/docs/symbols/Roo.util.html index 8c08a086d8..fa58a02688 100644 --- a/docs/symbols/Roo.util.html +++ b/docs/symbols/Roo.util.html @@ -175,7 +175,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:52 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:30 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/String.html b/docs/symbols/String.html index cf60dc85d9..6196d22331 100644 --- a/docs/symbols/String.html +++ b/docs/symbols/String.html @@ -520,7 +520,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:53 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/_global_.html b/docs/symbols/_global_.html index 532d839b95..cb05c94d12 100644 --- a/docs/symbols/_global_.html +++ b/docs/symbols/_global_.html @@ -90,175 +90,14 @@ - - - - +
Config Options (Usually are also Properties)
+ +
Config Options - Has None
- - - Options - - Defined By - - - - - - - -   - - - -
- disabled : Function|boolean - - -
- -
-
If this module is disabled by some rule, return true from the funtion
-
- -
-
If this module is disabled by some rule, return true from the funtion
-
- - - - - - - _global_ - - - - - - -   - - - -
- items : Array - - -
- -
-
A single item array - the first element is the root of the tree.
-
- -
-
A single item array - the first element is the root of the tree..
It's done this way to stay compatible with the Xtype system...
-
- - - - - - - _global_ - - - - - - -   - - - -
- name : String - - -
- -
-
String to display while loading.
-
- -
-
String to display while loading.
-
- - - - - - - _global_ - - - - - - -   - - - -
- order : String - - -
- -
-
Used to set the order in which elements are created (usefull for multiple tabs)
-
- -
-
Used to set the order in which elements are created (usefull for multiple tabs)
-
- - - - - - - _global_ - - - - - - -   - - - -
- parent : String - - -
- -
-
Name of parent element which it get xtype added to.
-
- -
-
Name of parent element which it get xtype added to..
-
- - - - - - - _global_ - - - - - - - + + + @@ -301,321 +140,12 @@ + + +
Public Methods - Has None
+ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Public Methods
MethodDefined By
- @@ -641,7 +171,7 @@
- Documentation generated by Introspection Doc Generator on Wed Aug 11 2010 15:16:37 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/docs/symbols/src/Roo_grid_Grid.js.html b/docs/symbols/src/Roo_grid_Grid.js.html index 4878db2cb6..7f925c9b13 100644 --- a/docs/symbols/src/Roo_grid_Grid.js.html +++ b/docs/symbols/src/Roo_grid_Grid.js.html @@ -91,123 +91,123 @@ } /** @private */ this.addEvents({ - // raw events - /** - * @event click - * The raw click event for the entire grid. - * @param {Roo.EventObject} e - */ - "click" : true, - /** - * @event dblclick - * The raw dblclick event for the entire grid. - * @param {Roo.EventObject} e - */ - "dblclick" : true, - /** - * @event contextmenu - * The raw contextmenu event for the entire grid. - * @param {Roo.EventObject} e - */ - "contextmenu" : true, - /** - * @event mousedown - * The raw mousedown event for the entire grid. - * @param {Roo.EventObject} e - */ - "mousedown" : true, - /** - * @event mouseup - * The raw mouseup event for the entire grid. - * @param {Roo.EventObject} e - */ - "mouseup" : true, - /** - * @event mouseover - * The raw mouseover event for the entire grid. - * @param {Roo.EventObject} e - */ - "mouseover" : true, - /** - * @event mouseout - * The raw mouseout event for the entire grid. - * @param {Roo.EventObject} e - */ - "mouseout" : true, - /** - * @event keypress - * The raw keypress event for the entire grid. - * @param {Roo.EventObject} e - */ - "keypress" : true, - /** - * @event keydown - * The raw keydown event for the entire grid. - * @param {Roo.EventObject} e - */ - "keydown" : true, - - // custom events - - /** - * @event cellclick - * Fires when a cell is clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "cellclick" : true, - /** - * @event celldblclick - * Fires when a cell is double clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "celldblclick" : true, - /** - * @event rowclick - * Fires when a row is clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Roo.EventObject} e - */ - "rowclick" : true, - /** - * @event rowdblclick - * Fires when a row is double clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Roo.EventObject} e - */ - "rowdblclick" : true, - /** - * @event headerclick - * Fires when a header is clicked - * @param {Grid} this - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "headerclick" : true, - /** - * @event headerdblclick - * Fires when a header cell is double clicked - * @param {Grid} this - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "headerdblclick" : true, - /** - * @event rowcontextmenu - * Fires when a row is right clicked - * @param {Grid} this - * @param {Number} rowIndex - * @param {Roo.EventObject} e - */ - "rowcontextmenu" : true, - /** + // raw events + /** + * @event click + * The raw click event for the entire grid. + * @param {Roo.EventObject} e + */ + "click" : true, + /** + * @event dblclick + * The raw dblclick event for the entire grid. + * @param {Roo.EventObject} e + */ + "dblclick" : true, + /** + * @event contextmenu + * The raw contextmenu event for the entire grid. + * @param {Roo.EventObject} e + */ + "contextmenu" : true, + /** + * @event mousedown + * The raw mousedown event for the entire grid. + * @param {Roo.EventObject} e + */ + "mousedown" : true, + /** + * @event mouseup + * The raw mouseup event for the entire grid. + * @param {Roo.EventObject} e + */ + "mouseup" : true, + /** + * @event mouseover + * The raw mouseover event for the entire grid. + * @param {Roo.EventObject} e + */ + "mouseover" : true, + /** + * @event mouseout + * The raw mouseout event for the entire grid. + * @param {Roo.EventObject} e + */ + "mouseout" : true, + /** + * @event keypress + * The raw keypress event for the entire grid. + * @param {Roo.EventObject} e + */ + "keypress" : true, + /** + * @event keydown + * The raw keydown event for the entire grid. + * @param {Roo.EventObject} e + */ + "keydown" : true, + + // custom events + + /** + * @event cellclick + * Fires when a cell is clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "cellclick" : true, + /** + * @event celldblclick + * Fires when a cell is double clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "celldblclick" : true, + /** + * @event rowclick + * Fires when a row is clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Roo.EventObject} e + */ + "rowclick" : true, + /** + * @event rowdblclick + * Fires when a row is double clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Roo.EventObject} e + */ + "rowdblclick" : true, + /** + * @event headerclick + * Fires when a header is clicked + * @param {Grid} this + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "headerclick" : true, + /** + * @event headerdblclick + * Fires when a header cell is double clicked + * @param {Grid} this + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "headerdblclick" : true, + /** + * @event rowcontextmenu + * Fires when a row is right clicked + * @param {Grid} this + * @param {Number} rowIndex + * @param {Roo.EventObject} e + */ + "rowcontextmenu" : true, + /** * @event cellcontextmenu * Fires when a cell is right clicked * @param {Grid} this @@ -216,95 +216,95 @@ * @param {Roo.EventObject} e */ "cellcontextmenu" : true, - /** - * @event headercontextmenu - * Fires when a header is right clicked - * @param {Grid} this - * @param {Number} columnIndex - * @param {Roo.EventObject} e - */ - "headercontextmenu" : true, - /** - * @event bodyscroll - * Fires when the body element is scrolled - * @param {Number} scrollLeft - * @param {Number} scrollTop - */ - "bodyscroll" : true, - /** - * @event columnresize - * Fires when the user resizes a column - * @param {Number} columnIndex - * @param {Number} newSize - */ - "columnresize" : true, - /** - * @event columnmove - * Fires when the user moves a column - * @param {Number} oldIndex - * @param {Number} newIndex - */ - "columnmove" : true, - /** - * @event startdrag - * Fires when row(s) start being dragged - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {event} e The raw browser event - */ - "startdrag" : true, - /** - * @event enddrag - * Fires when a drag operation is complete - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {event} e The raw browser event - */ - "enddrag" : true, - /** - * @event dragdrop - * Fires when dragged row(s) are dropped on a valid DD target - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragdrop" : true, - /** - * @event dragover - * Fires while row(s) are being dragged. "targetId" is the id of the Yahoo.util.DD object the selected rows are being dragged over. - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragover" : true, - /** - * @event dragenter - * Fires when the dragged row(s) first cross another DD target while being dragged - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragenter" : true, - /** - * @event dragout - * Fires when the dragged row(s) leave another DD target while being dragged - * @param {Grid} this - * @param {Roo.GridDD} dd The drag drop object - * @param {String} targetId The target drag drop object - * @param {event} e The raw browser event - */ - "dragout" : true, /** - * @event rowclass - * Fires when the dragged row(s) leave another DD target while being dragged - * @param {GridView} gridview The grid view - * @param {Object} rowcfg, contains record, rowIndex and rowClass - set rowClass to add a style. - */ + * @event headercontextmenu + * Fires when a header is right clicked + * @param {Grid} this + * @param {Number} columnIndex + * @param {Roo.EventObject} e + */ + "headercontextmenu" : true, + /** + * @event bodyscroll + * Fires when the body element is scrolled + * @param {Number} scrollLeft + * @param {Number} scrollTop + */ + "bodyscroll" : true, + /** + * @event columnresize + * Fires when the user resizes a column + * @param {Number} columnIndex + * @param {Number} newSize + */ + "columnresize" : true, + /** + * @event columnmove + * Fires when the user moves a column + * @param {Number} oldIndex + * @param {Number} newIndex + */ + "columnmove" : true, + /** + * @event startdrag + * Fires when row(s) start being dragged + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {event} e The raw browser event + */ + "startdrag" : true, + /** + * @event enddrag + * Fires when a drag operation is complete + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {event} e The raw browser event + */ + "enddrag" : true, + /** + * @event dragdrop + * Fires when dragged row(s) are dropped on a valid DD target + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragdrop" : true, + /** + * @event dragover + * Fires while row(s) are being dragged. "targetId" is the id of the Yahoo.util.DD object the selected rows are being dragged over. + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragover" : true, + /** + * @event dragenter + * Fires when the dragged row(s) first cross another DD target while being dragged + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragenter" : true, + /** + * @event dragout + * Fires when the dragged row(s) leave another DD target while being dragged + * @param {Grid} this + * @param {Roo.GridDD} dd The drag drop object + * @param {String} targetId The target drag drop object + * @param {event} e The raw browser event + */ + "dragout" : true, + /** + * @event rowclass + * Fires when a row is rendered, so you can change add a style to it. + * @param {GridView} gridview The grid view + * @param {Object} rowcfg, contains record, rowIndex and rowClass - set rowClass to add a style. + */ 'rowclass' : true, - + /** * @event render * Fires when the grid is rendered diff --git a/docs/symbols/this.html b/docs/symbols/this.html index 4e9e166071..4c4418c87b 100644 --- a/docs/symbols/this.html +++ b/docs/symbols/this.html @@ -173,7 +173,7 @@
- Documentation generated by Introspection Doc Generator on Fri Jan 14 2011 17:01:53 GMT+0800 (HKT) + Documentation generated by Introspection Doc Generator on Thu Feb 10 2011 17:59:31 GMT+0800 (HKT) Based on JsDoc Toolkit
diff --git a/roojs-all.js b/roojs-all.js index 91a18595b5..76abebe742 100644 --- a/roojs-all.js +++ b/roojs-all.js @@ -893,10 +893,10 @@ this.stripeRows(A);this.fireEvent("rowsdeleted",this,A,B);}},updateRows:function this.updateHeaderSortState();},getScrollState:function(){var sb=this.scroller.dom;return {left:sb.scrollLeft,top:sb.scrollTop};},stripeRows:function(A){if(!this.grid.stripeRows||this.ds.getCount()<1){return;} A=A||0;var B=this.getBodyTable().rows;var C=this.getLockedTable().rows;var D=' x-grid-row-alt ';for(var i=A,E=B.length;i