twitter-bootstrap - x 在 Bootstrap 4 中可编辑?

标签 twitter-bootstrap bootstrap-4 inline-editing

我目前正在探索 Bootstrap 4。

在 Bootstrap 3 中,我使用 x-editable 实现了内联编辑。

但是对于 Bootstrap 4,我找不到如何实现内联编辑。

有什么建议么?

最佳答案

这个技巧对我有用:

$.fn.editableform.buttons = '<button type="submit" class="btn btn-info editable-submit"><i class="fa fa-fw fa-check"></i></button>' + '<button type="button" class="btn editable-cancel"><i class="fa fa-fw fa-remove"></i></button>' ;
	

关于twitter-bootstrap - x 在 Bootstrap 4 中可编辑?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40612620/

相关文章:

css - 向 Bootstrap 添加颜色类

html - 如何在 Bootstrap 中左右对齐导航栏的列表项

css - Bootstrap 输入和导航栏

reactjs - 如何在 react.js 中使用 bootstrap?

twitter-bootstrap - Bootstrap 通知面板,如 facebook 消息下拉列表

css - Bootstrap btn高度与tomcat

html - 移动设备上的 Css 动画向上移动页面并且 <p> 标签内的文本不会换行而是放大页面

ruby-on-rails-3 - 我如何将 country_select gem 与 best_in_place 编辑集成

mysql - 导入文件时出现错误 "1366 Incorrect integer value: ' 1'"

python - Django 中 ManyToMany 关系的内联编辑