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

[incubator-weex-site] branch draft updated (688b1c9 -> 6143ecd)

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

moshen pushed a change to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git.


    from 688b1c9  * [Android] Update ChangeLog for 0.20 (#281)
     add c0d4efd  Doc of textarea keyboard event params.
     add 90c6436  Merge branch 'draft' of github.com:apache/incubator-weex-site into draft
     add 2d870da  Add version and platform hint for some docs.
     add e4856ee  Refine integrate ios docs.
     add 893eab2  Refine integrate ios docs.
     add 3ca0f1f  Update headers for component docs.
     add 8c63012  Update extend-ios doc.
     new 6143ecd  Merge pull request #282 from wqyfavor/draft

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.


Summary of changes:
 docs/docs/components/cell.md                  |   4 +-
 docs/docs/components/image.md                 |  10 +-
 docs/docs/components/list.md                  |  16 +--
 docs/docs/components/loading.md               |   2 +-
 docs/docs/components/recycle-list.md          |   5 +-
 docs/docs/components/refresh.md               |   2 +-
 docs/docs/components/richtext.md              |   2 +-
 docs/docs/components/scroller.md              |   2 +-
 docs/docs/components/text.md                  |   4 +-
 docs/docs/components/textarea.md              |   2 +-
 docs/docs/components/video.md                 |   4 +-
 docs/docs/components/waterfall.md             |  16 +--
 docs/docs/components/web.md                   |   4 +-
 docs/guide/develop/integrate-to-iOS-app.md    | 141 +++++++++-----------------
 docs/guide/extend/extend-ios.md               |  26 ++---
 docs/zh/docs/components/cell.md               |   4 +-
 docs/zh/docs/components/image.md              |   4 +-
 docs/zh/docs/components/list.md               |   3 +
 docs/zh/docs/components/loading.md            |   3 +
 docs/zh/docs/components/recycle-list.md       |  13 +--
 docs/zh/docs/components/refresh.md            |   2 +
 docs/zh/docs/components/richtext.md           |   2 +-
 docs/zh/docs/components/scroller.md           |   2 +
 docs/zh/docs/components/text.md               |   4 +-
 docs/zh/docs/components/textarea.md           |   2 +-
 docs/zh/docs/components/video.md              |   4 +-
 docs/zh/docs/components/waterfall.md          |   2 +
 docs/zh/docs/components/web.md                |   3 +-
 docs/zh/guide/develop/integrate-to-iOS-app.md | 139 +++++++++----------------
 29 files changed, 177 insertions(+), 250 deletions(-)


[incubator-weex-site] 01/01: Merge pull request #282 from wqyfavor/draft

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

moshen pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git

commit 6143ecd0b5f794de991146ad5158f53627e0df39
Merge: 688b1c9 8c63012
Author: wqyfavor <wq...@gmail.com>
AuthorDate: Thu Dec 27 12:03:43 2018 +0800

    Merge pull request #282 from wqyfavor/draft
    
    Draft

 docs/docs/components/cell.md                  |   4 +-
 docs/docs/components/image.md                 |  10 +-
 docs/docs/components/list.md                  |  16 +--
 docs/docs/components/loading.md               |   2 +-
 docs/docs/components/recycle-list.md          |   5 +-
 docs/docs/components/refresh.md               |   2 +-
 docs/docs/components/richtext.md              |   2 +-
 docs/docs/components/scroller.md              |   2 +-
 docs/docs/components/text.md                  |   4 +-
 docs/docs/components/textarea.md              |   2 +-
 docs/docs/components/video.md                 |   4 +-
 docs/docs/components/waterfall.md             |  16 +--
 docs/docs/components/web.md                   |   4 +-
 docs/guide/develop/integrate-to-iOS-app.md    | 141 +++++++++-----------------
 docs/guide/extend/extend-ios.md               |  26 ++---
 docs/zh/docs/components/cell.md               |   4 +-
 docs/zh/docs/components/image.md              |   4 +-
 docs/zh/docs/components/list.md               |   3 +
 docs/zh/docs/components/loading.md            |   3 +
 docs/zh/docs/components/recycle-list.md       |  13 +--
 docs/zh/docs/components/refresh.md            |   2 +
 docs/zh/docs/components/richtext.md           |   2 +-
 docs/zh/docs/components/scroller.md           |   2 +
 docs/zh/docs/components/text.md               |   4 +-
 docs/zh/docs/components/textarea.md           |   2 +-
 docs/zh/docs/components/video.md              |   4 +-
 docs/zh/docs/components/waterfall.md          |   2 +
 docs/zh/docs/components/web.md                |   3 +-
 docs/zh/guide/develop/integrate-to-iOS-app.md | 139 +++++++++----------------
 29 files changed, 177 insertions(+), 250 deletions(-)

diff --cc docs/docs/components/list.md
index e129ffb,f121590..c0c27be
--- a/docs/docs/components/list.md
+++ b/docs/docs/components/list.md
@@@ -38,10 -40,10 +40,10 @@@ Notes: The list now supports the follow
  
  Please checkout [Scroller Component Attributes](./scroller.html) to have a look at the inherited attributes from direct parent.
  
- ### Styles
+ ## Styles
  
  
 -common styles: check out [common styles for components](/wiki/common-styles.html)
 +common styles: check out [common styles for components](/docs/styles/common-styles.html)
  
  * support flexbox related styles
  * support box model related styles
@@@ -54,13 -56,13 +56,13 @@@ onloadmore  0.5 used with loadmoreoffse
  
  scroll  <sup class="wx-v">0.12+</sup> used with offset-accuracy attribute. This event is fired when the list scrolls. The current contentOffset value is given in this event callback. See details in [scroll event demo](http://dotwe.org/vue/9ef0e52bacaa20182a693f2187d851aa).
  
 -common events: check out the [common events](/wiki/common-events.html)
 +common events: check out the [common events](/docs/events/common-events.html)
  
 -* support onclick event. Check out [common events](/wiki/common-events.html)
 -* support onappear / ondisappear event. Check out [common events](/wiki/common-events.html)
 +* support onclick event. Check out [common events](/docs/events/common-events.html)
 +* support onappear / ondisappear event. Check out [common events](/docs/events/common-events.html)
  
  
- ### API
+ ## API
  
  All cells or cell's subcomponents in list support the scrollToElement API in [dom module](../modules/dom.html)
  
diff --cc docs/docs/components/waterfall.md
index 1cbcdd5,6a98923..0c04ac8
--- a/docs/docs/components/waterfall.md
+++ b/docs/docs/components/waterfall.md
@@@ -25,23 -25,23 +25,23 @@@ Notes: The waterfall only supports the 
  
  To see other attributes in list,  please checkout [List Component Attributes](./list.html)
  
- ### Styles
+ ## Styles
  
 -common styles: check out [common styles for components](/wiki/common-styles.html)
 +common styles: check out [common styles for components](/docs/styles/common-styles.html)
  
  * support flexbox related styles
  * support box model related styles
  * support position related styles
  * support opacity, background-color etc.
  
- ### Events
+ ## Events
  
 -common events: check out the [common events](/wiki/common-events.html)
 +common events: check out the [common events](/docs/events/common-events.html)
  
 -* support onclick event. Check out [common events](/wiki/common-events.html)
 -* support onappear / ondisappear event. Check out [common events](/wiki/common-events.html)
 +* support onclick event. Check out [common events](/docs/events/common-events.html)
 +* support onappear / ondisappear event. Check out [common events](/docs/events/common-events.html)
  
- ### API
+ ## API
  
  All subcomponents in waterfall support the scrollToElement API in [dom module](../modules/dom.html)