obout Interface - OboutTextBox - Client-Side Manipulation



alert(txt1.value());

txt1.value('USA');

txt1.onchange = onChange;

txt1.onchange = null;

txt1.enable();

txt1.disable();

The OboutTextBox exposes many client-side methods that allow you manipulate the control on the client-side.


« Back to examples