I want to customize the radio button where I need to display text box, or Date field besides radio button instead of text.
There is a similar question Add custom item to radio button in extjs, but the answer is for ExtJs 4. Can someone please help me with similar implementation for ExtJs 3?
I tried using contentEl
, but the div gets appended below the radio input tag, so is not visible. After looking at Ext code I tried overriding private getContentTarget
function and it seems working but doesn't feel the right approach
boxLabelEl
introduced in Ext 4 so givesundefined
error – sidgate