Changes

Jump to: navigation, search

Web Page View Field Variables

21 bytes removed, 15:53, 28 April 2009
How to display check boxes in the Web Page View
==How to display check boxes in the Web Page View==
To display Select Many - Check Box type cutom custom fields as check boxes in a web page view add '''@checkbox('customfieldidfieldname/fieldnumber','option name')@''' to the check box control.
This syntax works if the check boxes are on the same level.or
'''Example:'''
<pre>
<input type="checkbox" name="checkbox" value="checkbox" @checkbox('12345','yes')@>
</pre>
0
edits

Navigation menu