Form Method addInputControlAttributesNotEditableOnState
Brought to you by:
mcarniel
Hi,
I try to use form.addInputControlAttributesNotEditableOnState method.
I want change enable/disable status of combo input component on the bases of value of another combo box value.
All works fine first time I started my frame (input is disabled) but when I change first combo value, second one doesn't change its status.
Seem it is a static behaviur.
There is a way to reload input Control configuration dinamically?
Thanks in advance
Anonymous
A similar information: it's possible to get the same beaviuor described in previous post with the method addButtonsNotEnabled?
Thanks in advance.