update docs

This commit is contained in:
lixianjing 2021-01-10 08:49:29 +08:00
parent c0cdb50a71
commit bf2eb3c55c

View File

@ -553,6 +553,20 @@ stop_timer(widget)
stop_timer(parent.timer)
```
### 示例参考
### 参考
* https://github.com/zlgopen/awtk/blob/master/design/default/ui/main_fscript.xml
* https://github.com/zlgopen/awtk/blob/master/design/default/ui/text_selector_fscript.xml
* https://github.com/zlgopen/awtk/blob/master/design/default/ui/button_fscript.xml
* https://github.com/zlgopen/awtk/blob/master/design/default/ui/test_fscript.xml
* https://github.com/zlgopen/awtk/blob/master/design/default/ui/basic_fscript.xml
> 可以用 preview_ui 直接运行。如:
```
./bin/preview_ui.exe design/default/ui/main_fscript.xml
```