<< Click to Display Table of Contents >> TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > CheckBox > Method >SetConditionFieldName |
Sets the condition field.
Prototype :
void SetConditionFieldName
(
string ConditionFieldName
)
Arguments :
ConditionFieldName |
the condition field name |
Reference :
CheckBox data type should be the summary type.
Example :
This.SetConditionFieldName("IsUsed");
Available Events :
OnInitialize