Unieap3.5-禁用Form表单中的全部标签

 

var form=unieap.byId('customerForm');
            var children=form.getDescendants();
            dojo.forEach(children,function(widget){
                widget.setDisabled(true);
            });

 

posted @ 2016-01-20 15:21  Luca-  阅读(609)  评论(0编辑  收藏  举报