Search Type: Posts; User: jamesn
Search: Search took 0.02 seconds.
-
6 Apr 2011 11:12 PM
- Replies
- 2
- Views
- 619
My problem is not with the tree component, but with the TreeStore component. Perhaps you are right that it is not complete, but I can see the getAncestors() method in the source code, but not in...
-
6 Apr 2011 12:47 AM
- Replies
- 2
- Views
- 619
Hi all,
I'm working with a prototype and struggling with the new treestore.
Ext.regModel('Task', {
fields: [
{name: 'task', type: 'string'}, -
27 Jul 2010 1:55 AM
Jump to post Thread: Tree: Reload only one node by jamesn
- Replies
- 5
- Views
- 1,290
I'm also interested in the right way to get the loading indicator for a node.
Why are node.getUI().beforeLoad()/afterLoad() marked private?
Can/should they be used?
Should we rather override... -
16 Mar 2010 5:26 AM
- Replies
- 8
- Views
- 5,483
I modified the code according to be the following based on Animal's response.
var grid = new Ext.grid.GridPanel({
//autoHeight : true, // doesn't appear to be needed
width ... -
16 Mar 2010 4:12 AM
- Replies
- 8
- Views
- 5,483
Thanks for the response Animal :)
I've got a simple example here and I'm clearly not 'using layout', although I'm not sure what that means exactly. Is there some clear documentation that describes... -
15 Mar 2010 10:04 PM
- Replies
- 8
- Views
- 5,483
This seems a little 'hackish', especially the 25. There must be a better way of handling the layout. I've been reading about the different layout methods and it appears that there are layouts that...
Results 1 to 6 of 6
