add html view

This commit is contained in:
lixianjing 2021-03-14 18:13:31 +08:00
parent 010051230f
commit 90a4232d08
3 changed files with 7 additions and 0 deletions

View File

@ -328,6 +328,8 @@ npm install -g glob
* [Examples for Custom Widgets: Table View](https://github.com/zlgopen/awtk-widget-table-view) * [Examples for Custom Widgets: Table View](https://github.com/zlgopen/awtk-widget-table-view)
* [Examples for Custom Widgets: HTML View](https://github.com/zlgopen/awtk-widget-html-view)
* [Examples for Custom Widgets: ios/android like list item](https://github.com/zlgopen/awtk-widget-slidable-row) * [Examples for Custom Widgets: ios/android like list item](https://github.com/zlgopen/awtk-widget-slidable-row)
* [Examples for Custom Widgets: VLabel](https://github.com/zlgopen/awtk-widget-vlabel) * [Examples for Custom Widgets: VLabel](https://github.com/zlgopen/awtk-widget-vlabel)

View File

@ -332,6 +332,8 @@ npm install -g glob
* [扩展控件实例:表格视图](https://github.com/zlgopen/awtk-widget-table-view) * [扩展控件实例:表格视图](https://github.com/zlgopen/awtk-widget-table-view)
* [扩展控件实例HTML 视图](https://github.com/zlgopen/awtk-widget-html-view)
* [扩展控件实例:垂直文本](https://github.com/zlgopen/awtk-widget-vlabel) * [扩展控件实例:垂直文本](https://github.com/zlgopen/awtk-widget-vlabel)
* [扩展控件实例:仿微信列表项](https://github.com/zlgopen/awtk-widget-slidable-row) * [扩展控件实例:仿微信列表项](https://github.com/zlgopen/awtk-widget-slidable-row)

View File

@ -1,5 +1,8 @@
# 最新动态 # 最新动态
2020/03/14
* 增加 [HTML View](https://github.com/zlgopen/awtk-widget-html-view)
2020/03/13 2020/03/13
* 修复 label\_get\_text\_line\_max\_w 接口在tr\_text属性为空调用失败的问题(感谢雨欣提供补丁) * 修复 label\_get\_text\_line\_max\_w 接口在tr\_text属性为空调用失败的问题(感谢雨欣提供补丁)