aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/tech/xul/property
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/property')
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html183
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/accesskey/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/browser.preferences/index.html15
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/buttons/index.html10
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/command/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/crop/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html15
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/disabled/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/image/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/index.html266
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/label/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/labelelement/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html15
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/max/index.html15
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/menuitem.control/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/selected/index.html18
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html16
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html15
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/tabindex/index.html21
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/textbox.value/index.html15
-rw-r--r--files/zh-cn/mozilla/tech/xul/property/value/index.html21
24 files changed, 856 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html b/files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html
new file mode 100644
index 0000000000..ae445e8bdb
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/accessibletype/index.html
@@ -0,0 +1,183 @@
+---
+title: accessibleType
+slug: Mozilla/Tech/XUL/Property/accessibleType
+translation_of: Archive/Mozilla/XUL/Property/accessibleType
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/accessibleType">accessibleType</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ integer</i>
+ </dd>
+ <dd>
+ A value indicating the type of accessibility object for the element.</dd>
+</dl>
+<div class="noinclude">
+ <p>Possible values are:</p>
+ <table>
+ <tbody>
+ <tr>
+ <th>Constant</th>
+ <th>Value</th>
+ </tr>
+ <tr>
+ <td>XULAlert</td>
+ <td>1001</td>
+ </tr>
+ <tr>
+ <td>XULButton</td>
+ <td>1002</td>
+ </tr>
+ <tr>
+ <td>XULCheckbox</td>
+ <td>1003</td>
+ </tr>
+ <tr>
+ <td>XULColorPicker</td>
+ <td>1004</td>
+ </tr>
+ <tr>
+ <td>XULColorPickerTile</td>
+ <td>1005</td>
+ </tr>
+ <tr>
+ <td>XULCombobox</td>
+ <td>1006</td>
+ </tr>
+ <tr>
+ <td>XULDropmarker</td>
+ <td>1007</td>
+ </tr>
+ <tr>
+ <td>XULGroupbox</td>
+ <td>1008</td>
+ </tr>
+ <tr>
+ <td>XULImage</td>
+ <td>1009</td>
+ </tr>
+ <tr>
+ <td>XULLink</td>
+ <td>100A</td>
+ </tr>
+ <tr>
+ <td>XULListbox</td>
+ <td>100B</td>
+ </tr>
+ <tr>
+ <td>XULListCell</td>
+ <td>1026</td>
+ </tr>
+ <tr>
+ <td>XULListHead</td>
+ <td>1024</td>
+ </tr>
+ <tr>
+ <td>XULListHeader</td>
+ <td>1025</td>
+ </tr>
+ <tr>
+ <td>XULListitem</td>
+ <td>100C</td>
+ </tr>
+ <tr>
+ <td>XULMenubar</td>
+ <td>100D</td>
+ </tr>
+ <tr>
+ <td>XULMenuitem</td>
+ <td>100E</td>
+ </tr>
+ <tr>
+ <td>XULMenupopup</td>
+ <td>100F</td>
+ </tr>
+ <tr>
+ <td>XULMenuSeparator</td>
+ <td>1010</td>
+ </tr>
+ <tr>
+ <td>XULPane</td>
+ <td>1011</td>
+ </tr>
+ <tr>
+ <td>XULProgressMeter</td>
+ <td>1012</td>
+ </tr>
+ <tr>
+ <td>XULScale</td>
+ <td>1013</td>
+ </tr>
+ <tr>
+ <td>XULStatusBar</td>
+ <td>1014</td>
+ </tr>
+ <tr>
+ <td>XULRadioButton</td>
+ <td>1015</td>
+ </tr>
+ <tr>
+ <td>XULRadioGroup</td>
+ <td>1016</td>
+ </tr>
+ <tr>
+ <td>XULTab</td>
+ <td>1017</td>
+ </tr>
+ <tr>
+ <td>XULTabBox</td>
+ <td>1018</td>
+ </tr>
+ <tr>
+ <td>XULTabs</td>
+ <td>1019</td>
+ </tr>
+ <tr>
+ <td>XULText</td>
+ <td>101A</td>
+ </tr>
+ <tr>
+ <td>XULTextBox</td>
+ <td>101B</td>
+ </tr>
+ <tr>
+ <td>XULThumb</td>
+ <td>101C</td>
+ </tr>
+ <tr>
+ <td>XULTree</td>
+ <td>101D</td>
+ </tr>
+ <tr>
+ <td>XULTreeColumns</td>
+ <td>101E</td>
+ </tr>
+ <tr>
+ <td>XULTreeColumnItem</td>
+ <td>101F</td>
+ </tr>
+ <tr>
+ <td>XULToolbar</td>
+ <td>1020</td>
+ </tr>
+ <tr>
+ <td>XULToolbarSeparator</td>
+ <td>1021</td>
+ </tr>
+ <tr>
+ <td>XULTooltip</td>
+ <td>1022</td>
+ </tr>
+ <tr>
+ <td>XULToolbarButton</td>
+ <td>1023</td>
+ </tr>
+ </tbody>
+ </table>
+ <p>&lt;/div&gt;</p>
+</div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/accesskey/index.html b/files/zh-cn/mozilla/tech/xul/property/accesskey/index.html
new file mode 100644
index 0000000000..7b49328080
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/accesskey/index.html
@@ -0,0 +1,21 @@
+---
+title: accessKey
+slug: Mozilla/Tech/XUL/Property/accessKey
+translation_of: Archive/Mozilla/XUL/Property/accessKey
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/accessKey">accessKey</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ character</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-accesskey"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/accesskey">accesskey</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
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
new file mode 100644
index 0000000000..7a0bd25201
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/browser.preferences/index.html
@@ -0,0 +1,15 @@
+---
+title: browser.preferences
+slug: Mozilla/Tech/XUL/Property/browser.preferences
+translation_of: Archive/Mozilla/XUL/Property/browser.preferences
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/browser.preferences">preferences</a></span></code></dt>
+ <dd>
+ 类型: <code><a href="/zh-CN/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIPrefService" title="">nsIPrefService</a></code></dd>
+ <dd>
+ 这是一个只读属性,其值为一个<code><a href="/zh-CN/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIPref" title="">nsIPref</a></code>对象,可以用来读取或设置用户的首选项.</dd>
+</dl>
diff --git a/files/zh-cn/mozilla/tech/xul/property/buttons/index.html b/files/zh-cn/mozilla/tech/xul/property/buttons/index.html
new file mode 100644
index 0000000000..67304e8fa1
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/buttons/index.html
@@ -0,0 +1,10 @@
+---
+title: buttons
+slug: Mozilla/Tech/XUL/Property/buttons
+translation_of: Archive/Mozilla/XUL/Property/buttons
+---
+<div class="noinclude"><span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl> <dt><code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/buttons">buttons</a></span></code></dt> <dd>类型: 列表,下面的值用逗号分隔</dd> <dd>需要显示在对话框上的按钮的一个列表,使用逗号分隔。将按钮放置在合适的位置,将根据用户平台自动执行基本的事件处理。在列表中可以使用以下值: <ul> <li><code>accept</code>:“确定”按钮,按下按钮时将接受更改。此按钮为默认按钮。</li> <li><code>cancel</code>:“取消”按钮,将取消操作。</li> <li><code>help</code>:“帮助”按钮,在对话框显示一个“帮助”按钮。</li> <li><code>disclosure</code>:“更多信息”按钮,显示一个“more info”按钮。该按钮可能是一个按钮或一个三角形。</li> <li><code>extra1</code>:一个可选的额外的按钮。你可以通过<code><code id="a-buttonlabelextra1"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/buttonlabelextra1">buttonlabelextra1</a></code></code> 属性设置它的label。</li> <li><code>extra2</code>:第二个可选的额外的按钮。你可以通过 <code><code id="a-buttonlabelextra2"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/buttonlabelextra2">buttonlabelextra2</a></code></code> 属性设置它的label。</li> </ul> </dd>
+</dl>
+<div class="noinclude"> <p></p><div class="blockIndicator note"><strong>Note:</strong> If you don't want to display any buttons in the dialog box, set the value of this attribute to "," (a single comma).</div><p></p> <p></p>
+</div>
diff --git a/files/zh-cn/mozilla/tech/xul/property/command/index.html b/files/zh-cn/mozilla/tech/xul/property/command/index.html
new file mode 100644
index 0000000000..10993a17e6
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/command/index.html
@@ -0,0 +1,21 @@
+---
+title: command
+slug: Mozilla/Tech/XUL/Property/command
+translation_of: Archive/Mozilla/XUL/Property/command
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/command">command</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ element id</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-command"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/command">command</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/crop/index.html b/files/zh-cn/mozilla/tech/xul/property/crop/index.html
new file mode 100644
index 0000000000..54a99a746b
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/crop/index.html
@@ -0,0 +1,21 @@
+---
+title: crop
+slug: Mozilla/Tech/XUL/Property/crop
+translation_of: Archive/Mozilla/XUL/Property/crop
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/crop">crop</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ string</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-crop"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/crop">crop</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html b/files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html
new file mode 100644
index 0000000000..7aca9067cb
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/defaultvalue/index.html
@@ -0,0 +1,15 @@
+---
+title: defaultValue
+slug: Mozilla/Tech/XUL/Property/defaultValue
+translation_of: Archive/Mozilla/XUL/Property/defaultValue
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/defaultValue">defaultValue</a></span></code> </dt>
+ <dd>
+ 类型: 字符串</dd>
+ <dd>
+ 获取或设置一个<code>textbox</code>元素中显示的默认值.</dd>
+</dl>
diff --git a/files/zh-cn/mozilla/tech/xul/property/disabled/index.html b/files/zh-cn/mozilla/tech/xul/property/disabled/index.html
new file mode 100644
index 0000000000..500640dc2a
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/disabled/index.html
@@ -0,0 +1,21 @@
+---
+title: disabled
+slug: Mozilla/Tech/XUL/Property/disabled
+translation_of: Archive/Mozilla/XUL/Property/disabled
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/disabled">disabled</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ boolean</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-disabled"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/disabled">disabled</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/image/index.html b/files/zh-cn/mozilla/tech/xul/property/image/index.html
new file mode 100644
index 0000000000..5079e489cd
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/image/index.html
@@ -0,0 +1,21 @@
+---
+title: image
+slug: Mozilla/Tech/XUL/Property/image
+translation_of: Archive/Mozilla/XUL/Property/image
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/image">image</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ image URL</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-image"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/image">image</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/index.html b/files/zh-cn/mozilla/tech/xul/property/index.html
new file mode 100644
index 0000000000..caec3163d8
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/index.html
@@ -0,0 +1,266 @@
+---
+title: Property
+slug: Mozilla/Tech/XUL/Property
+tags:
+ - XUL Properties
+translation_of: Archive/Mozilla/XUL/Property
+---
+<p><span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span>
+</p>
+<ul><li> <a href="cn/XUL/Property/accessible">accessible</a>
+</li><li> <a href="cn/XUL/Property/accessKey">accessKey</a>
+</li><li> <a href="cn/XUL/Property/align">align</a>
+</li><li> <a href="cn/XUL/Property/allNotifications">allNotifications</a>
+</li><li> <a href="cn/XUL/Property/allowEvents">allowEvents</a>
+</li><li> <a href="cn/XUL/Property/alwaysOpenPopup">alwaysOpenPopup</a>
+</li><li> <a href="cn/XUL/Property/amIndicator">amIndicator</a>
+</li><li> <a href="cn/XUL/Property/appLocale">appLocale</a>
+</li><li> <a href="cn/XUL/Property/autoCheck">autoCheck</a>
+</li><li> <a href="cn/XUL/Property/autoFill">autoFill</a>
+</li><li> <a href="cn/XUL/Property/autoFillAfterMatch">autoFillAfterMatch</a>
+</li><li> <a href="cn/XUL/Property/boxObject">boxObject</a>
+</li><li> <a href="cn/XUL/Property/browsers">browsers</a>
+</li><li> <a href="cn/XUL/Property/builder">builder</a>
+</li><li> <a href="cn/XUL/Property/builderView">builderView</a>
+</li><li> <a href="cn/XUL/Property/buttons">buttons</a>
+</li><li> <a href="cn/XUL/Property/canAdvance">canAdvance</a>
+</li><li> <a href="cn/XUL/Property/canGoBack">canGoBack</a>
+</li><li> <a href="cn/XUL/Property/canGoForward">canGoForward</a>
+</li><li> <a href="cn/XUL/Property/canRewind">canRewind</a>
+</li><li> <a href="cn/XUL/Property/checked">checked</a>
+</li><li> <a href="cn/XUL/Property/checkState">checkState</a>
+</li><li> <a href="cn/XUL/Property/child">child</a>
+</li><li> <a href="cn/XUL/Property/children">children</a>
+</li><li> <a href="cn/XUL/Property/className">className</a>
+</li><li> <a href="cn/XUL/Property/clickSelectsAll">clickSelectsAll</a>
+</li><li> <a href="cn/XUL/Property/collapsed">collapsed</a>
+</li><li> <a href="cn/XUL/Property/color">color</a>
+</li><li> <a href="cn/XUL/Property/columns">columns</a>
+</li><li> <a href="cn/XUL/Property/command">command</a>
+</li><li> <a href="cn/XUL/Property/commandManager">commandManager</a>
+</li><li> <a href="cn/XUL/Property/completeDefaultIndex">completeDefaultIndex</a>
+</li><li> <a href="cn/XUL/Property/container">container</a>
+</li><li> <a href="cn/XUL/Property/contentDocument">contentDocument</a>
+</li><li> <a href="cn/XUL/Property/contentPrincipal">contentPrincipal</a>
+</li><li> <a href="cn/XUL/Property/contentTitle">contentTitle</a>
+</li><li> <a href="cn/XUL/Property/contentView">contentView</a>
+</li><li> <a href="cn/XUL/Property/contentViewerEdit">contentViewerEdit</a>
+</li><li> <a href="cn/XUL/Property/contentViewerFile">contentViewerFile</a>
+</li><li> <a href="cn/XUL/Property/contentWindow">contentWindow</a>
+</li><li> <a href="cn/XUL/Property/contextMenu">contextMenu</a>
+</li><li> <a href="cn/XUL/Property/control">control</a>
+</li><li> <a href="cn/XUL/Property/controller">controller</a>
+</li><li> <a href="cn/XUL/Property/controllers">controllers</a>
+</li><li> <a href="cn/XUL/Property/crop">crop</a>
+</li><li> <a href="cn/XUL/Property/current">current</a>
+</li><li> <a href="cn/XUL/Property/currentIndex">currentIndex</a>
+</li><li> <a href="cn/XUL/Property/currentItem">currentItem</a>
+</li><li> <a href="cn/XUL/Property/currentPage">currentPage</a>
+</li><li> <a href="cn/XUL/Property/currentPane">currentPane</a>
+</li><li> <a href="cn/XUL/Property/currentSet">currentSet</a>
+</li><li> <a href="cn/XUL/Property/currentURI">currentURI</a>
+</li><li> <a href="cn/XUL/Property/customToolbarCount">customToolbarCount</a>
+</li><li> <a href="cn/XUL/Property/database">database</a>
+</li><li> <a href="cn/XUL/Property/datasources">datasources</a>
+</li><li> <a href="cn/XUL/Property/date">date</a>
+</li><li> <a href="cn/XUL/Property/dateLeadingZero">dateLeadingZero</a>
+</li><li> <a href="cn/XUL/Property/dateValue">dateValue</a>
+</li><li> <a href="cn/XUL/Property/decimalPlaces">decimalPlaces</a>
+</li><li> <a href="cn/XUL/Property/decimalSymbol">decimalSymbol</a>
+</li><li> <a href="cn/XUL/Property/defaultButton">defaultButton</a>
+</li><li> <a href="cn/XUL/Property/description">description</a>
+</li><li> <a href="cn/XUL/Property/dir">dir</a>
+</li><li> <a href="cn/XUL/Property/disableAutocomplete">disableAutocomplete</a>
+</li><li> <a href="cn/XUL/Property/disableAutoComplete">disableAutoComplete</a>
+</li><li> <a href="cn/XUL/Property/disableKeyNavigation">disableKeyNavigation</a>
+</li><li> <a href="cn/XUL/Property/disableautoselect">disableautoselect</a>
+</li><li> <a href="cn/XUL/Property/disabled">disabled</a>
+</li><li> <a href="cn/XUL/Property/disableKeyNavigation">disableKeyNavigation</a>
+</li><li> <a href="cn/XUL/Property/dlgType">dlgType</a>
+</li><li> <a href="cn/XUL/Property/docShell">docShell</a>
+</li><li> <a href="cn/XUL/Property/documentCharsetInfo">documentCharsetInfo</a>
+</li><li> <a href="cn/XUL/Property/editable">editable</a>
+</li><li> <a href="cn/XUL/Property/editingColumn">editingColumn</a>
+</li><li> <a href="cn/XUL/Property/editingRow">editingRow</a>
+</li><li> <a href="cn/XUL/Property/editingSession">editingSession</a>
+</li><li> <a href="cn/XUL/Property/editor">editor</a>
+</li><li> <a href="cn/XUL/Property/editortype">editortype</a>
+</li><li> <a href="cn/XUL/Property/emptyText">emptyText</a>
+</li><li> <a href="cn/XUL/Property/enableColumnDrag">enableColumnDrag</a>
+</li><li> <a href="cn/XUL/Property/eventNode">eventNode</a>
+</li><li> <a href="cn/XUL/Property/firstOrdinalColumn">firstOrdinalColumn</a>
+</li><li> <a href="cn/XUL/Property/firstPermanentChild">firstPermanentChild</a>
+</li><li> <a href="cn/XUL/Property/flex">flex</a>
+</li><li> <a href="cn/XUL/Property/focused">focused</a>
+</li><li> <a href="cn/XUL/Property/focusedItem">focusedItem</a>
+</li><li> <a href="cn/XUL/Property/forceComplete">forceComplete</a>
+</li><li> <a href="cn/XUL/Property/group">group</a>
+</li><li> <a href="cn/XUL/Property/handleCtrlPageUpDown">handleCtrlPageUpDown</a>
+</li><li> <a href="cn/XUL/Property/handleCtrlTab">handleCtrlTab</a>
+</li><li> <a href="cn/XUL/Property/height">height</a>
+</li><li> <a href="cn/XUL/Property/hidden">hidden</a>
+</li><li> <a href="cn/XUL/Property/hideSeconds">hideSeconds</a>
+</li><li> <a href="cn/XUL/Property/homePage">homePage</a>
+</li><li> <a href="cn/XUL/Property/hour">hour</a>
+</li><li> <a href="cn/XUL/Property/hourLeadingZero">hourLeadingZero</a>
+</li><li> <a href="cn/XUL/Property/id">id</a>
+</li><li> <a href="cn/XUL/Property/ignoreBlurWhileSearching">ignoreBlurWhileSearching</a>
+</li><li> <a href="cn/XUL/Property/image">image</a>
+</li><li> <a href="cn/XUL/Property/increment">increment</a>
+</li><li> <a href="cn/XUL/Property/inputField">inputField</a>
+</li><li> <a href="cn/XUL/Property/inverted">inverted</a>
+</li><li> <a href="cn/XUL/Property/is24HourClock">is24HourClock</a>
+</li><li> <a href="cn/XUL/Property/isPM">isPM</a>
+</li><li> <a href="cn/XUL/Property/isSearching">isSearching</a>
+</li><li> <a href="cn/XUL/Property/isWaiting">isWaiting</a>
+</li><li> <a href="cn/XUL/Property/itemCount">itemCount</a>
+</li><li> <a href="cn/XUL/Property/label">label</a>
+</li><li> <a href="cn/XUL/Property/labelElement">labelElement</a>
+</li><li> <a href="cn/XUL/Property/lastPermanentChild">lastPermanentChild</a>
+</li><li> <a href="cn/XUL/Property/lastSelected">lastSelected</a>
+</li><li> <a href="cn/XUL/Property/left">left</a>
+</li><li> <a href="cn/XUL/Property/linkedPanel">linkedPanel</a>
+</li><li> <a href="cn/XUL/Property/listBoxObject">listBoxObject</a>
+</li><li> <a href="cn/XUL/Property/locked">locked</a>
+</li><li> <a href="cn/XUL/Property/markupDocumentViewer">markupDocumentViewer</a>
+</li><li> <a href="cn/XUL/Property/max">max</a>
+</li><li> <a href="cn/XUL/Property/maxHeight">maxHeight</a>
+</li><li> <a href="cn/XUL/Property/maxLength">maxLength</a>
+</li><li> <a href="cn/XUL/Property/maxRows">maxRows</a>
+</li><li> <a href="cn/XUL/Property/maxWidth">maxWidth</a>
+</li><li> <a href="cn/XUL/Property/menu">menu</a>
+</li><li> <a href="cn/XUL/Property/menuBoxObject">menuBoxObject</a>
+</li><li> <a href="cn/XUL/Property/menupopup">menupopup</a>
+</li><li> <a href="cn/XUL/Property/min">min</a>
+</li><li> <a href="cn/XUL/Property/minHeight">minHeight</a>
+</li><li> <a href="cn/XUL/Property/minResultsForPopup">minResultsForPopup</a>
+</li><li> <a href="cn/XUL/Property/minWidth">minWidth</a>
+</li><li> <a href="cn/XUL/Property/minute">minute</a>
+</li><li> <a href="cn/XUL/Property/minuteLeadingZero">minuteLeadingZero</a>
+</li><li> <a href="cn/XUL/Property/mode">mode</a>
+</li><li> <a href="cn/XUL/Property/month">month</a>
+</li><li> <a href="cn/XUL/Property/monthLeadingZero">monthLeadingZero</a>
+</li><li> <a href="cn/XUL/Property/name">name</a>
+</li><li> <a href="cn/XUL/Property/next">next</a>
+</li><li> <a href="cn/XUL/Property/noMatch">noMatch</a>
+</li><li> <a href="cn/XUL/Property/notificationsHidden">notificationsHidden</a>
+</li><li> <a href="cn/XUL/Property/object">object</a>
+</li><li> <a href="cn/XUL/Property/observes">observes</a>
+</li><li> <a href="cn/XUL/Property/onFirstPage">onFirstPage</a>
+</li><li> <a href="cn/XUL/Property/onLastPage">onLastPage</a>
+</li><li> <a href="cn/XUL/Property/open">open</a>
+</li><li> <a href="cn/XUL/Property/ordinal">ordinal</a>
+</li><li> <a href="cn/XUL/Property/orient">orient</a>
+</li><li> <a href="cn/XUL/Property/pack">pack</a>
+</li><li> <a href="cn/XUL/Property/pageCount">pageCount</a>
+</li><li> <a href="cn/XUL/Property/pageid">pageid</a>
+</li><li> <a href="cn/XUL/Property/pageIncrement">pageIncrement</a>
+</li><li> <a href="cn/XUL/Property/pageIndex">pageIndex</a>
+</li><li> <a href="cn/XUL/Property/pageStep">pageStep</a>
+</li><li> <a href="cn/XUL/Property/parentContainer">parentContainer</a>
+</li><li> <a href="cn/XUL/Property/palette">palette</a>
+</li><li> <a href="cn/XUL/Property/persist">persist</a>
+</li><li> <a href="cn/XUL/Property/persistence">persistence</a>
+</li><li> <a href="cn/XUL/Property/popup">popup</a>
+</li><li> <a href="cn/XUL/Property/popupBoxObject">popupBoxObject</a>
+</li><li> <a href="cn/XUL/Property/popupOpen">popupOpen</a>
+</li><li> <a href="cn/XUL/Property/position">position</a>
+</li><li> <a href="cn/XUL/Property/predicate">predicate</a>
+</li><li> <a href="cn/XUL/Property/preferenceElements">preferenceElements</a>
+</li><li> <a href="cn/XUL/Property/preferencePanes">preferencePanes</a>
+</li><li> <a href="cn/XUL/Property/preferences">preferences</a>
+</li><li> <a href="cn/XUL/Property/priority">priority</a>
+</li><li> <a href="cn/XUL/Property/radioGroup">radioGroup</a>
+</li><li> <a href="cn/XUL/Property/readonly">readonly</a>
+</li><li> <a href="cn/XUL/Property/readonly">readOnly</a>
+</li><li> <a href="cn/XUL/Property/ref">ref</a>
+</li><li> <a href="cn/XUL/Property/resource">resource</a>
+</li><li> <a href="cn/XUL/Property/resultsPopup">resultsPopup</a>
+</li><li> <a href="cn/XUL/Property/scrollBoxObject">scrollBoxObject</a>
+</li><li> <a href="cn/XUL/Property/scrollIncrement">scrollIncrement</a>
+</li><li> <a href="cn/XUL/Property/searchCount">searchCount</a>
+</li><li> <a href="cn/XUL/Property/searchLabel">searchLabel</a>
+</li><li> <a href="cn/XUL/Property/searchParam">searchParam</a>
+</li><li> <a href="cn/XUL/Property/searchSessions">searchSessions</a>
+</li><li> <a href="cn/XUL/Property/second">second</a>
+</li><li> <a href="cn/XUL/Property/secondLeadingZero">secondLeadingZero</a>
+</li><li> <a href="cn/XUL/Property/securityUI">securityUI</a>
+</li><li> <a href="cn/XUL/Property/selected">selected</a>
+</li><li> <a href="cn/XUL/Property/selectedBrowser">selectedBrowser</a>
+</li><li> <a href="cn/XUL/Property/selectedCount">selectedCount</a>
+</li><li> <a href="cn/XUL/Property/selectedIndex">selectedIndex</a>
+</li><li> <a href="cn/XUL/Property/selectedItem">selectedItem</a>
+</li><li> <a href="cn/XUL/Property/selectedItems">selectedItems</a>
+</li><li> <a href="cn/XUL/Property/selectedPanel">selectedPanel</a>
+</li><li> <a href="cn/XUL/Property/selectedTab">selectedTab</a>
+</li><li> <a href="cn/XUL/Property/selectionEnd">selectionEnd</a>
+</li><li> <a href="cn/XUL/Property/selectionStart">selectionStart</a>
+</li><li> <a href="cn/XUL/Property/selstyle">selstyle</a>
+</li><li> <a href="cn/XUL/Property/selType">selType</a>
+</li><li> <a href="cn/XUL/Property/sessionCount">sessionCount</a>
+</li><li> <a href="cn/XUL/Property/sessionHistory">sessionHistory</a>
+</li><li> <a href="cn/XUL/Property/showCommentColumn">showCommentColumn</a>
+</li><li> <a href="cn/XUL/Property/showPopup">showPopup</a>
+</li><li> <a href="cn/XUL/Property/size">size</a>
+</li><li> <a href="cn/XUL/Property/smoothScroll">smoothScroll</a>
+</li><li> <a href="cn/XUL/Property/spinButtons">spinButtons</a>
+</li><li> <a href="cn/XUL/Property/src">src</a>
+</li><li> <a href="cn/XUL/Property/state">state</a>
+</li><li> <a href="cn/XUL/Property/statusbar">statusbar</a>
+</li><li> <a href="cn/XUL/Property/statusText">statusText</a>
+</li><li> <a href="cn/XUL/Property/stringBundle">stringBundle</a>
+</li><li> <a href="cn/XUL/Property/strings">strings</a>
+</li><li> <a href="cn/XUL/Property/style">style</a>
+</li><li> <a href="cn/XUL/Property/subject">subject</a>
+</li><li> <a href="cn/XUL/Property/suppressOnSelect">suppressOnSelect</a>
+</li><li> <a href="cn/XUL/Property/tabContainer">tabContainer</a>
+</li><li> <a href="cn/XUL/Property/tabIndex">tabIndex</a>
+</li><li> <a href="cn/XUL/Property/tabs">tabs</a>
+</li><li> <a href="cn/XUL/Property/tabScrolling">tabScrolling</a>
+</li><li> <a href="cn/XUL/Property/tabpanels">tabpanels</a>
+</li><li> <a href="cn/XUL/Property/tag">tag</a>
+</li><li> <a href="cn/XUL/Property/textLength">textLength</a>
+</li><li> <a href="cn/XUL/Property/textValue">textValue</a>
+</li><li> <a href="cn/XUL/Property/timeout">timeout</a>
+</li><li> <a href="cn/XUL/Property/title">title</a>
+</li><li> <a href="cn/XUL/Property/toolbarName">toolbarName</a>
+</li><li> <a href="cn/XUL/Property/toolbarset">toolbarset</a>
+</li><li> <a href="cn/XUL/Property/tooltip">tooltip</a>
+</li><li> <a href="cn/XUL/Property/tooltipText">tooltipText</a>
+</li><li> <a href="cn/XUL/Property/top">top</a>
+</li><li> <a href="cn/XUL/Property/treeBoxObject">treeBoxObject</a>
+</li><li> <a href="cn/XUL/Property/type">type</a>
+</li><li> <a href="cn/XUL/Property/uri">uri</a>
+</li><li> <a href="cn/XUL/Property/userAction">userAction</a>
+</li><li> <a href="cn/XUL/Property/value">value</a>
+</li><li> <a href="cn/XUL/Property/valueNumber">valueNumber</a>
+</li><li> <a href="cn/XUL/Property/view">view</a>
+</li><li> <a href="cn/XUL/Property/webBrowserFind">webBrowsereFind</a>
+</li><li> <a href="cn/XUL/Property/webNavigation">webNavigation</a>
+</li><li> <a href="cn/XUL/Property/webProgress">webProgress</a>
+</li><li> <a href="cn/XUL/Property/width">width</a>
+</li><li> <a href="cn/XUL/Property/wizardPages">wizardPages</a>
+</li><li> <a href="cn/XUL/Property/wrapAround">wrapAround</a>
+</li><li> <a href="cn/XUL/Property/year">year</a>
+</li><li> <a href="cn/XUL/Property/yearLeadingZero">yearLeadingZero</a>
+</li></ul>
+<h3 id="Related_DOM_element_properties" name="Related_DOM_element_properties"> Related DOM element properties </h3>
+<ul><li> <a href="cn/DOM/element.attributes">DOM:element.attributes</a>
+</li><li> <a href="cn/DOM/element.childNodes">DOM:element.childNodes</a>
+</li><li> <a href="cn/DOM/element.cloneNode">DOM:element.cloneNode</a>
+</li><li> <a href="cn/DOM/element.firstChild">DOM:element.firstChild</a>
+</li><li> <a href="cn/DOM/element.lastChild">DOM:element.lastChild</a>
+</li><li> <a href="cn/DOM/element.localName">DOM:element.localName</a>
+</li><li> <a href="cn/DOM/element.namespaceURI">DOM:element.namespaceURI</a>
+</li><li> <a href="cn/DOM/element.nextSibling">DOM:element.nextSibling</a>
+</li><li> <a href="cn/DOM/element.nodeName">DOM:element.nodeName</a>
+</li><li> <a href="cn/DOM/element.nodeType">DOM:element.nodeType</a>
+</li><li> <a href="cn/DOM/element.nodeValue">DOM:element.nodeValue</a>
+</li><li> <a href="cn/DOM/element.ownerDocument">DOM:element.ownerDocument</a>
+</li><li> <a href="cn/DOM/element.parentNode">DOM:element.parentNode</a>
+</li><li> <a href="cn/DOM/element.prefix">DOM:element.prefix</a>
+</li><li> <a href="cn/DOM/element.previousSibling">DOM:element.previousSibling</a>
+</li><li> <a href="cn/DOM/element.tagName">DOM:element.tagName</a>
+</li></ul>
+<div class="noinclude">
+</div>
diff --git a/files/zh-cn/mozilla/tech/xul/property/label/index.html b/files/zh-cn/mozilla/tech/xul/property/label/index.html
new file mode 100644
index 0000000000..83f85cc1e3
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/label/index.html
@@ -0,0 +1,21 @@
+---
+title: label
+slug: Mozilla/Tech/XUL/Property/label
+translation_of: Archive/Mozilla/XUL/Property/label
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/label">label</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ string</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-label"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/label">label</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/labelelement/index.html b/files/zh-cn/mozilla/tech/xul/property/labelelement/index.html
new file mode 100644
index 0000000000..6baead11d3
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/labelelement/index.html
@@ -0,0 +1,21 @@
+---
+title: labelElement
+slug: Mozilla/Tech/XUL/Property/labelElement
+translation_of: Archive/Mozilla/XUL/Property/labelElement
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/labelElement">labelElement</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/label" title="label">label</a></code> element</i>
+ </dd>
+ <dd>
+ The <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/label" title="label">label</a></code> element associated with the control. This is set when a label has a <code id="a-control"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/control">control</a></code> attribute pointing to this element. This property will be <code>null</code> when no label is associated with the control.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html b/files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html
new file mode 100644
index 0000000000..8719292f2d
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/markupdocumentviewer/index.html
@@ -0,0 +1,15 @@
+---
+title: markupDocumentViewer
+slug: Mozilla/Tech/XUL/Property/markupDocumentViewer
+translation_of: Archive/Mozilla/XUL/Property/markupDocumentViewer
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/markupDocumentViewer">markupDocumentViewer</a></span></code></dt>
+ <dd>
+ 类型: <em><code><a href="/zh-CN/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIMarkupDocumentViewer" title="">nsIMarkupDocumentViewer</a></code></em></dd>
+ <dd>
+ 这个只读的属性包含 <code><a href="/zh-CN/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIMarkupDocumentViewer" title="">nsIMarkupDocumentViewer</a></code> 接口,负责document文档的绘制。</dd>
+</dl>
diff --git a/files/zh-cn/mozilla/tech/xul/property/max/index.html b/files/zh-cn/mozilla/tech/xul/property/max/index.html
new file mode 100644
index 0000000000..3d20dae617
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/max/index.html
@@ -0,0 +1,15 @@
+---
+title: max
+slug: Mozilla/Tech/XUL/Property/max
+translation_of: Archive/Mozilla/XUL/Property/max
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/max">max</a></span></code></dt>
+ <dd>
+ 类型:整数</dd>
+ <dd>
+ 获取或设置<code id="a-max"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/max">max</a></code>特性(attribute)的值.</dd>
+</dl>
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
new file mode 100644
index 0000000000..a8cd738934
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/menuitem.control/index.html
@@ -0,0 +1,21 @@
+---
+title: menuitem.control
+slug: Mozilla/Tech/XUL/Property/menuitem.control
+translation_of: Archive/Mozilla/XUL/Property/menuitem.control
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/menuitem.control">control</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> element</i>
+ </dd>
+ <dd>
+ Returns the enclosing <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> that the item is inside, if any, or <code>null</code> if there is no enclosing menu.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html b/files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html
new file mode 100644
index 0000000000..f8a29d42ae
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/parentcontainer/index.html
@@ -0,0 +1,21 @@
+---
+title: parentContainer
+slug: Mozilla/Tech/XUL/Property/parentContainer
+translation_of: Archive/Mozilla/XUL/Property/parentContainer
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/parentContainer">parentContainer</a></span></code> </dt>
+ <dd>
+ Type:
+ <i>
+ <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> element</i>
+ </dd>
+ <dd>
+ Read only property that returns the containing <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/menu" title="menu">menu</a></code> element, or <code>null</code> if there isn't a containing menu.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/selected/index.html b/files/zh-cn/mozilla/tech/xul/property/selected/index.html
new file mode 100644
index 0000000000..eee4b31285
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/selected/index.html
@@ -0,0 +1,18 @@
+---
+title: selected
+slug: Mozilla/Tech/XUL/Property/selected
+translation_of: Archive/Mozilla/XUL/Property/selected
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/selected">selected</a></span></code>&lt;magic name="\"PAGENAME\"/"&gt;&lt;/magic&gt;</dt>
+ <dd>
+ Type:
+ <i>
+ boolean</i>
+ </dd>
+ <dd>
+ This property's value is <code>true</code> if this element is selected, or <code>false</code> if it is not. This property is read only.</dd>
+</dl>
diff --git a/files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html b/files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html
new file mode 100644
index 0000000000..22d1a4fba1
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/selectedindex/index.html
@@ -0,0 +1,21 @@
+---
+title: selectedIndex
+slug: Mozilla/Tech/XUL/Property/selectedIndex
+translation_of: Archive/Mozilla/XUL/Property/selectedIndex
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/selectedIndex">selectedIndex</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ integer</i>
+ </dd>
+ <dd>
+ Returns the index of the currently selected item. You may select an item by assigning its index to this property. By assigning <code>-1</code> to this property, all items will be deselected.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html b/files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html
new file mode 100644
index 0000000000..1583c5f526
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/selecteditem/index.html
@@ -0,0 +1,21 @@
+---
+title: selectedItem
+slug: Mozilla/Tech/XUL/Property/selectedItem
+translation_of: Archive/Mozilla/XUL/Property/selectedItem
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/selectedItem">selectedItem</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ element</i>
+ </dd>
+ <dd>
+ Holds the currently selected item. If no item is currently selected, this value will be <code>null</code>. 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 <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/selectedIndex">selectedIndex</a></span></code> property, or changed by the user.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
diff --git a/files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html b/files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html
new file mode 100644
index 0000000000..27ecd267c6
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/selectionstart/index.html
@@ -0,0 +1,16 @@
+---
+title: selectionStart
+slug: Mozilla/Tech/XUL/Property/selectionStart
+translation_of: Archive/Mozilla/XUL/Property/selectionStart
+---
+<div class="noinclude"><span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+
+<dl>
+ <dt><code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/selectionStart">selectionStart</a></span></code></dt>
+ <dd>类型: <em>integer</em></dd>
+ <dd>获取或设置字段文本的选定部分的开始。 与<code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/selectionEnd">selectionEnd</a></span></code> 属性结合使用。 该值指定第一个选定字符的索引。</dd>
+</dl>
+
+<div class="noinclude">
+<p></p>
+</div>
diff --git a/files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html b/files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html
new file mode 100644
index 0000000000..aadb3a3a31
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/spinbuttons/index.html
@@ -0,0 +1,15 @@
+---
+title: spinButtons
+slug: Mozilla/Tech/XUL/Property/spinButtons
+translation_of: Archive/Mozilla/XUL/Property/spinButtons
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/spinButtons">spinButtons</a></span></code></dt>
+ <dd>
+ 类型:<code><a href="/zh-CN/docs/Mozilla/Tech/XUL/spinbuttons" title="spinbuttons">spinbuttons</a></code>元素</dd>
+ <dd>
+ 一个只读属性,返回了数字输入框元素(<code>type</code>属性为<code>number的textbox元素</code>)中包含的<code><a href="/zh-CN/docs/Mozilla/Tech/XUL/spinbuttons" title="spinbuttons">spinbuttons</a></code>元素(也就是右侧调整数字大小的上下小箭头).</dd>
+</dl>
diff --git a/files/zh-cn/mozilla/tech/xul/property/tabindex/index.html b/files/zh-cn/mozilla/tech/xul/property/tabindex/index.html
new file mode 100644
index 0000000000..5e41049910
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/tabindex/index.html
@@ -0,0 +1,21 @@
+---
+title: tabIndex
+slug: Mozilla/Tech/XUL/Property/tabIndex
+translation_of: Archive/Mozilla/XUL/Property/tabIndex
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/tabIndex">tabIndex</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ integer</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-tabindex"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/tabindex">tabindex</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>
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
new file mode 100644
index 0000000000..860ed2fd39
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/textbox.value/index.html
@@ -0,0 +1,15 @@
+---
+title: textbox.value
+slug: Mozilla/Tech/XUL/Property/textbox.value
+translation_of: Archive/Mozilla/XUL/Property/textbox.value
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/textbox.value">value</a></span></code></dt>
+ <dd>
+ 类型:字符串</dd>
+ <dd>
+ 读取或设置该<code>textbox</code>元素中的文本内容.</dd>
+</dl>
diff --git a/files/zh-cn/mozilla/tech/xul/property/value/index.html b/files/zh-cn/mozilla/tech/xul/property/value/index.html
new file mode 100644
index 0000000000..b56deb5fc4
--- /dev/null
+++ b/files/zh-cn/mozilla/tech/xul/property/value/index.html
@@ -0,0 +1,21 @@
+---
+title: value
+slug: Mozilla/Tech/XUL/Property/value
+translation_of: Archive/Mozilla/XUL/Property/value
+---
+<div class="noinclude">
+ <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/zh-CN/docs/XUL_Reference" title="XUL_Reference">XUL Reference</a></span></div>
+<dl>
+ <dt>
+ <code><span><a href="https://developer.mozilla.org/zh-CN/docs/XUL/Property/value">value</a></span></code></dt>
+ <dd>
+ Type:
+ <i>
+ string</i>
+ </dd>
+ <dd>
+ Gets and sets the value of the <code id="a-value"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/value">value</a></code> attribute.</dd>
+</dl>
+<div class="noinclude">
+  </div>
+<p></p>