aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/updatecommands
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/window/updatecommands
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/web/api/window/updatecommands')
-rw-r--r--files/ja/web/api/window/updatecommands/index.html26
1 files changed, 26 insertions, 0 deletions
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
+---
+<div>
+ {{ApiRef}}</div>
+<h2 id="Summary" name="Summary">概要</h2>
+<p>現在の chrome ウィンドウ(UI)のコマンドの状態を更新します。</p>
+<h2 id="Syntax" name="Syntax">構文</h2>
+<pre class="syntaxbox">window.updateCommands("sCommandName")
+</pre>
+<h3 id="Parameters" name="Parameters">引数</h3>
+<ul>
+ <li><code>sCommandName</code> : 更新するイベントを記述する特別な文字列 ("bold" など)</li>
+</ul>
+<h2 id="Notes" name="Notes">注記</h2>
+<p>これは(特定のコマンドノードの "無効な" 属性を設定したり解除する)アイテムを有効、または、無効に、あるいは、XUL コマンドノードの "state" 属性における現在の状態の情報を設定することにより選択される状態がコマンドの状態に反映されることを確実にします。</p>
+<h2 id="Specification" name="Specification">仕様</h2>
+<p>{{DOM0}}</p>