[2.2] FormPanel, labelWidth not working
Hi staff,
I need increase on size the label in my FormPanel, I used the config of FormPanel "labelWidth" more not working =/
What is bug?
ex:
Code:
var form = new Ext.form.FormPanel({
title: 'myForm'
, labelWidth: 100 // ex. is not working I tried 10, 20, 50, 100 is nothing =(
, items: [
{ ... }
]
})
1 Attachment(s)
I got the same problem too
I got the same problem with you and even the width, height, labelAlign are not working too..
I used the form panel in the pop up whenever a button was clicked..
here's my code, do you already have the solution for this problem?
Attachment 36774