update doc/*/scripting/ui.md

This commit is contained in:
MihailRis
2025-07-19 14:49:39 +03:00
parent 3b4d5ebfc7
commit c30ce8affb
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -75,6 +75,7 @@ Common methods:
| ------------------------------- | -------------------------------------------------------------------------------------------- |
| clear() | clears content |
| add(xml) | adds an element, creating it using xml code. Example: `container:add("<image src='test'/>")` |
| add(xml, data) | overload with table, which in events declared in xml will be available as DATA |
| setInterval(interval, callback) | assigns a function to be executed repeatedly at an interval specified in milliseconds |
## Textbox