Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 1.26 KB

case.md

File metadata and controls

42 lines (18 loc) · 1.26 KB

综合案例

1. 待办处理

<iframe width="320" height="560" src="//www.easybui.com/demo/#pages/store/case" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

预览

查看效果

2. 弹窗选择交互

?> 如果数据一开始有值,还需要把值跟模板里的数据进行比对,处理成选中状态.

<iframe width="320" height="560" src="//www.easybui.com/demo/#pages/store/choose.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

预览

查看效果

3. 多选联动复杂场景

<iframe width="320" height="560" src="//www.easybui.com/demo/#pages/store/selectm_step1.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

预览

查看效果

2.2 代码优化版

<iframe width="320" height="560" src="//www.easybui.com/demo/#pages/store/selectm.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

预览

查看效果