Files
Basalt/docs/objects/Textfield.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

16 lines
570 B
Markdown

Textfields are objects, where the user can write something in multiple lines. It behaves like the default edit script
[Object](objects/Object.md) methods also apply for textfields.
| | |
|---|---|
|[getLines](objects/Textfield/getLines.md)|
|[getLine](objects/Textfield/getLine.md)|
|[editLine](objects/Textfield/editLine.md)|
|[addLine](objects/Textfield/addLine.md)|
|[removeLine](objects/Textfield/removeLine.md)|
|[getTextCursor](objects/Textfield/getTextCursor.md)|
|[addKeywords](objects/Textfield/addKeywords.md)|
|[addRule](objects/Textfield/addRule.md)|