Yahoo UI Library : Begin with Aptana
download the latest version of Yahoo! UI library
download the latest version Aptana
Extract the Yahoo! UI library
Search all the JS files inside the build folder
Remove all the JS files which contain '-min' in their file names. so that we can only keep the documented versions.
Example:
animation.js
animation-min.js
Launch your Aptana
Drag all the JS-Libs to the left top pannel of Aptana.
Now let's edit a test.js file.
you can see that we've some autoComplete assistence of Yahoo! UI Library here.
Also, we have the default DOM autoComplete assistence.
And Aptana check the syntax errror as well.
( Error: var dElement - document.create....)
Let's put the error aside, and see what will happen the newly defined variable "YUD";
Wow, the Object reference works for YUD!
and don't forget the new defined Dom Element "dElement"
Have fun :-D