Skip to content

Commit

Permalink
Added documentation for the newly added 'textFrom' and 'textTo' attri…
Browse files Browse the repository at this point in the history
…butes of a link.
  • Loading branch information
marcantoinefortier committed Mar 17, 2015
1 parent 7cf78c8 commit 60880d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions js/src/network/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,20 @@ <h3>Links</h3>
<td>no</td>
<td>Text to be displayed halfway the link.</td>
</tr>

<tr>
<td>textFrom</td>
<td>string</td>
<td>no</td>
<td>Text to be displayed on the start of the link.</td>
</tr>

<tr>
<td>textTo</td>
<td>string</td>
<td>no</td>
<td>Text to be displayed on the end of the link.</td>
</tr>

<tr>
<td>timestamp</td>
Expand Down

0 comments on commit 60880d8

Please sign in to comment.