html <input> injection
Hello!
I'm trying to do somenthing like this (don't ask me why:-)):
grid.setCellText( function(col,row)
{
return '<input style="width:100%;" type="text" />';
} , 0);
but even if input seems working properly, I can't select the text inside it...
Any ideas?
Cheers,
HyP
I'm trying to do somenthing like this (don't ask me why:-)):
grid.setCellText( function(col,row)
{
return '<input style="width:100%;" type="text" />';
} , 0);
but even if input seems working properly, I can't select the text inside it...
Any ideas?
Cheers,
HyP
HyP
September 18,