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

 

SetRightBorderThickness

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetRightBorderThickness

 

 

Sets the thickness of the right border.

 

 

 

Prototype :

 

void SetRightBorderThickness

(

       string RightBorderThickness

)

 

 

 

Arguments :

 

RightBorderThickness

set the value in the form of "thickness gap thickness gap thickness ..." for multiple border lines.

 

 

 

Example :

 

//one border line

  This.SetRightBorderThickness("5");

 

//multiple border lines

  This.SetRightBorderThickness("5 6 7 6 9");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind