Hi,
I want to disable my form but still show the form as non-disabled. I tried setting this on each formitem:
disabled: true
showDisabled: false
This works fine except that the picker icons are shown disabled (in my case the disabled image is a blank.gif). I can workaround this by doing hacks here and there, or duplicating styles and other approaches... But none of them I like.
I expected that showDisabled: false would work for icons as well. What do you think?
I can easily reproduce this, but the code in FormItem is pretty clear (showDisabled is ignored when getting the icon urls), it happens on all browsers I tried.
gr. Martin
I want to disable my form but still show the form as non-disabled. I tried setting this on each formitem:
disabled: true
showDisabled: false
This works fine except that the picker icons are shown disabled (in my case the disabled image is a blank.gif). I can workaround this by doing hacks here and there, or duplicating styles and other approaches... But none of them I like.
I expected that showDisabled: false would work for icons as well. What do you think?
I can easily reproduce this, but the code in FormItem is pretty clear (showDisabled is ignored when getting the icon urls), it happens on all browsers I tried.
gr. Martin
Comment