Saeven
13 Oct 2008, 12:16 AM
Looks like a standard div, but that when clicked, instamagically transforms into an Ext.form.TextArea of the same size, with events akin to:
editStarted
editComplete
When the edit is finalized, it reverts back to its standard self, firing the edit event. This could even subclass TextArea, but with:
new Ext.form.TextArea({
magic: true
});
Thanks for listenin!
Alex
editStarted
editComplete
When the edit is finalized, it reverts back to its standard self, firing the edit event. This could even subclass TextArea, but with:
new Ext.form.TextArea({
magic: true
});
Thanks for listenin!
Alex