<< 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 >SetClipping |
Sets clipping.
Prototype :
void SetClipping
(
bool Clipping
)
Arguments :
Clipping |
set to true for clipping |
Example :
This.SetClipping(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind