有没有办法使用dojo / dijit来禁用提交按钮,直到表单中的所有字段都有效.有点像道场 方法 onChange里面的表格?因此,只有当所有表单元素都符合其条件时,才会启用提交按钮? 您是否使用
onValidStateChange Defined by dijit.form._FormMixin Stub function to connect to if you want to do something (like disable/enable a submit button) when the valid state changes on the form as a whole. Deprecated. Will be removed in 2.0. Use watch("state", ...) instead.
查看给定窗口小部件可用事件的最佳方法是在“事件摘要”标题下查看您感兴趣的窗口小部件的API Documentation. dojocampus参考文档通常省略了对小部件的一些更加模糊的功能的引用的示例.