Template:Digitalisierung - Module - Button handling
From MapbenderWiki
(Redirected from Digitalisierung - Module - Button handling)
Contents |
[edit]
List of Methods
[edit]
displayButtons()
- this function is invoked on load. All buttons defined by element vars (buttonDig_ arrays) are initialized.
[edit]
initDigButton(ind, pos)
- the button at index ind is initialized with the values of buttonDig_..[pos]. The enabled and disabled functions are being set as well.
[edit]
digitizeEnable(obj)
- triggers the corresponding functions after the button obj has been enabled.

