You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
634 B

8 years ago
> \resource\components\mobile\Panel.js
* 一个基础的面板组件
* 用于显示一些简单的提示信息
* 根据状态不同,提示 成功,警告,失败,普通 等状态
>
<panel type="success" text="You successfully read this important alert message."></panel>
<panel type="error" text="You successfully read this important alert message."></panel>
<panel type="warn" text="You successfully read this important alert message."></panel>
<panel type="info" text="You successfully read this important alert message."></panel>
<panel type="normal" text="You successfully read this important alert message."></panel>