Changes

Custom Field Type: Display - Text and Variables

No change in size, 18:20, 19 June 2008
m
no edit summary
[[Image:Cf45.png]]
 
<pre>
e.g. <script>var datestr='@parent.submission year@'; datestr=parseInt(datestr.substring(0,4)); document.write(datestr);</script>
</pre>
The field in '''view''' mode is shown at the top of the page. The body combines text, HTML and variable references.
* '''Type''': N/A
* '''JavaScript Validation''': N/A
<pre>
e.g. <script>var datestr='@parent.submission year@'; datestr=parseInt(datestr.substring(0,4)); document.write(datestr);</script>
</pre>
 
* '''Message''': N/A
* '''HTML Tag''': N/A
214
edits