ExtJS FormPanel Change labelWidth after adding fields dynamically

Posted by CL4NCY on Stack Overflow See other posts from Stack Overflow or by CL4NCY
Published on 2010-06-07T12:40:47Z Indexed on 2010/06/08 8:52 UTC
Read the original article Hit count: 309

Filed under:
|

Hi, I have a dynamic FormPanel where I need to set the label width after I have loaded in all the fields. I have tried using this.labelWidth = 200 before calling this.doLayout but it's ignoring the new value.

Can someone tell me where I can set this and redraw the form, thanks.

© Stack Overflow or respective owner

Related posts about extjs

Related posts about formpanel