3.2.0

TEXTAREA Event And accessing data

What are the events for the textarea ? and how can I access the data the user entered. GetControlText and GetContent dont work.
David
July 5,

AW.HTML.TEXTAREA just creates html <textarea> tag. You can access html element with element() method.

var text = obj.element().value;
Alex (ActiveWidgets)
July 10,

This topic is archived.

See also:


Back to support forum