-
28 Oct 2007 8:36 AM #91
On the
problem...Code:{@link #event-update update} event handler.
I don't think it's a parsing error, more the way jack decided to generate anchor IDs in the Ext 2 doc parser.
All anchor ids are just named after the property name.
This means that the ID of the anchor for the method update is the same as the ID for the event update.
The Ext 1 parser handled this and created "event-xxxx" as the ID for event anchors.
I PMed Jack a while ago about this, I don't know if he thinks the anchor naming scheme needs changing.
I suggest it does though because as things get more complex, there will be more collisions.
Some config properties are also class properties.
Store has a load method and a load event.
Panel has buttons as a config, and buttons as a property now.
-
28 Oct 2007 11:46 PM #92
[2.0b1] Ext.util.MixedCollection.each doesn't document new params to function
[2.0b1] Ext.util.MixedCollection.each doesn't document new params to function
Hi folks,
Over in this thread Jack said he'd added some further params suggested by papasi to the Ext.util.MixedCollection.each method, and indeed the latest source has those new params (index and length), but the docs still talk about the "first and only" parameter...T.J. Crowder
tj / crowdersoftware / com
-
29 Oct 2007 2:31 PM #93
Ext.grid.ColumnModel doesn't mention the "editor" config option you need to use with Ext.grid.EditorGridPanel (it does mention getCellEditor/setCellEditor).
T.J. Crowder
tj / crowdersoftware / com
-
30 Oct 2007 1:45 AM #94
[2.0b1] Documentation suggestion (not a bug): ColumnModel's renderer config option
[2.0b1] Documentation suggestion (not a bug): ColumnModel's renderer config option
Hi folks,
Just as a favour for newbies, Ext.grid.ColumnModel's "renderer" config option (and "setRenderer" method) might mention that Ext.util.Format has various useful goodies...
FWIW...T.J. Crowder
tj / crowdersoftware / com
-
30 Oct 2007 9:01 AM #95
again something for the online Ext 2.0 Documentation:
Ext.grid.GroupingView.getGroupId
... should return the id of the group - not void.
-
30 Oct 2007 10:35 AM #96
Under fieldset, the bodyStyle states it's expecting a boolean instead of a an object.
Also, there are some properties of fieldset that are inherited from Panel that don't apply, but are not dropped from the docs.
-
1 Nov 2007 12:10 AM #97
Ext.data.Store's "find" method has this in the summary at the top: "Returns a new collection that has been filtered." It actually returns the index of the record, or -1 (which it correctly says later under "Return").
T.J. Crowder
tj / crowdersoftware / com
-
1 Nov 2007 7:06 AM #98
Ext.layout.FormLayout typo
Ext.layout.FormLayout typo
reference to Ext.FormPanel brings to a broken link. I think it should be Ext.form.FormPanel instead.
-
1 Nov 2007 7:15 AM #99
wrong markup in the panel example?
wrong markup in the panel example?
I don`t know where to post this so I`m trying here.
In the panel example there is a container in the markup but the code doesn`t use it and append the panel to the body.
It could be confusing for a newbie.
http://extjs.com/deploy/dev/examples/panel/panels.html
-
1 Nov 2007 10:35 AM #100


Reply With Quote