
Originally Posted by
Razhick
Very nice examples and thank you for sharing.
Just one comment; testing using FireFox 3.0.11 everything works but using IE 7, the tree and the grid panel do not show - Error: Object expected, Char: 13, Line 7506.
Thanks a lot!
That's because I don't care about IE
But I fixed it anyways. Extra comma thing again, doh!
Just uploaded Ext.Direct.Mvc-0.2.zip. It requires you to make a small change in the configuration. Please change from this:
HTML Code:
<section name="ext.direct" type="Ext.Direct.Mvc.DirectSectionHandler, Ext.Direct.Mvc"/>
To this:
HTML Code:
<section name="ext.direct" type="Ext.Direct.Mvc.Configuration.DirectSection, Ext.Direct.Mvc"/>
Also added extra exception handling and moved all configuration related stuff to Ext.Direct.Mvc.Configuration namespace.
First post updated.