To do soething like on senchas example, i started to look through the modExt class for extJS
and the thing that puzzled me was
Ext.extend(MODx.grid.Grid,Ext.grid.EditorGridPanel)
Found nothing in extJs api docs about EditorGridPanel, is it another way to call CellEditor?
Just courious to know about proprieties and methods of this Object =)
-
☆ A M B ☆
- 872 Posts
It’s because the API documentation on sencha’s website has been updated to ExtJS4 and this one does not use different classes for Editor Grid Panel and normal Grid anymore.
You’ll need to download Extjs 3.x from their website, wihich include the API used in MODx.
Note that most of the example on the sencha website will also not work for Ext3 & MODExt. The old examples are also included in the old Ext 3.X package.
I already love u man =)
u and OpenGeek!
-
☆ A M B ☆
- 872 Posts
Oh, there have left it online ?
I didn’t see any reference of it on the sencha website.
Thank you!