单击基于 dojo 模板的自定义弹出窗口中的提交按钮后,需要更改父窗口中的标签。
creating widget from parent.
new com.test.widget.testWidget({panel: this});
<label id="a">test</label>
--------------------------------
in the custom widget
show:function(){
// need to change the value of the parent label "a"
},
我确定我解释正确......任何建议