Browse Source

added fields to docs

flowchartTest
Alex de Mulder 9 years ago
parent
commit
41d51c2c11
1 changed files with 57 additions and 1 deletions
  1. +57
    -1
      docs/network/new_network.html

+ 57
- 1
docs/network/new_network.html View File

@ -340,6 +340,62 @@ network.setOptions(options);
section below</a> for more explaination on how to customize this.
</td>
</tr>
<tr>
<td>configure</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./configure.html">All options in this object are explained in the configure module.</a>
</td>
</tr>
<tr>
<td>edges</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./edges.html">All options in this object are explained in the edges module.</a>
</td>
</tr>
<tr>
<td>nodes</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./nodes.html">All options in this object are explained in the nodes module.</a>
</td>
</tr>
<tr>
<td>groups</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./groups.html">All options in this object are explained in the groups module.</a>
</td>
</tr>
<tr>
<td>layout</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./layout.html">All options in this object are explained in the layout module.</a>
</td>
</tr>
<tr>
<td>interaction</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./interaction.html">All options in this object are explained in the interaction module.</a>
</td>
</tr>
<tr>
<td>manipulation</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./manipulation.html">All options in this object are explained in the manipulation module.</a>
</td>
</tr>
<tr>
<td>physics</td>
<td class="mid">Object</td>
<td class="mid">Object</td>
<td><a href="./physics.html">All options in this object are explained in the physics module.</a>
</td>
</tr>
</table>
<br>
@ -365,7 +421,7 @@ var locales = {
editClusterError: 'Clusters cannot be edited.'
}
}</pre>
<p>If you want to define your own locale, you can change the key ('en' here) and change all the string. You can
<p>If you want to define your own locale, you can change the key ('en' here) and change all the strings. You can
then use your new key in the locale option.</p>
</div>
<div id="methodsDiv" class=" hidden">

Loading…
Cancel
Save