You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by zs...@apache.org on 2018/08/03 08:35:51 UTC

incubator-weex-site git commit: fix link

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master faf54fc89 -> b3bcf69f8


fix link


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/b3bcf69f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/b3bcf69f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/b3bcf69f

Branch: refs/heads/master
Commit: b3bcf69f891a256add23d2a802c0801c367bc199
Parents: faf54fc
Author: zshshr <zh...@gmail.com>
Authored: Fri Aug 3 16:35:24 2018 +0800
Committer: zshshr <zh...@gmail.com>
Committed: Fri Aug 3 16:35:24 2018 +0800

----------------------------------------------------------------------
 source/references/components/list.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/b3bcf69f/source/references/components/list.md
----------------------------------------------------------------------
diff --git a/source/references/components/list.md b/source/references/components/list.md
index a5c281d..2b4cbca 100644
--- a/source/references/components/list.md
+++ b/source/references/components/list.md
@@ -41,7 +41,7 @@ Notes: The list now supports the following child components: cell, header, refre
 * loadmoreoffset : <number> default value is 0. The loadmore event will be triggered when the list is loadmoreoffset left to reach the bottom of the list view. e.g. a list has total content length of 1000, and the loadmoreoffset is set to 400, the loadmore event will be triggered when 600 has beed scrolled and there is less than 400 left.
 * loadmoreretry : <number> default value 0,whether to reset loadmore related UI when loadmore failed, will be deprecated in further release.
 * offset-accuracy:<number> default value is 0, the vertical offset distance required to trigger the scroll event.
-* pagingEnabled: <boolean> default value is false. supporting pager style snapping in either vertical or horizontal orientation. Example : [pagingEnabled](http://dotwe.org/vue/1323c218072f17f10e14a5c336dac3c4)
+* pagingEnabled: <boolean> default value is false. supporting pager style snapping in either vertical or horizontal orientation. Example : [pagingEnabled](http://dotwe.org/vue/1323c218072f17f10e14a5c336dac3c4)
 
 
 Please checkout [Scroller Component Attributes](./scroller.html) to have a look at the inherited attributes from direct parent.