Install Dojo in Aptana

How do I install support for dojo in Aptana? Basically, I want automatic completion to work for dojo. Is there any way to do this?

+7
source share
3 answers

The process has changed. Instead, you delete the library API file in your project:

http://wiki.appcelerator.org/display/tis/Using+JavaScript+Libraries

+4
source

You delete the library API file in your project, as described in the Ingo Muschenetz link. However, the plugin that I have found now FULLY supports Dojo content support or automatic completion. Like dojo.byId or dijit.byId are not supported through Aptana.

+1
source

Here is the updated link to install Dojo support for Aptana:

http://docs.appcelerator.com/titanium/latest/#!/guide/JavaScript_Library_Support

Just follow the instructions in the Dojo section.

0
source

All Articles