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

 

SetRightBorderColor

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

 

SetRightBorderColor

 

 

Sets the color of the right border.

 

 

 

Prototype :

 

void SetRightBorderColor

(

       string RightBorderColor

)

 

 

 

Arguments :

 

RightBorderColor

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

 

 

 

Example :

 

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

 

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind