I am attempting to upgrade from the .33 version to the alpha 2 and I'm having trouble with the grid.
I am only using a few components of the library and don't want to just include the entire ext-all.js.
Through trial and error I've figured out the dependencies for for the Dialog and other components that I'm using and it's all working well.
I can't figure out what the heck I need for the grid though. I've got an array of data I'm trying to load in a basic grid. I don't need it to be editable or dynamicaly load data...just the array like in the example:
http://www.yui-ext.com/deploy/ext-1..../array-grid.js
What libraries do I need? DataStore, DataReader, SplitBar, MemoryProxy, ArrayReader, etc...
Is there a way to find this out??
I am only using a few components of the library and don't want to just include the entire ext-all.js.
Through trial and error I've figured out the dependencies for for the Dialog and other components that I'm using and it's all working well.
I can't figure out what the heck I need for the grid though. I've got an array of data I'm trying to load in a basic grid. I don't need it to be editable or dynamicaly load data...just the array like in the example:
http://www.yui-ext.com/deploy/ext-1..../array-grid.js
What libraries do I need? DataStore, DataReader, SplitBar, MemoryProxy, ArrayReader, etc...
Is there a way to find this out??

|
#2
|
|
By the time 1.0 is officially released, the 'Build Your Own' util will probably be updated. In the meantime, it's going to be trial and error, and looking at source. Assume at a minimum, you're going to need ext-core.js and yui-utilities, and add components from there. The grid has been broken down into several components, so you'll probably need everything in the data folder, unless you can specifically exclude things like JsonReader, for example.
__________________
Tim Ryan - Ext JS Support Team Read BEFORE posting a question / posting a Bug Use Google to Search - API / Forum API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide ![]() |
|
#3
| |
|
Quote:
![]() |
|
#4
|
|
http://www.yui-ext.com/forum/viewtopic.php?t=2940
![]() |
|
#5
| |
|
Quote:
![]() |
|
#6
|
|
I said 'By the time 1.0 is released..'. Meaning in the future!
The has been no official date discussed for this, although you could anticipate that the alpha/beta cycle might last another 30-45 days.
__________________
Tim Ryan - Ext JS Support Team Read BEFORE posting a question / posting a Bug Use Google to Search - API / Forum API Doc (3.x | 2.x | 1.x) / FAQ / Wiki / Tutorials / 1.x->2.0 Migration Guide ![]() |
|
#7
| ||
|
Quote:
![]() |
一位用户尝试将ExtJS从.33版本升级到alpha2版本,在加载基本网格时遇到了困难。用户仅使用了库中的一些组件,并希望了解加载数组数据所需的特定依赖项,如DataStore、DataReader等。
The has been no official date discussed for this, although you could anticipate that the alpha/beta cycle might last another 30-45 days.
339

被折叠的 条评论
为什么被折叠?



