NIHVIVO-1562 Working on dumping Java objects through method invocation
This commit is contained in:
parent
9da3a7c6ab
commit
f1288b90b5
3 changed files with 178 additions and 34 deletions
|
@ -20,8 +20,8 @@ div.dump.var p {
|
|||
<p><strong>Variable name:</strong> ${var.name}</p>
|
||||
<p><strong>Type:</strong> ${var.type}</p>
|
||||
|
||||
|
||||
<p><strong>Value:</strong> ${var.value}</p>
|
||||
<#-- What to do here depends on time. Test either ${var.type} or ${var.value} -->
|
||||
<#-- <p><strong>Value:</strong> ${var.value}</p> -->
|
||||
</div>
|
||||
|
||||
<#-- This will work after we move stylesheets to Configuration sharedVariables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue