link : https://wiki.appcelerator.org/display/tis/JavaScript+Library+Support
JavaScript Library Support
Chapters
Libraries
Studio ships with the ability for users to extend support for JavaScript libraries in content assist. Below is a list of libraries and content assist files we've located that should be compatible with Studio. This is not a complete list, and compatibility is not guaranteed, but if you see something on this list and it doesn't work, please let us know.
Dojo (http://dojotoolkit.org)
The XML files Dojo ships require a little bit of massaging to be readable by the Studio content assist processor.
Drop the SDOCML file anywhere into your Web Project (feel free to put it in a special folder).
Alternately, to update docs to a newer version (should one come out)
-
- Download latest API file from http://download.dojotoolkit.org/release-1.6.0/api.xml
- Download XSL transform file from https://github.com/aptana/studio3-sdk/blob/master/tools/frameworks/dojo/1.6/update_dojo_metadata_1.6.xsl
- Follow instructions in XSL file to generate api.sdocml file. Drop this into your JavaScript project
ExtJS/Sencha (http://extjs.com)
Drop the SDOCML file anywhere into your Web Project (feel free to put it in a special folder).
- ExtJS 3.3.0: https://raw.github.com/aptana/sencha.ruble/master/support/ext-js-3.3.0.sdocml
- Sencha Touch RC 1: https://github.com/aptana/sencha.ruble/raw/master/support/sencha-touch-rc1.sdocml
Drop the VSDoc files into your Web Project.
- V3 Maps API: http://gmapvsdoc.codeplex.com/
jQuery (http://jquery.org)
Install the jQuery ruble and reference it:
- Commands > Install Bundle > jQuery
- Right click on a project, select Properties > Project Build Path and select the checkbox for jQuery 1.6.2.
If you already have the jQuery bundle:
- Choose Commands > Bundle Development > Update User Bundles
or
- Find the Aptana Rubles folder on your system
- Delete the Ruble
- Restart Studio
- Install the Ruble again as above
OpenLayers (http://openlayers.org/)
There is a current bug with adding the single http://www.openlayers.org/api/OpenLayers.js file to a project to get content assist. As a workaround:
- Download the last stable release: http://openlayers.org/download/OpenLayers-2.10.zip
- Unzip the folder.
- Drop the folder named lib/OpenLayers into your project
- You will see API methods and classes shown.
Note that this technique will not actually show documentation on the classes. For that, we need a SDOCML file which could be created from the source Natural Docs.
YUI (http://developer.yahoo.com/yui/)
Drop the SDOCML file into your Web Project.
'프로그래밍 > Script' 카테고리의 다른 글
[javascript] Flippant.js — A tiny library for flipping things over (0) | 2013.07.02 |
---|---|
[javascript] cujoJS — Build modular, maintainable web apps (0) | 2013.07.01 |
[javascript] Jindo (0) | 2013.06.28 |
[jQuery] 21 Amazing jQuery Pagination Plugins (0) | 2013.06.28 |
[Javascript] SyntaxHighlighter (0) | 2013.06.27 |