How can I avoid EXTjs with YUI-based alternatives to EditorGridPanel and ColumnTree? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T12:19:31Z http://stackoverflow.com/feeds/question/508796 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/508796/how-can-i-avoid-extjs-with-yui-based-alternatives-to-editorgridpanel-and-columntr 0 How can I avoid EXTjs with YUI-based alternatives to EditorGridPanel and ColumnTree? danieltalsky 2009-02-03T20:30:16Z 2009-02-04T02:31:13Z <p>There's some discussion at my work about using Jack Slocum's EXTjs library as an extension to YUI (already in use) for a project in development. I'd like to help avoid a dependence on EXTjs's commercial licensing model if possible.</p> <p>The primary two features desired from EXTjs are EditorGridPanel and ColumnTree.</p> <p>As far as I can see, it looks like YUI since 2.6.0 has added EditorGridPanel functionality to their DataGrid. Is there some major caveat to using YUI's built-in functionality? Is there something still way slicker about EditorGridPanel?</p> <p>As for ColumnTree... I don't see any easy YUI replacement for this feature set. Is there something in YUI that does this that I'm not seeing? Is there some other good option? </p> <p>Is it best to just bite the bullet and pay for EXTjs (and deal with the commercial license dependence) for this kind of functionality?</p> http://stackoverflow.com/questions/508796/how-can-i-avoid-extjs-with-yui-based-alternatives-to-editorgridpanel-and-columntr/509791#509791 2 Answer by Jose for How can I avoid EXTjs with YUI-based alternatives to EditorGridPanel and ColumnTree? Jose 2009-02-04T01:47:18Z 2009-02-04T01:47:18Z <p>Hi,</p> <p>I was looking for ExtJS alternatives like you. I'm intended to develope a Web Based application using Frameworks to avoid wasting valuable time.</p> <p>You were too close to find the right page, here it is: [<a href="http://stackoverflow.com/questions/200284/what-are-alternatives-to-extjs">http://stackoverflow.com/questions/200284/what-are-alternatives-to-extjs</a>]</p> <p>Read the above article first, then you may want to see this other links:</p> <p><strong>BackBase</strong> [<a href="http://demo.backbase.com/explorer/" rel="nofollow">http://demo.backbase.com/explorer/</a>] [<a href="http://demo.backbase.com/layouts/" rel="nofollow">http://demo.backbase.com/layouts/</a>] [<a href="http://demo.backbase.com/layouts/layout7/index.html" rel="nofollow">http://demo.backbase.com/layouts/layout7/index.html</a>]</p> <p><strong>jQuery</strong> [<a href="http://ui.jquery.com/home" rel="nofollow">http://ui.jquery.com/home</a>]</p> <p><strong>qooxdoo</strong> [<a href="http://qooxdoo.org/" rel="nofollow">http://qooxdoo.org/</a>] [<a href="http://demo.qooxdoo.org/current/demobrowser/" rel="nofollow">http://demo.qooxdoo.org/current/demobrowser/</a>] [<a href="http://ui.jquery.com/themeroller/" rel="nofollow">http://ui.jquery.com/themeroller/</a>]</p> <p>Good luck</p> http://stackoverflow.com/questions/508796/how-can-i-avoid-extjs-with-yui-based-alternatives-to-editorgridpanel-and-columntr/509872#509872 0 Answer by codefin for How can I avoid EXTjs with YUI-based alternatives to EditorGridPanel and ColumnTree? codefin 2009-02-04T02:31:13Z 2009-02-04T02:31:13Z <p>My employer recently went through a similar evaluation with regard to the EXT widget library. Our criteria were slightly different in that we were looking for a widget library that would plug into GWT and provide a more polished widget set than those provided by the default GWT implementation. After a month of evaluation, our team concluded that the EXT license fees are a small price to pay for the functionality gained. Again, we're not using the raw javascript library, but we have been very pleased with GXT. In my opinion the library is a bit under-documented but it does work solidly across different browsers. One thing for sure, their editor grid is very slick.</p>