-
7 Oct 2007 3:33 PM #41
The doc for the GridPanel's 'cm' config says it accepts a type of 'Store' instead of 'ColumnModel'.
-
8 Oct 2007 5:17 AM #42
[2.0a1] Ext.form.FormPanel missing getForm method
[2.0a1] Ext.form.FormPanel missing getForm method
(I assume each report should be done separately, rather than a list in a single post.)
The documentation for Ext.form.FormPanel is missing the getForm method.T.J. Crowder
tj / crowdersoftware / com
-
8 Oct 2007 5:21 AM #43
[2.0a1] Ext.form.FormPanel should document 'items' configs
[2.0a1] Ext.form.FormPanel should document 'items' configs
Ext.form.FormPanel's documentation should discuss the 'items' config option as it relates to FormPanel (see this thread). It's currently inheriting the Component documentation, which doesn't help you figure out what it's going to do with the configs and specifically how it's going to map configs to classes.
T.J. Crowder
tj / crowdersoftware / com
-
8 Oct 2007 5:25 AM #44
[2.0a1] Recommend link btw Ext.form.FormPanel and Ext.form.Action.Submit
[2.0a1] Recommend link btw Ext.form.FormPanel and Ext.form.Action.Submit
In the summary for Ext.form.FormPanel, I recommend adding a link to Ext.form.Action.Submit so users can readily see the format for the JSON return data for the response to the default form submission feature (which is really cool).
T.J. Crowder
tj / crowdersoftware / com
-
8 Oct 2007 5:29 AM #45
[2.0a1] Ext.form.Action.Submit summary oddness
[2.0a1] Ext.form.Action.Submit summary oddness
The summary for Ext.form.Action.Submit ends with:
Looks like it could be an issue related to embedded HTML or something.A response packet must contain a boolean errors property. The , portOfLoading: "This field must not be null" } }
Other data may be placed into the response for processing the the {Ext.form.BasicForm}'s callback or event handler methods.T.J. Crowder
tj / crowdersoftware / com
-
8 Oct 2007 5:48 AM #46
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
8 Oct 2007 5:54 AM #47
[2.0a1] More on Ext.reg
[2.0a1] More on Ext.reg
WRT the issue already listed in the main post about Ext.reg not being documented (original post), it's used in the examples (examples/layout/portal.js). Recommend either documenting it or using the longhand version in examples. ExtJS is way out in front of other frameworks in terms of the examples provided, this is merely a nit being picked.
T.J. Crowder
tj / crowdersoftware / com
-
8 Oct 2007 5:57 AM #48
-
8 Oct 2007 6:42 AM #49
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
8 Oct 2007 7:35 AM #50
[2.0a1] Some more from the Portal example
[2.0a1] Some more from the Portal example
There are some properties and other things used in the Portal layout example (examples/layout/portal.js) that aren't documented in the API documentation (or in many cases the code):
1. Panel.body property. Looking at Panel.js, there's an accessor method for it called getLayoutTarget, but that's got a comment above it saying it's private. It's documented now in beta1.
2. ddScrollConfig (both it and its members). Seems to be used by the ScrollManager for this and that, recommend adding it either in the ScrollManager summary or to the description of the register method (or both).
3. Panel.bwrap property.
4. DragSource.proxy property.Last edited by tjcrowder; 19 Oct 2007 at 1:23 AM. Reason: Striked-out #1; it's now documented (beta1)
T.J. Crowder
tj / crowdersoftware / com


Reply With Quote

