mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Implement textarea in formspec, a multiline input field
This commit is contained in:
parent
615fd498bc
commit
46d431e7c3
2 changed files with 49 additions and 32 deletions
|
@ -725,6 +725,9 @@ field[<name>;<label>;<default>]
|
|||
^ must be used without a size[] element
|
||||
^ a 'Proceed' button will be added automatically
|
||||
|
||||
textarea[<X>,<Y>;<W>,<H>;<name>;<label>;<default>]
|
||||
^ same as fields above, but with multi-line input
|
||||
|
||||
label[<X>,<Y>;<label>]
|
||||
^ x and y work as per field
|
||||
^ label is the text on the label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue