-
10 Nov 2007 12:42 AM #121
The success, failure, headers, and params options to the request method are all documented in the API docs are far as I can tell: http://extjs.com/deploy/dev/docs/?cl...member=request Am I missing the point of your post?
T.J. Crowder
tj / crowdersoftware / com
-
10 Nov 2007 3:40 AM #122
-
10 Nov 2007 3:55 AM #123
There was just a mistake in closing a <b> tag which I use to highlight property names, so it's difficult to visually seperate the options. I fixed most of these mistakes in SVN as soon as the latest RC1 docs were released.
It's not easy to get docs right when the only time you see the results of your work is the few occasions that the docs are regerenerated.
-
10 Nov 2007 6:48 PM #124
TabPanel's tab's config options (tabTip, closable, etc) are not documented
-
11 Nov 2007 3:26 AM #125
Panel.draggable documentation missing
Panel.draggable documentation missing
There is no documentation for Panel.draggable.
Panel.draggable can contain also drag config object; it is {Boolean/Object} type.Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
11 Nov 2007 3:31 AM #126
There is no documentation of GridPanel.ddGroup
There is no documentation of GridPanel.ddGroup
GridPanel.ddGroup is not documented.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
12 Nov 2007 4:01 AM #127
iconCls
iconCls
Something that could be clarified or added to the docs is that iconCls is user specified (not in ext-all.css). It's something that eluded me as a noobie.
-
13 Nov 2007 5:05 AM #128
EditorGrid is overriding trackMouseOver to false
EditorGrid is overriding trackMouseOver to false
Thread
As far as I can tell docs show it as a config entry, but show it defaults to true, which is not the case.
-
13 Nov 2007 12:13 PM #129
I keep running into issues with the fieldset vs panel components. I don't know whether it's a bug with extending the component, or an issue with documenting things, or what. For example, if you create a form with a panel item, you can set the id property in the config. But if you switch to a fieldset, the id will not be set. Also, when I create the objects, neither one seems to have the disable() method.
-
13 Nov 2007 12:26 PM #130
end-user -
Please place this type of post in the help section for future reference as this is not a documentation issue. There was a bug in the fieldset code which did not take the id into account when generating the html. This has been resolved in SVN and you can find a workaround here until the next release.Aaron Conran
@aconran
Sencha Architect Development Team



Reply With Quote