From 47fec99a72e58879365ce0259c67c006de8d3e2e Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 20 Nov 2018 22:46:58 +0800 Subject: [PATCH] add view in readme --- README.md | 29 +++++++++++++++++++++++++++++ README_zh.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/README.md b/README.md index 54605d3..91f716d 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,35 @@ function demo:init() end ``` +## Components + +| views | +|------- | +| view | +| panel | +| label | +| button | +| border | +| window | +| menubar | +| menuconf | +| textedit | +| textarea | +| statusbar | +| choicebox | +| desktop | + + +| dialogs | +|------- | +| dialog | +| boxdialog | +| textdialog | +| inputdialog | +| mconfdialog | +| choicedialog | + + ## Snapshot #### Menu configuation diff --git a/README_zh.md b/README_zh.md index 88317fd..3c1e0ae 100644 --- a/README_zh.md +++ b/README_zh.md @@ -92,6 +92,34 @@ function demo:init() end ``` +## 组件 + +| 视图 | +|------- | +| view | +| panel | +| label | +| button | +| border | +| window | +| menubar | +| menuconf | +| textedit | +| textarea | +| statusbar | +| choicebox | +| desktop | + + +| 对话框 | +|------- | +| dialog | +| boxdialog | +| textdialog | +| inputdialog | +| mconfdialog | +| choicedialog | + ## 快照 #### 菜单配置