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 --- .../mozilla/tech/xul/method/extra1/index.html | 15 -- .../zh-cn/mozilla/tech/xul/method/focus/index.html | 15 -- .../tech/xul/method/getbrowserfortab/index.html | 15 -- .../mozilla/tech/xul/method/getbutton/index.html | 15 -- .../mozilla/tech/xul/method/increase/index.html | 21 --- files/zh-cn/mozilla/tech/xul/method/index.html | 170 --------------------- .../zh-cn/mozilla/tech/xul/method/reset/index.html | 15 -- .../zh-cn/mozilla/tech/xul/method/stop/index.html | 15 -- 8 files changed, 281 deletions(-) delete mode 100644 files/zh-cn/mozilla/tech/xul/method/extra1/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/method/focus/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/method/getbrowserfortab/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/method/getbutton/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/method/increase/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/method/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/method/reset/index.html delete mode 100644 files/zh-cn/mozilla/tech/xul/method/stop/index.html (limited to 'files/zh-cn/mozilla/tech/xul/method') diff --git a/files/zh-cn/mozilla/tech/xul/method/extra1/index.html b/files/zh-cn/mozilla/tech/xul/method/extra1/index.html deleted file mode 100644 index 33546b4a30..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/extra1/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: extra1 -slug: Mozilla/Tech/XUL/Method/extra1 -translation_of: Archive/Mozilla/XUL/Method/extra1 ---- -
- « XUL Reference home
-
-
- extra1()
-
- 返回值类型:无返回值
-
- 调用该方法可以模拟对extra1按钮的点击,同时也会触发并执行该元素的onextra1属性上设置的代码.
-
diff --git a/files/zh-cn/mozilla/tech/xul/method/focus/index.html b/files/zh-cn/mozilla/tech/xul/method/focus/index.html deleted file mode 100644 index 690ba10358..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/focus/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: focus -slug: Mozilla/Tech/XUL/Method/focus -translation_of: Archive/Mozilla/XUL/Method/focus ---- -
- « XUL Reference home
-
-
- focus()
-
- 返回值类型: 无返回值
-
- 让指定的元素获得键盘焦点.
-
diff --git a/files/zh-cn/mozilla/tech/xul/method/getbrowserfortab/index.html b/files/zh-cn/mozilla/tech/xul/method/getbrowserfortab/index.html deleted file mode 100644 index 483579d074..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/getbrowserfortab/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: getBrowserForTab -slug: Mozilla/Tech/XUL/Method/getBrowserForTab -translation_of: Archive/Mozilla/XUL/Method/getBrowserForTab ---- -
- « XUL Reference home
-
-
- getBrowserForTab( tab )
-
- 返回值类型: browser元素
-
- 返回于指定的tab元素相关联的browser元素.
-
diff --git a/files/zh-cn/mozilla/tech/xul/method/getbutton/index.html b/files/zh-cn/mozilla/tech/xul/method/getbutton/index.html deleted file mode 100644 index 11b4f91e6d..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/getbutton/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: getButton -slug: Mozilla/Tech/XUL/Method/getButton -translation_of: Archive/Mozilla/XUL/Method/getButton ---- -
- « XUL Reference home
-
-
- getButton( type )
-
- 返回值类型: button元素
-
- 返回当前对话框中指定类型的button元素.
-
diff --git a/files/zh-cn/mozilla/tech/xul/method/increase/index.html b/files/zh-cn/mozilla/tech/xul/method/increase/index.html deleted file mode 100644 index b7431b355b..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/increase/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: increase -slug: Mozilla/Tech/XUL/Method/increase -translation_of: Archive/Mozilla/XUL/Method/increase ---- -
- « XUL Reference home
-
-
-
- 拥有该方法的元素类型: scale textbox
-
-
-
-
- increase()
-
- 返回值类型: 无返回值
-
- 增大刻度条控件(scale元素)或者数字输入框控件(type属性为number的textbox元素)中的数字值(按照其increment属性指定的值).
-
diff --git a/files/zh-cn/mozilla/tech/xul/method/index.html b/files/zh-cn/mozilla/tech/xul/method/index.html deleted file mode 100644 index e5d7d023c0..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/index.html +++ /dev/null @@ -1,170 +0,0 @@ ---- -title: Methods -slug: Mozilla/Tech/XUL/Method -tags: - - XUL Methods -translation_of: Archive/Mozilla/XUL/Method ---- -

« XUL Reference home

- - - diff --git a/files/zh-cn/mozilla/tech/xul/method/reset/index.html b/files/zh-cn/mozilla/tech/xul/method/reset/index.html deleted file mode 100644 index 258f4d53df..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/reset/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: reset -slug: Mozilla/Tech/XUL/Method/reset -translation_of: Archive/Mozilla/XUL/Method/reset ---- -
- « XUL Reference home
-
-
- reset()
-
- 返回值:无返回值
-
- 将用户偏好重置为默认值.
-
diff --git a/files/zh-cn/mozilla/tech/xul/method/stop/index.html b/files/zh-cn/mozilla/tech/xul/method/stop/index.html deleted file mode 100644 index 181a6123ae..0000000000 --- a/files/zh-cn/mozilla/tech/xul/method/stop/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: stop -slug: Mozilla/Tech/XUL/Method/stop -translation_of: Archive/Mozilla/XUL/Method/stop ---- -
- « XUL Reference home
-
-
- stop()
-
- 返回值: 无返回值
-
- 效果等同于按下了停止按钮,停止当前页面中文档的加载.
-
-- cgit v1.2.3-54-g00ecf