We are moved to new domain
Click -> www.ehowtonow.com
Sunday, 16 February 2014

NetBeans IDE JSP Templates

In this tutorial we are going to see NetBeans IDE JSP templates.
This tutorials created for NetBeans IDE 7.4
Note : While typing the source if you type the text in left column and press Tab it gives the text in right column
Keyword
Template
al window.alert(${message});
br ${no-indent}break;
ca ${no-indent}case
catch catch (${exception}) {
${cursor}
}
cond window.console.debug(${debug});
coni window.console.info(${info});
conl window.console.log(${log});
conw window.console.warn(${warn});
ct ${no-indent}catch
do ${no-indent}document
dw document.write(${message});
else Else {
${cursor}
}
eq ${no-indent}equals
fa ${no-indent}false
forin for (var ${item} in ${object}) {
${selection}${cursor}
}
fun function ${name}(${parameters}) {
${selection}${cursor}
}
hi ${no-indent}window.history
if if (${expr}) {
${selection}${cursor}
}
iof ${no-indent}instanceof
json {"${field}": "${value}"}
lo ${no-indent}window.location
new ${no-indent}var ${name} = new ${type}($
{arguments});
prf ${propertyName}: function(${parameters}) {
${cursor}
},
re ${no-indent}return
var ${no-indent}var ${name} = ${value};
win ${no-indent}window

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: NetBeans IDE JSP Templates Rating: 5 Reviewed By: eHowToNow