-
19 Oct 2009 1:16 AM #671Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 43
In Ext 2.x Ext.Button descends from Ext.Component and not from Ext.BoxComponent.
-
19 Oct 2009 4:18 AM #672
That's what the API docs say
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
19 Oct 2009 4:27 AM #673Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 43
I just checked the Ext 2.x branch (http://code.extjs.com/svn/ext/branch...gets/Button.js) and it clearly reads:
Code:/** * @class Ext.Button * @extends Ext.BoxComponent ... */ Ext.Button = Ext.extend(Ext.Component, { ...
-
19 Oct 2009 4:32 AM #674Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,170
- Vote Rating
- 32
Button extending BoxComponent is a 3.0 change. This should doc error be fixed.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
19 Oct 2009 5:52 AM #675
This doesn't show that: http://www.extjs.com/deploy/ext-2.0/...ass=Ext.Button
But yes, that comment is wrong.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
19 Oct 2009 5:56 AM #676Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,170
- Vote Rating
- 32
is the 2.0 branch the latest code?
I looked through the 2.0 -> 2.2.1 and it reflects the link above.
There are no docs online for 2.3 though
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
19 Oct 2009 6:15 AM #677Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 43
The docs for all public Ext versions are online.
Here is the Ext 2.3.0 link (this is only wrong in 2.3.0+).
-
19 Oct 2009 6:20 AM #678Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,170
- Vote Rating
- 32
No wonder i could not find it!
2.2 has "2.2" in the link, not "2.2.0", where 2.3 has "2.3.0"
ugh!
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.


Reply With Quote