From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../mozilla/tech/xul/attribute/dir/index.html | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 files/zh-cn/mozilla/tech/xul/attribute/dir/index.html (limited to 'files/zh-cn/mozilla/tech/xul/attribute/dir/index.html') 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 +--- +
+ « XUL Reference home
+
+
+ dir
+
+ Type: + + one of the values below +
+
+ The direction in which the child elements of the element are placed.
+
+
+
+ normal
+
+ 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
+
+ reverse
+
+ 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.
+
+ +
+

See also

+ +
+

 

-- cgit v1.2.3-54-g00ecf