From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../tech/xul/property/accessibletype/index.html | 183 -------------- .../mozilla/tech/xul/property/accesskey/index.html | 21 -- .../xul/property/browser.preferences/index.html | 15 -- .../mozilla/tech/xul/property/buttons/index.html | 10 - .../mozilla/tech/xul/property/command/index.html | 21 -- .../mozilla/tech/xul/property/crop/index.html | 21 -- .../tech/xul/property/defaultvalue/index.html | 15 -- .../mozilla/tech/xul/property/disabled/index.html | 21 -- .../mozilla/tech/xul/property/image/index.html | 21 -- files/zh-cn/mozilla/tech/xul/property/index.html | 266 --------------------- .../mozilla/tech/xul/property/label/index.html | 21 -- .../tech/xul/property/labelelement/index.html | 21 -- .../xul/property/markupdocumentviewer/index.html | 15 -- .../zh-cn/mozilla/tech/xul/property/max/index.html | 15 -- .../tech/xul/property/menuitem.control/index.html | 21 -- .../tech/xul/property/parentcontainer/index.html | 21 -- .../mozilla/tech/xul/property/selected/index.html | 18 -- .../tech/xul/property/selectedindex/index.html | 21 -- .../tech/xul/property/selecteditem/index.html | 21 -- .../tech/xul/property/selectionstart/index.html | 16 -- .../tech/xul/property/spinbuttons/index.html | 15 -- .../mozilla/tech/xul/property/tabindex/index.html | 21 -- .../tech/xul/property/textbox.value/index.html | 15 -- .../mozilla/tech/xul/property/value/index.html | 21 -- 24 files changed, 856 deletions(-) delete mode 100644 files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/accesskey/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/browser.preferences/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/buttons/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/command/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/crop/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/disabled/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/image/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/label/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/labelelement/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/max/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/menuitem.control/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/selected/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/tabindex/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/textbox.value/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/property/value/index.html (limited to 'files/zh-cn/mozilla/tech/xul/property') diff --git a/files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html b/files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html deleted file mode 100644 index ae445e8bdb..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html +++ /dev/null @@ -1,183 +0,0 @@ ---- -title: accessibleType -slug: Mozilla/Tech/XUL/Property/accessibleType -translation_of: Archive/Mozilla/XUL/Property/accessibleType ---- -
- « XUL Reference
-
-
- accessibleType
-
- Type: - - integer -
-
- A value indicating the type of accessibility object for the element.
-
-
-

Possible values are:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ConstantValue
XULAlert1001
XULButton1002
XULCheckbox1003
XULColorPicker1004
XULColorPickerTile1005
XULCombobox1006
XULDropmarker1007
XULGroupbox1008
XULImage1009
XULLink100A
XULListbox100B
XULListCell1026
XULListHead1024
XULListHeader1025
XULListitem100C
XULMenubar100D
XULMenuitem100E
XULMenupopup100F
XULMenuSeparator1010
XULPane1011
XULProgressMeter1012
XULScale1013
XULStatusBar1014
XULRadioButton1015
XULRadioGroup1016
XULTab1017
XULTabBox1018
XULTabs1019
XULText101A
XULTextBox101B
XULThumb101C
XULTree101D
XULTreeColumns101E
XULTreeColumnItem101F
XULToolbar1020
XULToolbarSeparator1021
XULTooltip1022
XULToolbarButton1023
-

</div>

-
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/accesskey/index.html b/files/zh-cn/mozilla/tech/xul/property/accesskey/index.html deleted file mode 100644 index 7b49328080..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/accesskey/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: accessKey -slug: Mozilla/Tech/XUL/Property/accessKey -translation_of: Archive/Mozilla/XUL/Property/accessKey ---- -
- « XUL Reference
-
-
- accessKey
-
- Type: - - character -
-
- Gets and sets the value of the accesskey attribute.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/browser.preferences/index.html b/files/zh-cn/mozilla/tech/xul/property/browser.preferences/index.html deleted file mode 100644 index 7a0bd25201..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/browser.preferences/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: browser.preferences -slug: Mozilla/Tech/XUL/Property/browser.preferences -translation_of: Archive/Mozilla/XUL/Property/browser.preferences ---- -
- « XUL Reference
-
-
- preferences
-
- 类型: nsIPrefService
-
- 这是一个只读属性,其值为一个nsIPref对象,可以用来读取或设置用户的首选项.
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/buttons/index.html b/files/zh-cn/mozilla/tech/xul/property/buttons/index.html deleted file mode 100644 index 67304e8fa1..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/buttons/index.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: buttons -slug: Mozilla/Tech/XUL/Property/buttons -translation_of: Archive/Mozilla/XUL/Property/buttons ---- -
« XUL Reference
-
buttons
类型: 列表,下面的值用逗号分隔
需要显示在对话框上的按钮的一个列表,使用逗号分隔。将按钮放置在合适的位置,将根据用户平台自动执行基本的事件处理。在列表中可以使用以下值:
  • accept:“确定”按钮,按下按钮时将接受更改。此按钮为默认按钮。
  • cancel:“取消”按钮,将取消操作。
  • help:“帮助”按钮,在对话框显示一个“帮助”按钮。
  • disclosure:“更多信息”按钮,显示一个“more info”按钮。该按钮可能是一个按钮或一个三角形。
  • extra1:一个可选的额外的按钮。你可以通过buttonlabelextra1 属性设置它的label。
  • extra2:第二个可选的额外的按钮。你可以通过 buttonlabelextra2 属性设置它的label。
-
-

Note: If you don't want to display any buttons in the dialog box, set the value of this attribute to "," (a single comma).

-
diff --git a/files/zh-cn/mozilla/tech/xul/property/command/index.html b/files/zh-cn/mozilla/tech/xul/property/command/index.html deleted file mode 100644 index 10993a17e6..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/command/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: command -slug: Mozilla/Tech/XUL/Property/command -translation_of: Archive/Mozilla/XUL/Property/command ---- -
- « XUL Reference
-
-
- command
-
- Type: - - element id -
-
- Gets and sets the value of the command attribute.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/crop/index.html b/files/zh-cn/mozilla/tech/xul/property/crop/index.html deleted file mode 100644 index 54a99a746b..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/crop/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: crop -slug: Mozilla/Tech/XUL/Property/crop -translation_of: Archive/Mozilla/XUL/Property/crop ---- -
- « XUL Reference
-
-
- crop
-
- Type: - - string -
-
- Gets and sets the value of the crop attribute.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html b/files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html deleted file mode 100644 index 7aca9067cb..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: defaultValue -slug: Mozilla/Tech/XUL/Property/defaultValue -translation_of: Archive/Mozilla/XUL/Property/defaultValue ---- -
- « XUL Reference
-
-
- defaultValue
-
- 类型: 字符串
-
- 获取或设置一个textbox元素中显示的默认值.
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/disabled/index.html b/files/zh-cn/mozilla/tech/xul/property/disabled/index.html deleted file mode 100644 index 500640dc2a..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/disabled/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: disabled -slug: Mozilla/Tech/XUL/Property/disabled -translation_of: Archive/Mozilla/XUL/Property/disabled ---- -
- « XUL Reference
-
-
- disabled
-
- Type: - - boolean -
-
- Gets and sets the value of the disabled attribute.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/image/index.html b/files/zh-cn/mozilla/tech/xul/property/image/index.html deleted file mode 100644 index 5079e489cd..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/image/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: image -slug: Mozilla/Tech/XUL/Property/image -translation_of: Archive/Mozilla/XUL/Property/image ---- -
- « XUL Reference
-
-
- image
-
- Type: - - image URL -
-
- Gets and sets the value of the image attribute.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/index.html b/files/zh-cn/mozilla/tech/xul/property/index.html deleted file mode 100644 index caec3163d8..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/index.html +++ /dev/null @@ -1,266 +0,0 @@ ---- -title: Property -slug: Mozilla/Tech/XUL/Property -tags: - - XUL Properties -translation_of: Archive/Mozilla/XUL/Property ---- -

« XUL Reference -

- - - -
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/label/index.html b/files/zh-cn/mozilla/tech/xul/property/label/index.html deleted file mode 100644 index 83f85cc1e3..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/label/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: label -slug: Mozilla/Tech/XUL/Property/label -translation_of: Archive/Mozilla/XUL/Property/label ---- -
- « XUL Reference
-
-
- label
-
- Type: - - string -
-
- Gets and sets the value of the label attribute.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/labelelement/index.html b/files/zh-cn/mozilla/tech/xul/property/labelelement/index.html deleted file mode 100644 index 6baead11d3..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/labelelement/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: labelElement -slug: Mozilla/Tech/XUL/Property/labelElement -translation_of: Archive/Mozilla/XUL/Property/labelElement ---- -
- « XUL Reference
-
-
- labelElement
-
- Type: - - label element -
-
- The label element associated with the control. This is set when a label has a control attribute pointing to this element. This property will be null when no label is associated with the control.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html b/files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html deleted file mode 100644 index 8719292f2d..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: markupDocumentViewer -slug: Mozilla/Tech/XUL/Property/markupDocumentViewer -translation_of: Archive/Mozilla/XUL/Property/markupDocumentViewer ---- -
- « XUL Reference
-
-
- markupDocumentViewer
-
- 类型: nsIMarkupDocumentViewer
-
- 这个只读的属性包含 nsIMarkupDocumentViewer 接口,负责document文档的绘制。
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/max/index.html b/files/zh-cn/mozilla/tech/xul/property/max/index.html deleted file mode 100644 index 3d20dae617..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/max/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: max -slug: Mozilla/Tech/XUL/Property/max -translation_of: Archive/Mozilla/XUL/Property/max ---- -
- « XUL Reference
-
-
- max
-
- 类型:整数
-
- 获取或设置max特性(attribute)的值.
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/menuitem.control/index.html b/files/zh-cn/mozilla/tech/xul/property/menuitem.control/index.html deleted file mode 100644 index a8cd738934..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/menuitem.control/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: menuitem.control -slug: Mozilla/Tech/XUL/Property/menuitem.control -translation_of: Archive/Mozilla/XUL/Property/menuitem.control ---- -
- « XUL Reference
-
-
- control
-
- Type: - - menu element -
-
- Returns the enclosing menu that the item is inside, if any, or null if there is no enclosing menu.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html b/files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html deleted file mode 100644 index f8a29d42ae..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: parentContainer -slug: Mozilla/Tech/XUL/Property/parentContainer -translation_of: Archive/Mozilla/XUL/Property/parentContainer ---- -
- « XUL Reference
-
-
- parentContainer
-
- Type: - - menu element -
-
- Read only property that returns the containing menu element, or null if there isn't a containing menu.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/selected/index.html b/files/zh-cn/mozilla/tech/xul/property/selected/index.html deleted file mode 100644 index eee4b31285..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/selected/index.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: selected -slug: Mozilla/Tech/XUL/Property/selected -translation_of: Archive/Mozilla/XUL/Property/selected ---- -
- « XUL Reference
-
-
- selected<magic name="\"PAGENAME\"/"></magic>
-
- Type: - - boolean -
-
- This property's value is true if this element is selected, or false if it is not. This property is read only.
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html b/files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html deleted file mode 100644 index 22d1a4fba1..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: selectedIndex -slug: Mozilla/Tech/XUL/Property/selectedIndex -translation_of: Archive/Mozilla/XUL/Property/selectedIndex ---- -
- « XUL Reference
-
-
- selectedIndex
-
- Type: - - integer -
-
- Returns the index of the currently selected item. You may select an item by assigning its index to this property. By assigning -1 to this property, all items will be deselected.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html b/files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html deleted file mode 100644 index 1583c5f526..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: selectedItem -slug: Mozilla/Tech/XUL/Property/selectedItem -translation_of: Archive/Mozilla/XUL/Property/selectedItem ---- -
- « XUL Reference
-
-
- selectedItem
-
- Type: - - element -
-
- Holds the currently selected item. If no item is currently selected, this value will be null. You can select an item by setting this value. A select event will be sent to the element when it is changed either via this property, the selectedIndex property, or changed by the user.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html b/files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html deleted file mode 100644 index 27ecd267c6..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: selectionStart -slug: Mozilla/Tech/XUL/Property/selectionStart -translation_of: Archive/Mozilla/XUL/Property/selectionStart ---- -
« XUL Reference
- -
-
selectionStart
-
类型: integer
-
获取或设置字段文本的选定部分的开始。 与selectionEnd 属性结合使用。 该值指定第一个选定字符的索引。
-
- -
-

-
diff --git a/files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html b/files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html deleted file mode 100644 index aadb3a3a31..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: spinButtons -slug: Mozilla/Tech/XUL/Property/spinButtons -translation_of: Archive/Mozilla/XUL/Property/spinButtons ---- -
- « XUL Reference
-
-
- spinButtons
-
- 类型:spinbuttons元素
-
- 一个只读属性,返回了数字输入框元素(type属性为number的textbox元素)中包含的spinbuttons元素(也就是右侧调整数字大小的上下小箭头).
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/tabindex/index.html b/files/zh-cn/mozilla/tech/xul/property/tabindex/index.html deleted file mode 100644 index 5e41049910..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/tabindex/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: tabIndex -slug: Mozilla/Tech/XUL/Property/tabIndex -translation_of: Archive/Mozilla/XUL/Property/tabIndex ---- -
- « XUL Reference
-
-
- tabIndex
-
- Type: - - integer -
-
- Gets and sets the value of the tabindex attribute.
-
-
-  
-

diff --git a/files/zh-cn/mozilla/tech/xul/property/textbox.value/index.html b/files/zh-cn/mozilla/tech/xul/property/textbox.value/index.html deleted file mode 100644 index 860ed2fd39..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/textbox.value/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: textbox.value -slug: Mozilla/Tech/XUL/Property/textbox.value -translation_of: Archive/Mozilla/XUL/Property/textbox.value ---- -
- « XUL Reference
-
-
- value
-
- 类型:字符串
-
- 读取或设置该textbox元素中的文本内容.
-
diff --git a/files/zh-cn/mozilla/tech/xul/property/value/index.html b/files/zh-cn/mozilla/tech/xul/property/value/index.html deleted file mode 100644 index b56deb5fc4..0000000000 --- a/files/zh-cn/mozilla/tech/xul/property/value/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: value -slug: Mozilla/Tech/XUL/Property/value -translation_of: Archive/Mozilla/XUL/Property/value ---- -
- « XUL Reference
-
-
- value
-
- Type: - - string -
-
- Gets and sets the value of the value attribute.
-
-
-  
-

-- cgit v1.2.3-54-g00ecf