Netbeans intellisense for Yahoo utils
In netbeans, I created a html page where I am using Yahoo utilities. If I type "yahoo". then namespace, render, hide are not shown in the online documentation. Tell me how to set up Netbeans for this.
+1
user48094
source
to share
1 answer
I am not using Netbeans, but I know that Javascript is case-senstive and that the global object is Yahoo YAHOO
, not YAHOO
.
So, try everything in hats.
+1
Triptych
source
to share