-
24 Oct 2007 12:50 AM #81
In the online Ext 2.0 - API Documentation:
ComponentMgr > Public Methods > get
As stated in Ext.getCmp( String id ) : Ext.ComponentCode:Returns: * void
the get method of ComponentMgr doesn't return void but Ext.Component!Code:Shorthand for Ext.ComponentMgr.get
-
24 Oct 2007 1:03 AM #82
added to the list under Class Ext.Updater.
added to the list under Class Ext.data.JsonReader.
added to the list under Class Ext.data.Connection.
added to the list under Class Ext.form.CheckBox and Class Ext.form.Radio.
added to the list under Class Ext.gid.GridPanel.
added to the list under Class Ext.ComponentMgr.
added to the list under Misc/Requests.
Ext.form.FormPanel's getForm method is already documented in SVN.
since the method getForm is a public accessor, i would think that the form property is a private one.
nevertheless, i've added this (i.e. the missing form property) to the list under Class Ext.form.FormPanel just in case.
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
24 Oct 2007 5:59 AM #83
Just another minor online Ext 2.0 Documentation bug:
The type of the config parameter bodyStyle of the Ext.Panel class is described as Boolean. That's not correct because this config parameter accepts the same format as Ext.Element.applyStyles - and that's String/Object/Function.
-
24 Oct 2007 6:25 AM #84
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
25 Oct 2007 5:40 AM #85
Ext.tree.TreePanel
loader : Boolean
A TreeLoader for use with this TreePanel
-
25 Oct 2007 6:26 AM #86
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
27 Oct 2007 3:48 PM #87
In the description for the "elements" config option for Ext.Panel, there is a typo in the last line: Valid values are: 'header,' 'body,' 'footer,' 'tbar' (top bar) abd 'bbar' (bottom bar) - defaults to 'body.'
-
27 Oct 2007 11:25 PM #88
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
28 Oct 2007 12:55 AM #89
In the html config option of Ext.Window, DomHelper link is not resolved:
BTW, the help system can be improved so it is possible to build diret links to a config option, property or method. I would think something like http://extjs.com/deploy/dev/docs/?cl...xt.Window-html would work, but it doesn't. It seems to put the page in an eternal "Loading" mode.Code:An HTML fragment, or a {@link Ext.DomHelper DomHelper} specification to use as the panel's body content (defaults to '').
-
28 Oct 2007 7:09 AM #90
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )


Reply With Quote
