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

 

SetDataType

<< 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 >

 

SetDataType

 

 

Sets the data type.

 

 

 

Prototype :

 

void SetDataType

(

       string DataType

)

 

 

 

Arguments :

 

DataType

refer to DataTypeConst

 

 

 

Example :

 

//string

  This.SetDataType("System");

 

//constant

  This.SetDataType(DataTypeConst.System);

 

 

 

Available Events :

 

OnInitialize

 

 

 

See also :

 

DataTypeConst