aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/tech/xul/attribute/dir/index.html
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/zh-cn/mozilla/tech/xul/attribute/dir/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/attribute/dir/index.html')
-rw-r--r--files/zh-cn/mozilla/tech/xul/attribute/dir/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/attribute/dir/index.html b/files/zh-cn/mozilla/tech/xul/attribute/dir/index.html
new file mode 100644
index 0000000000..0b4c5c36a4
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/attribute/dir/index.html
@@ -0,0 +1,39 @@
+---
+title: dir
+slug: Mozilla/Tech/XUL/Attribute/dir
+tags:
+ - XUL Attributes
+translation_of: Archive/Mozilla/XUL/Attribute/dir
+---
+<div class="noinclude">
+ <span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference">XUL Reference home</a></span></div>
+<dl>
+ <dt>
+ <code id="a-dir"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/dir">dir</a></code></dt>
+ <dd>
+ Type:
+ <i>
+ one of the values below</i>
+ </dd>
+ <dd>
+ The direction in which the child elements of the element are placed.</dd>
+</dl>
+<dl>
+ <dt>
+ <code>normal</code></dt>
+ <dd>
+ For scales, the scale's values are ordered from left to right (for horizontal scales) or from top to bottom (for vertical scales)  For other elements, the elements are placed left to right or top to bottom in the order they appear in the XUL code</dd>
+ <dt>
+ <code>reverse</code></dt>
+ <dd>
+ For scales, the scale's values are ordered from right to left (for horizontal scales) or from bottom to top (for vertical scales). For other elements, they are placed right to left or bottom to top. This is reverse of the order in which they appear in the XUL code.</dd>
+</dl>
+<ul>
+</ul>
+<div class="noinclude">
+ <h3 id="See_also" name="See_also">See also</h3>
+ <ul>
+ <li><a href="cn/XUL/Attribute/resizer.dir">resizer.dir</a></li>
+ </ul>
+</div>
+<p> </p>