TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetConditionFieldName

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetConditionFieldName

 

 

Sets the condition field.

 

 

 

Prototype :

 

void SetConditionFieldName

(

       string ConditionFieldName

)

 

 

 

Arguments :

 

ConditionFieldName

the condition field name

 

 

 

Reference :

 

TextBox data type should be the summary type.

 

 

 

Example :

 

This.SetConditionFieldName("IsUsed");

 

 

 

Available Events :

 

OnInitialize