From 7504aa78a2f8ffa0f5a73ca8d1a1c2dcaaea6191 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Mon, 15 Sep 2014 16:05:58 +0200 Subject: [PATCH] updated docs to reflect the differences with the allowed to move options --- docs/network.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/network.html b/docs/network.html index 7fc0a552..785cf377 100644 --- a/docs/network.html +++ b/docs/network.html @@ -280,17 +280,13 @@ When using a DataSet, the network is automatically updating to changes in the Da allowedToMoveX Boolean no - If allowedToMoveX is false, then the node will not move from its supplied position. - If an X position has been supplied, it is fixed in the X-direction. - If no X value has been supplied, this argument will not do anything. + If allowedToMoveX is false, then the node will not move in the X direction from its position. allowedToMoveY Boolean no - If allowedToMoveY is false, then the node will not move from its supplied position. - If an Y position has been supplied, it is fixed in the Y-direction. - If no Y value has been supplied, this argument will not do anything. + If allowedToMoveY is false, then the node will not move in the Y direction from its position. @@ -344,7 +340,7 @@ When using a DataSet, the network is automatically updating to changes in the Da number no Horizontal position in pixels. - The horizontal position of the node will be fixed. + The horizontal position of the node will be fixed unless combined with the allowedToMoveX:true option. The vertical position y may remain undefined. @@ -352,7 +348,7 @@ When using a DataSet, the network is automatically updating to changes in the Da number no Vertical position in pixels. - The vertical position of the node will be fixed. + The vertical position of the node will be fixed unless combined with the allowedToMoveY:true option. The horizontal position x may remain undefined.