-
8 Oct 2007 8:08 AM #51
bodyStyle
bodyStyle
Property "bodyStyle" of Ext.Panel is defined as "boolean" in documentation, should be a "String".
-
8 Oct 2007 4:27 PM #52
ComboBox
ComboBox
Cheers,DisplayField : String
The underlying data field name to bind to this CombBox (defaults to undefined if mode = 'remote' or 'text' if mode = 'local')
JC
-
9 Oct 2007 3:47 AM #53
Ext.Resizable events
Ext.Resizable events
There are no documented events in Ext.Resizable
-
10 Oct 2007 2:55 PM #54
In the description of the "autoLoad" property for Panel, it says:
A valid url spec according to the Updater Ext.Updater.update method. If autoLoad is not null, the panel will attempt to laod its contents immediately upon render.
-
11 Oct 2007 9:58 AM #55
Ext.grid.GroupingView - docs missing showGroupName attr
Ext.grid.GroupingView - docs missing showGroupName attr
In the configuration options for Ext.grid.GroupingView, there is no mention of the showGroupName property. This is a very useful property and I found it in the source, the docs should reflect this too.
showGroupName:false turns off the prepending of the group column name in the groups.
So for example if you have a grid showing email messages, and you group by thread subject, by default (showGroupName:true) the group names will all start with "Thread:" or whatever your column name is.
If you set showGroupName:false, it will only show the actual grouping value unadorned.
- Jim
-
11 Oct 2007 10:03 AM #56
Ext.tree.TreeLoader missing requestMethod config object documenation
Ext.tree.TreeLoader missing requestMethod config object documenation
requestMethod should be documented in the config section of the Ext.tree.TreeLoader class.
Values include 'POST' or 'GET'
Form submission method to be passed to the Ajax constructor.
Defaults to 'POST'
-
11 Oct 2007 11:07 PM #57
The documentation does not open locally
The documentation does not open locally
The documentation does not open locally with the message
Code:this.el has no properties [Break on this error] Ext.Component=function(B){B=B||{};if(B.initialConfig){if(B.isAction){this.baseAc... ext-all.js (line 58)
-
11 Oct 2007 11:11 PM #58
-
11 Oct 2007 11:28 PM #59
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
12 Oct 2007 12:14 AM #60
There are 3 references to the now non-existent Ext.form.Form in /branches/ext2.0/src/widgets/form/Action.js:
- Action.js line 55
- Action.js line 66
- Action.js line 76


Reply With Quote