xxxxxxxxxx
1
很多时候希望弹出对话框加的按扭具有保存和取消功能,这里就需要在按钮上添加special属性。
2
3
<button string="Save" class="btn-primary" special="save"/>
4
5
其中save为保存,canel为取消
已复制
xxxxxxxxxx
很多时候希望弹出对话框加的按扭具有保存和取消功能,这里就需要在按钮上添加special属性。
<button string="Save" class="btn-primary" special="save"/>
其中save为保存,canel为取消