33
edits
Changes
no edit summary
==Displaying Checkbox field==
To display a '''Checkbox''' inside an updateable webpage view field use the following syntax:
'''<input type="checkbox" name='obj.cf_fieldid' value="value of field" @checkbox('fieldid','value of field')@>'''
Example:
'''<tr><td><input type="checkbox" name='obj.cf_1139865' value="Financial" @checkbox('1139865','Financial')@>Financial</td></tr>'''
[[Category:System Management]][[Category:Custom Fields]][[Category:Browser Scripts]]