Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ポップアップ ダイアログを表示するために dijit.dialog を使用しています。dijit.Dialog を閉じるときに親ページを更新するにはどうすればよいですか? お知らせ下さい。ありがとう
以下のコードを使用できます。モーダル オブジェクトの名前を指定する必要があります。
var dialog = registry.byId("modalDialogObjectName"); var url = dialog.get("href"); dialog.set("href", url);