You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ef...@apache.org on 2018/12/20 04:09:14 UTC

[incubator-weex-site] branch gubaojian-patch-4-1 created (now 1fca391)

This is an automated email from the ASF dual-hosted git repository.

efurture pushed a change to branch gubaojian-patch-4-1
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git.


      at 1fca391  [Weex][Doc] list add scrollable attribute

This branch includes the following new commits:

     new 1fca391  [Weex][Doc] list add scrollable attribute

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-weex-site] 01/01: [Weex][Doc] list add scrollable attribute

Posted by ef...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

efurture pushed a commit to branch gubaojian-patch-4-1
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git

commit 1fca39165749fe98d7647c6967d001f4f92f31f4
Author: codefurture <gu...@163.com>
AuthorDate: Thu Dec 20 12:09:10 2018 +0800

    [Weex][Doc] list add scrollable attribute
    
    [Weex][Doc] list add scrollable attribute
---
 docs/zh/docs/components/list.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/zh/docs/components/list.md b/docs/zh/docs/components/list.md
index c0a8c5b..1764564 100644
--- a/docs/zh/docs/components/list.md
+++ b/docs/zh/docs/components/list.md
@@ -66,6 +66,12 @@
       <td>number</td>
       <td>10</td>
     </tr>
+     <tr>
+      <td>scrollable</td>
+      <td>是否运行List关系</td>
+      <td>boolean</td>
+      <td>true/false</td>
+    </tr>
   </tbody>
 </table>
 
@@ -95,4 +101,4 @@
 [简单示例](http://dotwe.org/vue/c9ab413141713d5c7ea3e5083eb4dbd1)  
 [滑动加载](http://dotwe.org/vue/f188936d60c6ca45d342d34f0659a2be)  
 [头部示例](http://dotwe.org/vue/b66212f9779e20f456ba48ab91fd199f)  
-[cell appear事件](http://dotwe.org/vue/b9e8186c38641f41a7bb1785b3d3fa92)  
\ No newline at end of file
+[cell appear事件](http://dotwe.org/vue/b9e8186c38641f41a7bb1785b3d3fa92)