author | Edouard Tisserant |
Fri, 03 Apr 2020 09:52:57 +0200 | |
branch | svghmi |
changeset 2916 | 4f3b130fd197 |
parent 2911 | 211d6a185e31 |
child 2917 | c8d923dd707f |
permissions | -rw-r--r-- |
2908 | 1 |
// widget_keypad.ysl2 |
2 |
||
3 |
template "widget[@type='Keypad']", mode="widget_defs" { |
|
2911
211d6a185e31
SVGHMI: More infrastructure for editing values with a keypad.
Edouard Tisserant
parents:
2908
diff
changeset
|
4 |
| init: function() { |
211d6a185e31
SVGHMI: More infrastructure for editing values with a keypad.
Edouard Tisserant
parents:
2908
diff
changeset
|
5 |
| }, |
2908 | 6 |
} |