mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Update Document details to use TinyMCE Readonly mode on display. Add Print Button. UI Updates etc
This commit is contained in:
13
js/app.js
13
js/app.js
@@ -42,6 +42,19 @@ tinymce.init({
|
||||
plugins: 'link image lists table code codesample fullscreen autoresize',
|
||||
});
|
||||
|
||||
// Initialize TinyMCE
|
||||
tinymce.init({
|
||||
selector: '.tinymcePreview',
|
||||
resize: false,
|
||||
promotion: false,
|
||||
branding: false,
|
||||
menubar: false,
|
||||
toolbar: false,
|
||||
statusbar: false,
|
||||
readonly: false,
|
||||
plugins: 'autoresize',
|
||||
});
|
||||
|
||||
// DateTime
|
||||
$('.datetimepicker').datetimepicker({
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user