Compdigitec Labs

« | Home | »

Disable dragging of an element in JSXGraph

By admin | July 20, 2014

Set the attribute ‘fixed‘ to true in JXG.GeometryElement:

var line = board.create('line', [ [0,0], [1,1] ], {dash:0, strokeColor:"#FF0000", strokeWidth:3, fixed: true});

or

var line = board.create('line', [ [0,0], [1,1] ], {dash:0, strokeColor:"#FF0000", strokeWidth:3});
line.setAttribute({ fixed: true });
board.update();

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: (X)HTML, Windows | 2 Comments »

2 Responses to “Disable dragging of an element in JSXGraph”

  1. 17 Year Bourbon Unveiled As Old Fitzgerald Spring 2022 Decanter Release Says:
    April 18th, 2025 at 14:45

    … [Trackback]

    […] Find More here on that Topic: compdigitec.com/labs/2014/07/20/disable-dragging-of-an-element-in-jsxgraph/ […]

  2. คาสิโนAUTO ที่ LSM99 มีจุดเด่นอย่างไร Says:
    April 19th, 2025 at 19:53

    … [Trackback]

    […] Find More to that Topic: compdigitec.com/labs/2014/07/20/disable-dragging-of-an-element-in-jsxgraph/ […]

Comments