[
https://issues.apache.org/jira/browse/WEEX-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328744#comment-16328744
]
ASF GitHub Bot commented on WEEX-86:
------------------------------------
Github user cxfeng1 commented on a diff in the pull request:
https://github.com/apache/incubator-weex-site/pull/19#discussion_r162045477
--- Diff: source/references/components/scroller.md ---
@@ -1,40 +1,39 @@
---
title: <scroller>
type: references
-group: Build-in Components
-order: 8.09
+order: 2.8
version: 2.1
---
# <scroller>
<span class="weex-version">v0.6.1+</span>
-A scroller is a component in vertical direction which can have multiple
child components in one column. If total height of its child components exceed
the height of the scroller, the whole child components will be scrollable.
+Scroller is a component which can have multiple child components in one
column. It supports both direcitons. If the content size of child components
exceeds the frame of the scroller, the whole child components will be
scrollable.
Notes: A <scroller> can be used as a root element or a embed element. The
scroll direction of this component is column, and it can't be changed.
## Child Components
Scroller supports all kinds of components, such as div, text, etc.
-And there are two special components that can only be used inside scroller
component.
+There are two special components that can only be used inside scroller
component.
-* refresh 0.6.1 used inside list to add pull-down-to-refresh functionality.
-* loading 0.6.1 used inside list to add pull-up-to-load-more functionality.
+* refresh 0.6.1 used inside list to add pull-down-to-refresh
functionality.
+* loading 0.6.1 used inside list to add pull-up-to-load-more
functionality.
## Attributes
-* show-scrollbar: true/false whether show the scroll bar or not, default
value is true
-* scroll-direction: <string> define scroll direction of component,
horizontal or vertical
+* show-scrollbar: <boolean> true | false, default value is true.
This attribute indicates whether show the scroll bar or not.
--- End diff --
A Boolean value that controls whether the scroll indicator is visible.
> Reorganize the structure of documents and website
> -------------------------------------------------
>
> Key: WEEX-86
> URL: https://issues.apache.org/jira/browse/WEEX-86
> Project: Weex
> Issue Type: Improvement
> Components: Project
> Reporter: Hanks Zhang
> Assignee: zhengshihan
> Priority: Major
>
> h1. Weex Document Index
> + contributing.md
> + development-process.md
> + who-is-using-weex.md
> + releasenote.md
> + resources.md
> h2. Guide
> + index.md
> + advanced
> + app-architecture.md
> + downgrade.md
> + page-architecture.md
> + path.md
> + use-vuex-and-vue-router.md
> + extend-android.md
> + extend-ios.md
> + extend-js-framework.md
> + extend-web-render.md
> + front-end-frameworks.md
> + integrate-devtool-to-android.md
> + integrate-devtool-to-ios.md
> + integrate-to-your-app.md
> + set-up-env.md
> + using-rax.md
> + using-vue.md
> h2. References
> + index.md
> + android-apis.md
> + ios-apis.md
> + js-framework-apis.md
> + js-service.md
> + weex-variable.md
> h3. Components
> + a.md
> + cell.md
> + div.md
> + image.md
> + indicator.md
> + input.md
> + list.md
> + loading.md
> + refresh.md
> + scroller.md
> + slider.md
> + switch.md
> + text.md
> + textarea.md
> + video.md
> + waterfall.md
> + web.md
> h3. Modules
> + animation.md
> + clipboard.md
> + dom.md
> + globalevent.md
> + meta.md
> + modal.md
> + navigator.md
> + picker.md
> + storage.md
> + stream.md
> + websocket.md
> + webview.md
> h2. WiKi
> + color-names.md
> + common-events.md
> + common-styles.md
> + css-units.md
> + design-principles.md
> + event-bubble.md
> + faq.md
> + gestures.md
> + index.md
> + platform-difference.md
> + text-styles.md
> h2. Tools
> + helpers.md
> + index.md
> + market.md
> + toolkit.md
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)