In the insert and update windows used by for example modExtra there appears to be a fixed amount of real estate for field labels.
Is there any way I can tweak that or - even better - make it dependable on the longest label string?
I looked at ExtJs layouts but could not find any pointers in the example apps.
Thanks.
MODx Revolution / MAMP / OS X
Add a ’labelWidth’ property to the FormPanel config, not on the field config itself. From what ExtJS says, it takes a number for X pixels in width.
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
Yep, that did it. Thanks.
MODx Revolution / MAMP / OS X