X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/examples/view/data-view.html diff --git a/examples/view/data-view.html b/examples/view/data-view.html index f28e117f..175c0da6 100644 --- a/examples/view/data-view.html +++ b/examples/view/data-view.html @@ -23,6 +23,8 @@

DataView Example

This example shows how to use an Ext.DataView. It demonstrates editable labels (click
any of the photo labels), basic multi-select (using ctrl or shift) and drag selection.

- +
+The source for this example can bie viewed by clicking on data-view.js.
+It uses the plugins in the ../ux/DataView-more.js file.