diff options
Diffstat (limited to 'files/zh-cn/mozilla/tech/xul/method/increase/index.html')
-rw-r--r-- | files/zh-cn/mozilla/tech/xul/method/increase/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/tech/xul/method/increase/index.html b/files/zh-cn/mozilla/tech/xul/method/increase/index.html new file mode 100644 index 0000000000..b7431b355b --- /dev/null +++ b/files/zh-cn/mozilla/tech/xul/method/increase/index.html @@ -0,0 +1,21 @@ +--- +title: increase +slug: Mozilla/Tech/XUL/Method/increase +translation_of: Archive/Mozilla/XUL/Method/increase +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/en-US/docs/XUL_Reference" title="/en-US/docs/XUL_Reference">XUL Reference home</a></span></div> +<div class="noinclude"> + <dl> + <dd> + 拥有该方法的元素类型: <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/scale" title="scale">scale</a></code> <code><a href="/zh-CN/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code></dd> + </dl> +</div> +<dl> + <dt> + <span id="m-increase"><code><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Method/increase">increase()</a></code></span></dt> + <dd> + 返回值类型: 无返回值</dd> + <dd> + 增大刻度条控件(scale元素)或者数字输入框控件(type属性为number的textbox元素)中的数字值(按照其<code id="a-increment"><a href="https://developer.mozilla.org/zh-CN/docs/Mozilla/Tech/XUL/Attribute/increment">increment</a></code>属性指定的值).</dd> +</dl> |