aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/directories/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/window/directories/index.html')
-rw-r--r--files/ja/web/api/window/directories/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/ja/web/api/window/directories/index.html b/files/ja/web/api/window/directories/index.html
new file mode 100644
index 0000000000..b893d4443c
--- /dev/null
+++ b/files/ja/web/api/window/directories/index.html
@@ -0,0 +1,33 @@
+---
+title: window.directories
+slug: Web/API/Window/directories
+tags:
+ - DOM
+ - DOM_0
+ - Gecko
+ - Gecko DOM Reference
+ - 要更新
+translation_of: Web/API/Window/directories
+---
+<p>{{ ApiRef() }} {{ 英語版章題("Summary") }}</p>
+<h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3>
+<p>ウィンドウディレクトリのツールバーオブジェクトを返します。 {{ 英語版章題("Syntax") }}</p>
+<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<pre class="eval"><i>dirBar</i> = window.directories
+</pre>
+<p>{{ 英語版章題("Parameters") }}</p>
+<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<p>
+ <i>
+ dirBar</i>
+ は、<code>barProp</code> 型のオブジェクトです。 {{ 英語版章題("Example") }}</p>
+<h3 id=".E4.BE.8B" name=".E4.BE.8B">例</h3>
+<pre>&lt;script&gt;
+ function dirs() {
+ alert(window.directories);
+ }
+&lt;/script&gt;
+</pre>
+<p>{{ 英語版章題("Specification") }}</p>
+<h3 id=".E4.BB.95.E6.A7.98" name=".E4.BB.95.E6.A7.98">仕様</h3>
+<p>{{ DOM0() }}</p>