<< 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 >SetExpression |
Sets the expression from the TextBox.
Prototype :
void SetExpression
(
string Expression
)
Arguments :
Expression |
expression |
Reference :
TextBox data type should be the expression type.
Example :
This.SetExpression("Orders.Price.max");
Available Events :
OnInitialize, OnStartBind