jedihua
21 Oct 2010, 12:45 PM
Hi, guys:
Is it possible to get the textarea contents in sencha touch when the textarea is in a pure html element.
For example:
Test = new Ext.Panel({
html: ['<textarea name="TestArea"></textarea>']
})
so is it possible to get the content in TestArea? Thanks!
Is it possible to get the textarea contents in sencha touch when the textarea is in a pure html element.
For example:
Test = new Ext.Panel({
html: ['<textarea name="TestArea"></textarea>']
})
so is it possible to get the content in TestArea? Thanks!