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

 

SetCheckFrameBackgroundColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetCheckFrameBackgroundColor

 

 

Sets the Frame Background Color.

 

 

 

Prototype :

 

void SetCheckFrameBackgroundColor

(

       string CheckFrameBackgroundColor

)

 

 

 

Arguments :

 

CheckFrameBackgroundColor

Frame Background Color

Specify by hexa or decimal RGB value in the form of "#hhhhhh" or "ddd, ddd, ddd"

 

 

 

Example :

 

This.SetCheckFrameBackgroundColor("#FF0000"); //Red

 

This.SetCheckFrameBackgroundColor("255, 0, 0"); //Red

 

 

 

Available Events :

 

All Events