-
21 Jul 2011 12:26 AM #121
Typo: Dot missing before 'Defaults to ...'
Typo: Dot missing before 'Defaults to ...'
In http://docs.sencha.com/ext-js/4-0/#/...disableCaching a dot i missing before 'Defaults to true'
-
21 Jul 2011 8:54 AM #122
http://docs.sencha.com/ext-js/4-0/#/api/Ext.view.View
'<div style="thumb-wrap">',Code:var imageTpl = new Ext.XTemplate( '<tpl for=".">', '<div style="thumb-wrap">', '<img src="{src}" />', '<br/><span>{caption}</span>', '</div>', '</tpl>' );
should be:
'<div class="thumb-wrap">',
-
21 Jul 2011 9:45 AM #123
Under the "renderer" config option of Ext.grid.column.Column, the following function arguments are listed:
However, there is a missing argument: a "rowIndex" argument should be included between "record" and "colIndex". (See Ext.grid.header.Container.prepareData() for the place where the renderer function is called.)The following parameters are passed to the renderer function:
- value : Mixed - The data value for the current cell
- metaData : Object - A collection of metadata about the current cell; can be used or modified by the renderer. Recognized properties are: tdCls, tdAttr, and style.
- record : Ext.data.Model - The record for the current row
- colIndex : Number - The index of the current column
- store : Ext.data.Store - The data store
- view : Ext.view.View - The current view
-
21 Jul 2011 10:00 AM #124
The usage of Ext.form.Labelable is different than it is documented, see the following thread: http://www.sencha.com/forum/showthre...form.Labelable
-
24 Jul 2011 6:50 AM #125
http://docs.sencha.com/ext-js/4-0/#/...pp.Application has two links to the "application architecture guide". The second one is correct (http://docs.sencha.com/ext-js/4-0/#/...n_architecture), but the first one points to http://docs.sencha.com/ext-js/guide/...n_architecture and 404's.
-
24 Jul 2011 7:02 AM #126
Not sure if this counts as a API Documentation Content bug, but it's definitely a documentation bug.
The Ext JS download page (http://www.sencha.com/products/extjs...ext-js-4.0.2a/) points to the "learning center" at http://www.sencha.com/learn/Learn_Ab...Script_Library, which redirects to http://www.sencha.com/learn/legacy/L...Script_Library, which contains lots of outdated information. (For example a Getting Started Guide for Ext 2.0.)
-
25 Jul 2011 8:03 AM #127
Missing Layout.component section
Missing Layout.component section
There is no mention of Component layouts neither in online Docs nor in downloadable copy, but there is a whole Ext.layout.component.* namespace with lots of classes in extjs/src. Obviously all this stuff shouldn't go undocumented.
-
25 Jul 2011 9:00 AM #128
FieldSubTpl
FieldSubTpl
It seems that when you click the link for fieldSubTpl in any of the classes inheriting from Ext.form.field.Base, it will link to Ext.form.field.Base's own definition of fieldSubTpl instead of the class' definition.
-
25 Jul 2011 12:33 PM #129
http://docs.sencha.com/ext-js/4-0/#/...od-addListener
There is no mention about freezeEvent boolean optionoptions : Object(optional) An object containing handler configuration properties. This may contain any of the following properties:
-
25 Jul 2011 1:52 PM #130
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote