3.2.0

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
HyP
September 18,
You should remove onselectstart event handler -

grid.setEvent("onselectstart", "");
Alex (ActiveWidgets)
September 18,
It works :-)

Thank you very much!
HyP
September 18,

This topic is archived.

See also:


Back to support forum