mui.confirm( "textarea id='confirmTextArea' style='margin-bottom:0px;height:140px;'/textareadiv style='text-align:left'button type='button' class='mui-btn mui-btn-primary'上传附件/button/div", "驳回原因", [ '取消', '确定' ], function(aa,bbb,ccc){console.log(aa,bbb,cc
mui.confirm(
"<textarea id='confirmTextArea' style='margin-bottom:0px;height:140px;'></textarea><div style='text-align:left'><button type='button' class='mui-btn mui-btn-primary'>上传附件</button></div>",
"驳回原因",
[
'取消',
'确定'
],
function(aa,bbb,ccc){console.log(aa,bbb,ccc);return true},
'div'
)
编程基础网
本文标题为:MUI自定义弹窗交互代码
基础教程推荐
猜你喜欢
- 微信小程序使用uni-app开发小程序及部分功能实现 2022-08-31
- highlight.js如何显示行号,增加行号显示 2023-08-29
- python selenium模拟点击问题解决方案 2023-12-20
- PHP HTML复选框仅提交MySQL问题的最后一个值 2023-10-26
- css实现3d立体魔方的示例代码 2023-12-09
- JQuery的ajax的用法在asp中使用$.ajax()实现 2023-12-26
- CSS清除浮动方法小结 2023-12-19
- 基于Jquery ajax技术实现间隔N秒向某页面传值 2022-10-17
- pdfjs预览 vue中常见的坑及修改预览的标题名 2023-10-08
- TRON波场DAPP对接(tronWeb+vue) 2023-10-08
