胡安洋
胡安洋
多选时用layui.form.render("select")渲染下拉框的选项显示不出来
**Description** A clear and concise description of what the bug is. **Recording** A GIF or video showing the issue happening. (If you don't include this, there's a very good chance...
**Problem** A clear and concise description of what the problem is. (Eg. I'm always frustrated when [...]) **Solution** A clear and concise description of what you want to happen. **Alternatives**...
导出的HTML字符串: // this is a code blockconst some_string = "hello world";console.log(some_string);
  因为一行可能显示不下,所以把部分菜单放在了dropdown里面,但是里面的菜单在点击时候,会执行两次回调,第一次是上一次的值,第二次是当前点击的值,如何才能执行一次呢?还是说我这种二级菜单的实现方案不太对呢?有什么解决办法吗?
**Problem** ToolbarComponent中想增加一个保存按钮,editor中如何监听这个按钮的点击事件呢?