getValueHere

gets value of the basic field

string getValueHere();
stringvalue in the basic input field

Example

var value = multitext.getValueHere();

Details

The method deals only with the basic (the first) field of a multitext view. To get value of the whole control, use the getValue method.

See also
Back to top