-
19 Feb 2009 8:34 PM #1
Bypass FormBind on disabled fields
Bypass FormBind on disabled fields
I have on big problem here. My form has a combo and depend of this state, it enable or disable some fields.
wen i use monitorValid:true and formBind:true, the button didn't enable couse the disabled fields are blank.
can i set allowBlank:true remotely? maybe wen i select the combo, set allowBlank to disabled fields.
sorry about my english :P
-
19 Feb 2009 9:27 PM #2
A simple forum search brought me to http://extjs.com/forum/showthread.ph...set+allowblank
In other words: yes you can.
ExtJS 3.4, WAMP Apache 2.2.17, PHP 5.3.5, MySQL 5.5.8
-
20 Feb 2009 5:33 AM #3
everything is ok now, the problem was the fields are inside a fieldset. wen i disable the fieldset the fields still enabled.
http://extjs.com/forum/showthread.php?t=15698
this topic solved my issue.
thanks anyway


Reply With Quote