PDA

View Full Version : Ext JS and YUI



Pr0fess0rX
29 Dec 2007, 3:30 AM
Dear all,
Is Yahoo! User Interface (YUI) library and controls related to Ext JS??

thnx

brian.moeskau
29 Dec 2007, 6:56 AM
http://extjs.com/learn/Ext_FAQ#Getting_started_with_Ext

Pr0fess0rX
29 Dec 2007, 7:50 AM
Thank you brian, but i still didn't get it, if YUI ended to be named Ext, why still Yahoo develop YUI?? or yui-ext is differnet than The Yahoo! User Interface Library (YUI)??

antimatter15
29 Dec 2007, 7:53 AM
Thank you brian, but i still didn't get it, if YUI ended to be named Ext, why still Yahoo develop YUI?? or yui-ext is differnet than The Yahoo! User Interface Library (YUI)??

yui-ext is essentially an older version of extjs. and yui-ext was differnet from YUI, it just added more functionality to YUI, but now extjs can work standalone and with other frameworks.

Pr0fess0rX
29 Dec 2007, 8:25 AM
I got it now,
thank you very much :)

devnull
31 Dec 2007, 11:55 AM
If you are familiar with general open source coding practices, Ext can probably be considered a fork of yui.

brian.moeskau
31 Dec 2007, 1:01 PM
Actually, Ext is not at all a fork of YUI. There is a very small set of YUI base code still used by Ext, but it was never a fork of YUI. Most of Ext core was written from scratch.

hello2008
31 Dec 2007, 1:19 PM
Jack Slocum's Ext JS, which originally began as a set of YUI extensions, can employ the YUI core and thereby adds all of the great Ext components to the YUI ecosystem.


i found Ext JS library is listed in this page (Frameworks & Libraries Powered by YUI) (http://developer.yahoo.com/yui/poweredby/):)

mystix
31 Dec 2007, 10:25 PM
i found Ext JS library is listed in this page (Frameworks & Libraries Powered by YUI) (http://developer.yahoo.com/yui/poweredby/):)

i think you've probably misread that. note the parts in bold:


Jack Slocum's Ext JS, which originally began as a set of YUI extensions, can employ the YUI core and thereby adds all of the great Ext components to the YUI ecosystem.

i.e. ExtJS doesn't depend on YUI at all (think ext-base.js), but it can work with YUI if the developer so chooses to do so (think ext-yui-adapter.js).

HTH.