Netbeans 6.1 support for DOJO

View: New views
1 Messages — Rating Filter:   Alert me  

Netbeans 6.1 support for DOJO

by Umesh-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm trying to use Netbeans 6.1 Javascript editor with DOJO library.
In Netbeans 6.1 demo on
http://www.netbeans.org/download/flash/js/javascript_demo.html.
I could see the usage of Javascript editor for jquery and it's told that
similar support is available for DOJO also.

I'm seeing most of the auto completions proposals but unable to get html
tag auto completion for  dojo attributes.

e.g. If I want to add following html element:
<button dojoType="dijit.form.Button" id="helloButton">Hello Button</button>

Here, I'm expecting to see "dojoType" as one of the auto completion  
proposals  along with other html attributes on click of ctrl+space after
"<button".
Is such support available? and if yes, how to activate it.

Thanks,
Umesh.