天天看点

Grid Dependencies - Ext JS

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??

Grid Dependencies - Ext JS
  # 2  
Grid Dependencies - Ext JS
03-05-2007, 07:01 PM
Grid Dependencies - Ext JS

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

Grid Dependencies - Ext JS
  # 3  
Grid Dependencies - Ext JS
03-05-2007, 10:25 PM
Grid Dependencies - Ext JS
Quote:
Originally Posted by tryanDLS By the time 1.0 is officially released
Cool! And where to get? It isnt in deploy.
Grid Dependencies - Ext JS
  # 4  
Grid Dependencies - Ext JS
03-05-2007, 10:30 PM
Grid Dependencies - Ext JS
http://www.yui-ext.com/forum/viewtopic.php?t=2940
Grid Dependencies - Ext JS
  # 5  
Grid Dependencies - Ext JS
03-06-2007, 05:28 AM
Grid Dependencies - Ext JS
Quote:
Originally Posted by JeffHowden http://www.yui-ext.com/forum/viewtopic.php?t=2940
Yeah there i found the links to the deploy directory with alpha-2 rev7 of you-ext. But trylan has spoken of a official release.
Grid Dependencies - Ext JS
  # 6  
Grid Dependencies - Ext JS
03-06-2007, 10:46 AM
Grid Dependencies - Ext JS
I said 'By the time 1.0 is released..'. Meaning in the future!
Grid Dependencies - Ext JS

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

Grid Dependencies - Ext JS
  # 7  
Grid Dependencies - Ext JS
03-06-2007, 02:21 PM
Grid Dependencies - Ext JS
Quote:
Originally Posted by Choleriker Quote:
Originally Posted by JeffHowden http://www.yui-ext.com/forum/viewtopic.php?t=2940
Yeah there i found the links to the deploy directory with alpha-2 rev7 of you-ext. But trylan has spoken of a official release.
You mean rev6, right? (There isn't a rev7 yet)
Grid Dependencies - Ext JS