Last modified by Anna Paul-Hasenfuss on 19.06.2025

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

Summary

Details

Page properties
Content
... ... @@ -60,10 +60,10 @@
60 60  {{/warning}}
61 61  
62 62  (% class="western" style="margin-bottom:11px" %)
63 -The method **brd.create()** with the identifier **'point' **is used to draw a point with the given coordinates and a given name which is displayed in the graphic at the beginning.
63 +The method **brd.create()** with the identifier **'point' **is used to draw a point with the given coordinates and a given name, which is displayed in the graphic at the beginning. If no name is specified, it is labelled automatically.
64 64  
65 65  (% class="western" style="margin-bottom:11px" %)
66 -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.
66 +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.
67 67  
68 68  
69 69  {{info}}