X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Table2.html diff --git a/docs/source/Table2.html b/docs/source/Table2.html index 58eb857e..02321306 100644 --- a/docs/source/Table2.html +++ b/docs/source/Table2.html @@ -1,4 +1,21 @@ -
/**
+
+
+
+
+ The source code
+
+
+
+
+
+
+ /**
* @class Ext.panel.Table
* @extends Ext.panel.Panel
* @xtype tablepanel
@@ -31,7 +48,7 @@ Ext.define('Ext.panel.Table', {
extraBodyCls: Ext.baseCSSPrefix + 'grid-body',
layout: 'fit',
- /**
+ /**
* Boolean to indicate that a view has been injected into the panel.
* @property hasView
*/
@@ -41,38 +58,38 @@ Ext.define('Ext.panel.Table', {
viewType: null,
selType: 'rowmodel',
- /**
+ /**
* @cfg {Number} scrollDelta
* Number of pixels to scroll when scrolling with mousewheel.
* Defaults to 40.
*/
scrollDelta: 40,
- /**
+ /**
* @cfg {String/Boolean} scroll
* Valid values are 'both', 'horizontal' or 'vertical'. true implies 'both'. false implies 'none'.
* Defaults to true.
*/
scroll: true,
- /**
+ /**
* @cfg {Array} columns
* An array of {@link Ext.grid.column.Column column} definition objects which define all columns that appear in this grid. Each
* column definition provides the header text for the column, and a definition of where the data for that column comes from.
*/
- /**
+ /**
* @cfg {Boolean} forceFit
* Specify as <code>true</code> to force the columns to fit into the available width. Headers are first sized according to configuration, whether that be
* a specific width, or flex. Then they are all proportionally changed in width so that the entire content width is used..
*/
- /**
+ /**
* @cfg {Boolean} hideHeaders
* Specify as <code>true</code> to hide the headers.
*/
- /**
+ /**
* @cfg {Boolean} sortableColumns
* Defaults to true. Set to false to disable column sorting via clicking the
* header and via the Sorting menu items.
@@ -157,14 +174,14 @@ Ext.define('Ext.panel.Table', {
me.store = Ext.data.StoreManager.lookup(me.store);
me.addEvents(
- /**
+ /**
* @event scrollerhide
* Fires when a scroller is hidden
* @param {Ext.grid.Scroller} scroller
* @param {String} orientation Orientation, can be 'vertical' or 'horizontal'
*/
'scrollerhide',
- /**
+ /**
* @event scrollershow
* Fires when a scroller is shown
* @param {Ext.grid.Scroller} scroller
@@ -272,7 +289,7 @@ Ext.define('Ext.panel.Table', {
scope: me
});
this.relayEvents(view, [
- /**
+ /**
* @event beforeitemmousedown
* Fires before the mousedown event on an item is processed. Returns false to cancel the default action.
* @param {Ext.view.View} this
@@ -282,7 +299,7 @@ Ext.define('Ext.panel.Table', {
* @param {Ext.EventObject} e The raw event object
*/
'beforeitemmousedown',
- /**
+ /**
* @event beforeitemmouseup
* Fires before the mouseup event on an item is processed. Returns false to cancel the default action.
* @param {Ext.view.View} this
@@ -292,7 +309,7 @@ Ext.define('Ext.panel.Table', {
* @param {Ext.EventObject} e The raw event object
*/
'beforeitemmouseup',
- /**
+ /**
* @event beforeitemmouseenter
* Fires before the mouseenter event on an item is processed. Returns false to cancel the default action.
* @param {Ext.view.View} this
@@ -302,7 +319,7 @@ Ext.define('Ext.panel.Table', {
* @param {Ext.EventObject} e The raw event object
*/
'beforeitemmouseenter',
- /**
+ /**
* @event beforeitemmouseleave
* Fires before the mouseleave event on an item is processed. Returns false to cancel the default action.
* @param {Ext.view.View} this
@@ -312,7 +329,7 @@ Ext.define('Ext.panel.Table', {
* @param {Ext.EventObject} e The raw event object
*/
'beforeitemmouseleave',
- /**
+ /**
* @event beforeitemclick
* Fires before the click event on an item is processed. Returns false to cancel the default action.
* @param {Ext.view.View} this
@@ -322,7 +339,7 @@ Ext.define('Ext.panel.Table', {
* @param {Ext.EventObject} e The raw event object
*/
'beforeitemclick',
- /**
+ /**
* @event beforeitemdblclick
* Fires before the dblclick event on an item is processed. Returns false to cancel the default action.
* @param {Ext.view.View} this
@@ -332,7 +349,7 @@ Ext.define('Ext.panel.Table', {
* @param {Ext.EventObject} e The raw event object
*/
'beforeitemdblclick',
-
\ No newline at end of file
+});
+
+