How to clear the textarea?

You must Login before you can answer or comment on any questions.

I want to overwrite my previous value of textfield in textarea Help??

button1.addEventListener('click',function(){ var window2=Ti.UI.createWindow({ width:'100%', height:400, top:150, left:0 }); var area=Ti.UI.createTextArea({ value:text1.value }); window2.add(area); window2.open(); });

1 Answer

Your Answer

Think you can help? Login to answer this question!