Last modified by Anna Paul-Hasenfuss on 19.06.2025

From version 2.1
edited by Anna Paul-Hasenfuss
on 17.05.2025
Change comment: There is no comment for this version
To version 3.1
edited by Anna Paul-Hasenfuss
on 17.05.2025
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -51,10 +51,10 @@
51 51  The method **brd.create()** with the identifier **'button'** is used to create a button. The button title and a method for accepting the input from the gap are passed in the arguments.
52 52  
53 53  (% lang="en-GB" %)
54 -The **getOnyxGapValue()** method with the argument **{GAP_1}** is used to copy the value from the onyx gap labeled GAP_1. If you have multiple gaps, check that the correct gap is being evaluated. You can find the name of a gap in the gap editing view in the field at the bottom right labeled “ID: ...”.
54 +The **getOnyxGapValue()** method with the argument **{GAP_1}** is used to copy the value from the ONYX gap labeled GAP_1. If you have multiple gaps, check that the correct gap is being evaluated. You can find the name of a gap in the gap editing view in the field at the bottom right labeled “ID: ...”.
55 55  
56 56  (% lang="en-GB" %)
57 -The brd.removeObject() method is used to remove an object from the graphic. The arguments expect the reference of the old JSXGraph object (here the point p).
57 +The brd.removeObject() method is used to remove an object from the graphic. The arguments must contain the reference of the old JSXGraph object (here the point p).
58 58  
59 59  (% class="western" style="margin-bottom:11px" %)
60 60  The **brd.update()** method is used to manually update the graphic, i.e. the field is redrawn.