Updated Textfield (markdown)

Robert Jelic
2022-05-09 23:11:59 +02:00
parent e0bd4a6b42
commit c4d083ce14

@@ -8,8 +8,7 @@ local aTextfield = mainFrame:addTextfield("myFirstTextfield"):show()
This will create a default textfield with the size 10 width and 4 height on position 1 1 (relative to its parent frame), the default background is colors.gray, the default text color is colors.black and the default zIndex is 5.
A list of all possible functions available for textfields:<br>
Remember textfield inherits from [object](https://github.com/NoryiE/NyoUI/wiki/Object):
A list of all possible functions available for textfields. Remember textfield inherits from [object](https://github.com/NoryiE/NyoUI/wiki/Object):
## getLines