Repository: incubator-weex-site
Updated Branches:
  refs/heads/master c49639653 -> 713696251


[WEEX-86][doc] Update refresh component's document, fix event's name.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/27c2ab2f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/27c2ab2f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/27c2ab2f

Branch: refs/heads/master
Commit: 27c2ab2f3c49c3d3661e4fdc1e9a806fa9f964e9
Parents: 9f649ca
Author: miomin <691292...@qq.com>
Authored: Thu Jan 18 14:34:41 2018 +0800
Committer: miomin <691292...@qq.com>
Committed: Thu Jan 18 14:34:41 2018 +0800

----------------------------------------------------------------------
 source/cn/references/components/refresh.md | 4 ----
 source/references/components/refresh.md    | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/27c2ab2f/source/cn/references/components/refresh.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/refresh.md 
b/source/cn/references/components/refresh.md
index 6aba55b..7459f7e 100644
--- a/source/cn/references/components/refresh.md
+++ b/source/cn/references/components/refresh.md
@@ -132,10 +132,6 @@ version: 2.1
 ```
  - 查看 [完整示例](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7)
 
-## 使用提示
-
- - Android 上,在下拉过程中或 onrefresh 事件触发时,不支持 
refresh view 的回推,而在 iOS 和 Html5 上是支持的。
-
 ## 示例
 
  - [完整示例](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7)

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/27c2ab2f/source/references/components/refresh.md
----------------------------------------------------------------------
diff --git a/source/references/components/refresh.md 
b/source/references/components/refresh.md
index 5e8150f..5032c48 100644
--- a/source/references/components/refresh.md
+++ b/source/references/components/refresh.md
@@ -91,11 +91,11 @@ The `<refresh>` Component provide a pulldown-refresh 
function for some special c
 
 ## Events
 
-### `onrefresh`
+### `refresh`
 
  - Triggered when the scroller or list is pulled down.
 
-### `onpullingdown` <span class="weex-version">v0.6.1+</span>
+### `pullingdown` <span class="weex-version">v0.6.1+</span>
 
  - Triggered when the scroller or list is pulled down. The attributes `dy`, 
`pullingDistance`, `viewHeight` and `type` are accessible from the `event` 
object :
 

Reply via email to