mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +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)
|
||||
```
|
0
docs_md/components/custom/rich_input_manual.md
Normal file
0
docs_md/components/custom/rich_input_manual.md
Normal file
15
docs_md/components/custom/rich_text_api.md
Normal file
15
docs_md/components/custom/rich_text_api.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Rich Text Quick API reference
|
||||
|
||||
```lua
|
||||
rich_text:characters(word)
|
||||
rich_text:clear()
|
||||
rich_text:get_line_metric()
|
||||
rich_text:get_text()
|
||||
rich_text:get_words()
|
||||
rich_text:init(text_node, [value])
|
||||
rich_text:on_layout_change()
|
||||
rich_text:on_remove()
|
||||
rich_text:on_style_change(style)
|
||||
rich_text:set_text([text])
|
||||
rich_text:tagged(tag)
|
||||
```
|
0
docs_md/components/custom/rich_text_manual.md
Normal file
0
docs_md/components/custom/rich_text_manual.md
Normal file
Reference in New Issue
Block a user