Changes

Jump to: navigation, search

Updateable Web Page View Fields

227 bytes added, 21:10, 8 June 2009
no edit summary
==Displaying Checkbox field==
To display a Checkbox inside an updateable webpage view field use the following syntax:
' <input type=hidden value="" name='obj.cf_fieldid'> <input type='checkbox' onclick="checkboxonlyonechecked(this)" name='obj.cf_fieldid' value="'value of field" ' @checkbox('fieldid','value of field')@>'''
*You must include a hidden object with the same name as the check box object, directly prior to the checkbox object. Example: ''' <tr><td><input type=hidden value=""name='obj.cf_12345'> <input type='checkbox' onclick="onlyonechecked(this)" name='obj.cf_1139865cf_12345' value="'Financial" ' @checkbox('113986512345','Financial')@>Financial </td></tr>'''
It is also possible to   ==See Also==* [[Changing the Status from a Web Page View|Change the Status from the Web Page View]]. 
[[Category:System Management]][[Category:Custom Fields]][[Category:JavaScript Examples]]
0
edits

Navigation menu