QuickTips
=======
In the example code QuickTip's are initialized by calling the static method Ext.QuickTips.init(). The init method is not in the generated docs. Also the init method has a comment in the code stating that it is private.
'text' and 'title' configuration properties are missing from the QuickTips config documentation.
Doc'd init and added text, title, cls and width config attributes. FYI, init is not static, it's just a singleton method.
Originally Posted by sjivan
Button config
==========
'cls' property for css styling missing
Added, and made a few other minor fixes.
Originally Posted by sjivan
Field config
========
fieldLabel, name, width properties missing
Added name to Field. FieldLabel only applies to fields being added to forms, not to fields generally. Because of this, I added comments to Form.add to note this. Similarly, while width does apply to fields, it needs to be documented in one of the base classes, most likely in BoxComponent which is actually new in the last release and not yet doc'd at all (I'll get to it soon).
Originally Posted by sjivan
Ext.data.Record
============
The source code has docs that are not present in the generates documentation.
Various issues in the Ext.data namespace have already been fixed in SVN since the last release, but not yet regenerated on the public site, including this one.
Those have been fixed in SVN for quite a long time.
Perhaps there should be a deployment of a freshly generated doc set so that people can start looking for missing/incorrect docs that are still missing or incorrect.
Perhaps there should be a deployment of a freshly generated doc set so that people can start looking for missing/incorrect docs that are still missing or incorrect.
If that was feasible, it would be very appreciated! I have been compiling a list of errors since about a month ago, but still haven't posted them, and I wouldn't like people wasting their time checking already fixed errors.
Ext.from.BasicForm
==============
config options for 'load' missing
Ext.data.Connection and Ext.data.HttpProxy
=================================
config options not documented
Ext.form.ComboBox
==============
'tpl' config param for setting Template missing
Ext.grid.Grid
=========
config options for Grid, ColumnModel doc'ed in source but not in generated docs. Not sure if this too has been fixed in SVN. 'enableColLock' config aslo missing
from Grid.js
========
/**
* @cfg {Boolean} True to highlight rows when the mouse is over. Default is false.
*/
trackMouseOver : true,
What about this thread? I assume we must forget about 1.0x docs and begin reporting just the remaining bugs on 1.1, ok? Or should the discussion about a beta release go to Prerelease Builds Discussion?