X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.ListView.html..refs/tags/3.1.0:/docs/output/Ext.list.ListView.html diff --git a/docs/output/Ext.ListView.html b/docs/output/Ext.list.ListView.html similarity index 82% rename from docs/output/Ext.ListView.html rename to docs/output/Ext.list.ListView.html index 34f3732c..ea6fbbd2 100644 --- a/docs/output/Ext.ListView.html +++ b/docs/output/Ext.list.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.list.ListView

Package:Ext.list
Defined In:ListView.js
Class:ListView
Extends:DataView

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

  • resizable columns
  • @@ -38,7 +38,7 @@ width and number of columns }); store.load(); -var listView = new Ext.ListView({ +var listView = new Ext.list.ListView({ store: store, multiSelect: true, emptyText: 'No images to display', @@ -77,7 +77,7 @@ 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