简体   繁体   English

编辑引导程序可编辑对话框(在顶部添加X关闭按钮)

[英]Editing bootstrap editable dialogue box(Adding X close button on the top)

我目前的输出 }); }); 结果我想要

I want to add close X button in the bootstrap custom editable class. 我想在引导程序自定义可编辑类中添加关闭X按钮。 when user click on X it should act same as X button on button . 当用户单击X时,其作用应与按钮上的X按钮相同。

Add a span to the right of your "Enter comments" title, and bind an onclick handler which would simply trigger the click of the "X" button below. 在“输入评论”标题的右侧添加一个跨度,并绑定一个onclick处理程序,该处理程序将简单地触发下面“ X”按钮的单击。 That should do your job. 那应该做你的工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM