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="wwwroot/assetslibs/bootstrap-editable/css/bootstrap-editable.css" type="text/css" />
Javascript
<!-- Editable js -->
<script src="wwwroot/assetslibs/bootstrap-editable/js/index.js"></script>
<script src="wwwroot/assetslibs/moment/min/moment.min.js"></script>
Initjs (Custom js)
<!-- File upload js -->
<script src="wwwroot/assetsjs/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 |
|