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

[09/50] incubator-weex git commit: * [doc] update cell doc

* [doc] update cell doc


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

Branch: refs/heads/0.11-dev
Commit: ea30e052519270d2f13474408e76cb25b7812e27
Parents: 6dc87a7
Author: xkli <56...@qq.com>
Authored: Fri Mar 3 17:03:37 2017 +0800
Committer: xkli <56...@qq.com>
Committed: Fri Mar 3 17:03:37 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/references/components/cell.md | 3 +++
 doc/source/references/components/cell.md    | 2 ++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ea30e052/doc/source/cn/references/components/cell.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/references/components/cell.md b/doc/source/cn/references/components/cell.md
index 8f90d9c..5fadf5d 100644
--- a/doc/source/cn/references/components/cell.md
+++ b/doc/source/cn/references/components/cell.md
@@ -13,6 +13,9 @@ version: 2.1
 
 \u652f\u6301\u6240\u6709 Weex \u7684\u7ec4\u4ef6\u4f5c\u4e3a\u5b83\u7684\u5b50\u7ec4\u4ef6\u3002
 
+## \u5c5e\u6027
+* `keep-scroll-position`: <span class="api-version">v0.11+</span> &lt;boolen&gt; List \u63d2\u5165\u6570\u636e\u540e\u662f\u5426\u4fdd\u6301\u4e0a\u6b21\u6eda\u52a8\u7684\u4f4d\u7f6e
+
 ## \u6837\u5f0f
 
 **\u6ce8\u610f\uff1a**

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ea30e052/doc/source/references/components/cell.md
----------------------------------------------------------------------
diff --git a/doc/source/references/components/cell.md b/doc/source/references/components/cell.md
index 97fb7ed..38cfd9b 100644
--- a/doc/source/references/components/cell.md
+++ b/doc/source/references/components/cell.md
@@ -19,6 +19,8 @@ This type of component supports all kinds of weex component as its child compone
 
 **Notes:** you can't give `<cell>` a `flex` value. Width of `<cell>` is equal to the width of its parent component `<list>`, and you don't need to specify its height.
 
+* `keep-scroll-position`: <span class="api-version">v0.11+</span> &lt;boolen&gt; List Whether to keep the last sliding position after inserting the Cell
+
 ### Styles
 
 **common styles**: check out the [common styles](../common-style.html)