Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/declare", |
---|
3 | "./EdgeToEdgeList", |
---|
4 | "./_StoreListMixin" |
---|
5 | ], function(declare, EdgeToEdgeList, StoreListMixin){ |
---|
6 | |
---|
7 | // module: |
---|
8 | // dojox/mobile/EdgeToEdgeStoreList |
---|
9 | |
---|
10 | return declare("dojox.mobile.EdgeToEdgeStoreList", [EdgeToEdgeList, StoreListMixin],{ |
---|
11 | // summary: |
---|
12 | // A dojo/store-enabled version of EdgeToEdgeList. |
---|
13 | // description: |
---|
14 | // EdgeToEdgeStoreList is a subclass of EdgeToEdgeList which |
---|
15 | // can generate ListItems according to the given dojo/store store. |
---|
16 | }); |
---|
17 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.