:: Forum >> Version 2 >>

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
Wednesday, July 5, 2006

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

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



This topic is archived.

Back to support forum

Forum search