NIHVIVO-1563 Add template method models to help directive

This commit is contained in:
rjy7 2011-02-22 20:05:45 +00:00
parent d6ff3b05a6
commit b323f50c04
4 changed files with 49 additions and 29 deletions

View file

@ -133,14 +133,12 @@ ${stylesheets.addFromTheme("/css/sstest.css", "/css/sstest2.css")}
${scripts.addFromTheme("/js/jstest.js")}
${scripts.add("/js/script1.js", "/js/script2.js", "/js/script3.js")}
<@dumpAll />
<@help directive="dump" />
<@help for="dump" />
<@help for="profileUrl" />
<@describe var="stylesheets" />
<@describe var="scripts" />
<@describe var="headScripts" />