mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 18:42:19 +02:00
Update
This commit is contained in:
12
docs_md/components/custom/rich_input_api.md
Normal file
12
docs_md/components/custom/rich_input_api.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## Rich Input Quick API reference
|
||||
|
||||
```lua
|
||||
rich_input:get_text()
|
||||
rich_input:init(template, nodes)
|
||||
rich_input:on_input([action_id], [action])
|
||||
rich_input:select()
|
||||
rich_input:set_allowed_characters(characters)
|
||||
rich_input:set_font(font)
|
||||
rich_input:set_placeholder(placeholder_text)
|
||||
rich_input:set_text(text)
|
||||
```
|
Reference in New Issue
Block a user