jxdnsong
2020-10-23 a7929e6b3ec9ac17233f39e55a2b8ac63ea75f42
1
2
//>>built
define(["dojo/_base/kernel","dojo/dom-style","dojo/_base/declare"],function(f,d,c){return c("dojox.form.manager._DisplayMixin",null,{gatherDisplayState:function(a){return this.inspectAttachedPoints(function(a,e){return"none"!=d.get(e,"display")},a)},show:function(a,b){2>arguments.length&&(b=!0);this.inspectAttachedPoints(function(a,b,c){d.set(b,"display",c?"":"none")},a,b);return this},hide:function(a){return this.show(a,!1)}})});