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
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 |




0 comments:
Post a Comment