-
13 Mar 2012 12:44 PM #1
headerCt and getHeaderCt() missing in documentation!!!!
headerCt and getHeaderCt() missing in documentation!!!!
Hi!
I'm rewritting GridPanel plugin from ExtJs 3 to ExtJs 4.Code:var cmlen = grid.getView().getHeaderCt().getColumnCount(); for (i = 0; i < cmlen; i++) { var col = column = grid.getView().getHeaderCt().items.getAt(i); }
WHY THE HELL THERE IS NO DOCUMENTATION FOR THIS??????????????????
no property headerCt, no method getHeaderCt():
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.grid.View
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.grid.Panel
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.view.View
I'm totally angry right now. We have bought commercial license, I read have read all the migration posts about getHeaderCt(), but I can't find it in doc.
Please respond as soon as possible.
Thanks!
-
14 Mar 2012 11:51 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
Please remain professional. Documentation is always going to be a work in progress, things will be missed. Good thing is documentation is easy to fix.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
You found a bug! We've classified it as
EXTJSIV-5605
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote