33
edits
Changes
no edit summary
The '''@name@''' and '''@#18168#@''' are just typical web page view variable syntax, this will prepopulate the existing values into the field. The '''obj.fd_name''' and '''obj.cf_18168''' instructs which field to store the value in. Standard fileds starts with '''obj.fd_''' while custom fileds starts with '''obj.cf_'''. For the custom fields use the field id number to address the field.
'''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]]