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自定义弹窗交互代码
猜你喜欢
- 详解CSS不定宽溢出文本适配滚动 2022-11-13
- js报错:Uncaught SyntaxError: Unexpected string 2023-07-09
- 微信小程序开发之路由切换页面重定向问题 2023-12-23
- 微信小程序如何做列表渲染(示例介绍) 2024-12-13
- javascript 浏览器判断 绑定事件 arguments 转换数组 数组遍历 2023-12-24
- 基于ajax的简单搜索实现方法 2022-10-18
- JS实现简单计数器 2024-02-19
- javascript结合Cookies实现浏览记录历史第2/3页 2024-01-14
- javascript操作Cookie(设置、读取、删除)方法详解 2024-01-14
- 9.css浮动.html 2023-10-27