-
14 Dec 2009 9:20 AM #1
ComboBox fieldLabel on top instead of left (labelAlign) not working
ComboBox fieldLabel on top instead of left (labelAlign) not working
Hello,
I am using a ComboBox in a FormPanel. FormPanel has no labelAlign or any other layout-config.
I am rendering the ComboBox into the FormPanel.
Label is aligned left. I would like to have it top. "labelAlign: 'top'" on ComboBox doesn't work. When I specify labelAlign in the formpanel it works. But: I have checkboxes there too. They shoudln't be top aligned. Overriding the labelAlign in the checkboxes doesn't work.
How do I align a combobox fieldlabel to the top, when it's within a formpanel, having multiply checkboxes (all using boxLabel instead of fieldLabel (so text is right after the box not before)?
edit: I tried using "fieldLabel: 'test'" on checkboxes & combobox but still when FormPanel defines a labelAlign the subchildren-components cannot override the value. How do I specify labelAlign for each of them :-(.German EXT-User and -Lover :-).


Reply With Quote