diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 0ee3b2d91..1890682fd 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -997,6 +997,13 @@ dropdown[<X>,<Y>;<W>;<name>;<item 1>,<item 2>, ...,<item n>;<selected idx>] ^ index of currently selected dropdown item ^ color in hexadecimal format RRGGBB +checkbox[<X>,<Y>;<name>;<label>;<selected>] +^ show a checkbox +^ x and y position of checkbox +^ name fieldname data is transfered to lua +^ label to be shown left of checkbox +^ selected (optional) true/false + Note: do NOT use a element name starting with "key_" those names are reserved to pass key press events to formspec! |