-
20 Feb 2012 5:20 AM #371
Thanks to all for reporting. All above items have been fixed internally.
@carrollecc: The exception event is part of Ext.data.proxy.Proxy subclass Ext.data.proxy.Server.
-
20 Feb 2012 1:06 PM #372
TableChunker seems to be missing documentation
TableChunker seems to be missing documentation
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.view.TableChunker
Most everything just seems to be missing.
-
21 Feb 2012 2:19 AM #373
Thanks mark0978, we'll see into that.
-
21 Feb 2012 7:34 AM #374
Viewport.js
You can change the redundant phrase:
Inner layouts are available by virtue of the fact that ....
to
Inner layouts are available because ....
-
27 Feb 2012 2:09 AM #375
Documentation tutorial not found
Documentation tutorial not found
Oops...
Guide ... was not found.
For each tutorials.
http://docs.sencha.com/ext-js/4-0/#!/guide/mvc_pt1
-
27 Feb 2012 6:14 AM #376
Thanks Lascaux. Will be fixed soon.
-
27 Feb 2012 2:22 PM #377
Getting Started - 2.2 Dynamic Loading
Getting Started - 2.2 Dynamic Loading
The documentation seems to suggest that you get a warning unless you include a Ext.require at the top of the application file.
Using ExtJS 4.0.7 I do not get this warning, when following the sample. Either this is a doc issue or an application issue. Not sure which one
.
-
28 Feb 2012 5:10 AM #378
I was trying to find how to hide/show a column (dynamically with code) in the docs but no luck. Googled and found that you could use the undocumented property "columns" (that contains an array of the columns) to show or hide a column. This parameter should be in the documentation for Ext.grid.Panel. Shouldn´t it? Or is it perhaps better to use: grid.getView().getGridColumns()?
-
28 Feb 2012 2:22 PM #379
Viewport items has an undocumented autoHeight config
Viewport items has an undocumented autoHeight config
The items of a Viewport default to a Panel. In the first code sample (of Viewport) the items use a config property called autoHeight. This property is not documented as part of Panels configs, and it is unclear what it does.
-
1 Mar 2012 6:06 AM #380
Observable.hasListener method should be deprecated
Observable.hasListener method should be deprecated
The Observable.hasListener method should be deprecated. As of 4.1 B3 there's no need to use it because of the hasListeners optimization.
Code:hasListener: function(ename) { return !!this.hasListeners[ename.toLowerCase()]; }
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote