NIHVIVO-1563 Add template method models to help directive
This commit is contained in:
parent
d6ff3b05a6
commit
b323f50c04
4 changed files with 49 additions and 29 deletions
|
@ -1,9 +1,9 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for displaying directive help -->
|
||||
<#-- Template for displaying help for a template directive or method -->
|
||||
|
||||
<div class="dump help">
|
||||
<h3>Template directive help</h3>
|
||||
<h3>Template ${type} help</h3>
|
||||
|
||||
${help}
|
||||
</div>
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue