Skip to content

Commit

Permalink
* [doc] add chinese translate link
Browse files Browse the repository at this point in the history
  • Loading branch information
lvscar committed Jun 17, 2016
1 parent 9eb40e9 commit e641d9a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/advanced/extend-to-ios.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
##Extend to iOS
##Extend to iOS
<a href="https://github.com/weexteam/article/issues/17" class="weex-translate">cn</a>

### Module extend

Expand Down
1 change: 1 addition & 0 deletions doc/advanced/integrate-to-ios.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# import Weex iOS to your project
<a href="https://github.com/weexteam/article/issues/18" class="weex-translate">cn</a>

You will need to build Weex from source if you want to work on a new feature/bug fix, try out the latest features not released yet, or maintain your own fork with patches that cannot be merged to the core.

Expand Down
1 change: 1 addition & 0 deletions doc/references/common-attrs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Common Attribute
<span class="weex-version">0.4</span>
<a href="https://github.com/weexteam/article/issues/13" class="weex-translate">cn</a>

All of weex tags share some common attributes

Expand Down
1 change: 1 addition & 0 deletions doc/syntax/comm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Communicate Between Components
<span class="weex-version">0.4</span>
<a href="https://github.com/weexteam/article/issues/16" class="weex-translate">cn</a>

## For Child-Parent Communication

Expand Down
1 change: 1 addition & 0 deletions doc/syntax/events.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Events
<span class="weex-version">0.4</span>
<a href="https://github.com/weexteam/article/issues/15" class="weex-translate">cn</a>

Weex allow `<template>` to bind event type and handler on an Element. The attribute name is the event type with prefix `on...` and the attribute value is handler method name. For instance: `onclick="handler"`. e.g.

Expand Down
1 change: 1 addition & 0 deletions doc/syntax/style-n-class.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Style & Class
<span class="weex-version">0.4</span>
<a href="https://github.com/weexteam/article/issues/6" class="weex-translate">cn</a>

## The Basic Syntax

Expand Down

0 comments on commit e641d9a

Please sign in to comment.