* [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/master Commit: ea30e052519270d2f13474408e76cb25b7812e27 Parents: 6dc87a7 Author: xkli <[email protected]> Authored: Fri Mar 3 17:03:37 2017 +0800 Committer: xkli <[email protected]> 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 æ¯æææ Weex çç»ä»¶ä½ä¸ºå®çåç»ä»¶ã +## 屿§ +* `keep-scroll-position`: <span class="api-version">v0.11+</span> <boolen> List æå ¥æ°æ®åæ¯å¦ä¿æä¸æ¬¡æ»å¨çä½ç½® + ## æ ·å¼ **注æï¼** 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> <boolen> List Whether to keep the last sliding position after inserting the Cell + ### Styles **common styles**: check out the [common styles](../common-style.html)
