sam.arulprakash
3 Jun 2010, 10:23 PM
Hi all,
I am in need to add text-field into html table.
I have tried with two option
1)apply to--------
2)renderTo.......
But i am not able to achieve it.
what are all the things i need to do?..Please help me
Thanks in Advance.
Regards,
Arul Prakash.M
<table id="Table1" runat="server" style="position:relative;" border="1">
<tr>
<td>
-------Here Ext Js Text Field Script --------
var objText = new Ext.form.TextField
(
{
applyto: 'PhrsTable' //renderTo: document.body
});
</td>
</tr>
</table>
I am in need to add text-field into html table.
I have tried with two option
1)apply to--------
2)renderTo.......
But i am not able to achieve it.
what are all the things i need to do?..Please help me
Thanks in Advance.
Regards,
Arul Prakash.M
<table id="Table1" runat="server" style="position:relative;" border="1">
<tr>
<td>
-------Here Ext Js Text Field Script --------
var objText = new Ext.form.TextField
(
{
applyto: 'PhrsTable' //renderTo: document.body
});
</td>
</tr>
</table>