Documentation

getValueHere

gets value of the basic field

string getValueHere();

Returns

stringvalue in the basic input field

See also

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.

Back to top