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:38:14 UTC

incubator-weex-site git commit: ios only support vertical orientation

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


ios only  support  vertical orientation


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

Branch: refs/heads/master
Commit: 6afcb1ca268e810e362106c79c8dc8b800d5c433
Parents: b3bcf69
Author: zshshr <zh...@gmail.com>
Authored: Fri Aug 3 16:38:06 2018 +0800
Committer: zshshr <zh...@gmail.com>
Committed: Fri Aug 3 16:38:06 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/6afcb1ca/source/references/components/list.md
----------------------------------------------------------------------
diff --git a/source/references/components/list.md b/source/references/components/list.md
index 2b4cbca..dc529cc 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 vertical 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.