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"
},
私は正しく説明したと確信しています...任意の提案