-
2 Oct 2007 6:11 AM #21
TreePanel Config Options
TreePanel Config Options
The 2.0 TreePanel appears to use the 'el' option which doesn't exist in the documentation.
Also, what is the difference between 'applyTo' and 'renderTo' and how are they different from the 'el' option? I tried both of these and received errors.
Additional Tree-related issues: (these are from an Ext newbie trying to learn this stuff)
1. There's no description at all for the TreeNode and AsyncTreeNode (same in version 1.x docs). Describe the use and difference between the two. Please don't leave it to the user to figure it out for themselves.
2. The description of AsynchTreeLoader.loader says that it 'defaults to the loader defined on the tree'. How do you define a loader for the tree? There's no options, properties, or methods of a Tree to do that.
3. If you can create a checkbox for a tree node, how can you assign a value to that checkbox?Last edited by Greenosity; 2 Oct 2007 at 6:44 AM. Reason: Additional info
-
2 Oct 2007 10:35 AM #22
TabPanel.SetActiveTab()
TabPanel.SetActiveTab()
The docs about the TabPanel contain no info about the method setActiveTab()
-
2 Oct 2007 1:42 PM #23
TabPanel documentation:
- autoLoad: "If autoLoad is not null, the panel will attempt to laod its contents immediately upon render."
- keys: "A KeyMap config object (in the format expected by in the format expected by {@link Ext.KeyMap#addBinding) used to assign custom key handling..."
- shadow: "[...] Note that this option opnly applies when floating = true."
Cheers,
JCLast edited by J.C. Bize; 2 Oct 2007 at 2:06 PM. Reason: found a couple more issues in that same section
-
3 Oct 2007 7:49 AM #24
Collapsed property...
Collapsed property...
"collapsed" property documentation appears to be missing.
-
3 Oct 2007 8:00 AM #25
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
3 Oct 2007 11:41 AM #26
-
3 Oct 2007 1:53 PM #27
No "src" in online docs
No "src" in online docs
The online version of ext2.0a1 does not have a src/ folder. All links to the source code are redirected to the front page.
Reproduce:
open FormLayout and clicking on FormLayout.js
Here is the exact server response:
Normal pages (e.g. /deploy/ext-2.0-alpha1/docs) result in "HTTP/1.0 200 OK"Code:treffer@rtlaptop:~$ nc extjs.com 80 GET /deploy/ext-2.0-alpha1/src/FormLayout.js HTTP/1.0 Host: extjs.com HTTP/1.0 404 Not Found
-
3 Oct 2007 2:37 PM #28
[2.0a1 docs] Ext.util.MixedCollection
[2.0a1 docs] Ext.util.MixedCollection
Link: http://extjs.com/deploy/ext-2.0-alpha1/docs/?class=Ext.util.MixedCollection
The documentation for both the constructor and getKey() should point out that the default getKey function is:
Code:function(o) { return o.id; }
-
3 Oct 2007 4:05 PM #29
Kind regards,
WillyDee
Problems worthy of attack, prove their worth by hitting back.
-
3 Oct 2007 4:59 PM #30
[2.0a1 docs] Ext.util.Observable
[2.0a1 docs] Ext.util.Observable
Ext.util.Observable.addListener
Link: http://extjs.com/deploy/ext-2.0-alph...er=addListener
The description of the delay parameter of the options object has a typo:
At the end an "h" is missing in the word "te".delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.


Reply With Quote
