PDA

View Full Version : How do I add a full width label in a form



dawesi
17 Feb 2008, 1:19 PM
I want to add a text description to a form inline so that it appears between fields, almost so that field is 0%, label is 100% or colspan=2 so to speak

How can I do this?

dawesi
17 Feb 2008, 1:24 PM
{
xtype : 'panel',
border : false,
html : 'My Special Html'
}