X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.ListView.html diff --git a/docs/output/Ext.ListView.html b/docs/output/Ext.ListView.html index bc48f956..34f3732c 100644 --- a/docs/output/Ext.ListView.html +++ b/docs/output/Ext.ListView.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      DataView
        ListView

Class Ext.ListView

Package:Ext
Defined In:ListView.js
Class:ListView
Extends:DataView
xtype:listview

Ext.ListView is a fast and light-weight implentation of a +

Observable
  Component
    BoxComponent
      DataView
        ListView

Class Ext.ListView

Package:Ext
Defined In:ListView.js
Class:ListView
Extends:DataView
xtype:listview

Ext.ListView is a fast and light-weight implentation of a Grid like view with the following characteristics:

  • resizable columns
  • @@ -77,14 +77,14 @@ listView.on('selectionchange', function(view, nodes){ var l = nodes.length; var s = l != 1 ? 's' : ''; panel.setTitle('Simple ListView ('+l+' item'+s+' selected)'); -});

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component