EditableOfficial Website
Editable for Bootstrap In-place editing with Bootstrap Form and Popover. About. Invokes in-place editing feature to any element of your page.
CSS
<!-- Editable css -->
<link rel="stylesheet" href="{% static 'libs/bootstrap-editable/css/bootstrap-editable.css' %}" type="text/css" />
Javascript
<!-- Editable js -->
<script src="{% static 'libs/bootstrap-editable/js/index.js' %}"></script>
<script src="{% static 'libs/moment/min/moment.min.js' %}"></script>
Initjs (Custom js)
<!-- File upload js -->
<script src="{% static 'js/pages/form-xeditable.init.js' %}"></script>
Add Package
yarn add bootstrap-editable --save
Remove Package
yarn remove bootstrap-editable or you can remove package by removing specific package from package.json
Examples:
Title | Javascript |
---|---|
Simple Text Field |
|
Empty text field, required |
|
Select, local array, custom display |
|
Combodate |
|
Textarea, buttons below. Submit by ctrl+enter |
|