Browse Source

Fixed #1267: wrong description for `clickToUse`

webworkersNetwork
jos 9 years ago
parent
commit
d97bb0db68
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      docs/network/index.html

+ 1
- 5
docs/network/index.html View File

@ -333,11 +333,7 @@ network.setOptions(options);
<tr><td id="event_clickToUse">clickToUse</td>
<td>Boolean</td>
<td>false</td>
<td>Locales object. By default only <code>'en'</code>, <code>'de'</code>, <code>'es'</code> and <code>'nl'</code> are supported. Take a look
at
the <a href="#locales" data-scroll=""
data-options="{ &quot;easing&quot;: &quot;easeInCubic&quot; }">locales
section below</a> for more explaination on how to customize this.
<td>When a Network is configured to be <code>clickToUse</code>, it will react to mouse and touch events only when active. When active, a blue shadow border is displayed around the Network. The network is set active by clicking on it, and is changed to inactive again by clicking outside the Network or by pressing the ESC key.
</td>
</tr>
<tr><td id="event_configure">configure</td>

Loading…
Cancel
Save