From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/window/updatecommands/index.html | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/ja/web/api/window/updatecommands/index.html (limited to 'files/ja/web/api/window/updatecommands') diff --git a/files/ja/web/api/window/updatecommands/index.html b/files/ja/web/api/window/updatecommands/index.html new file mode 100644 index 0000000000..16439aee12 --- /dev/null +++ b/files/ja/web/api/window/updatecommands/index.html @@ -0,0 +1,26 @@ +--- +title: window.updateCommands +slug: Web/API/Window/updateCommands +tags: + - DOM + - DOM_0 + - Gecko + - Gecko DOM Reference + - Window +translation_of: Web/API/Window/updateCommands +--- +
+ {{ApiRef}}
+

概要

+

現在の chrome ウィンドウ(UI)のコマンドの状態を更新します。

+

構文

+
window.updateCommands("sCommandName")
+
+

引数

+ +

注記

+

これは(特定のコマンドノードの "無効な" 属性を設定したり解除する)アイテムを有効、または、無効に、あるいは、XUL コマンドノードの "state" 属性における現在の状態の情報を設定することにより選択される状態がコマンドの状態に反映されることを確実にします。

+

仕様

+

{{DOM0}}

-- cgit v1.2.3-54-g00ecf