OO-2896: implement a plugin for tinymce to count the number of characters of...
OO-2896: implement a plugin for tinymce to count the number of characters of its content (inclusive HTML markup) and enable it for the info messages editor and the forum
Showing
- pom.xml 7 additions, 0 deletionspom.xml
- src/main/java/org/olat/commons/info/ui/InfoEditFormController.java 2 additions, 1 deletion...java/org/olat/commons/info/ui/InfoEditFormController.java
- src/main/java/org/olat/core/gui/components/form/flexible/impl/elements/richText/RichTextConfiguration.java 4 additions, 0 deletions...lexible/impl/elements/richText/RichTextConfiguration.java
- src/main/java/org/olat/core/gui/components/form/flexible/impl/elements/richText/RichTextElementRenderer.java 4 additions, 1 deletion...xible/impl/elements/richText/RichTextElementRenderer.java
- src/main/java/org/olat/core/gui/components/form/flexible/impl/elements/richText/TinyConfig.java 4 additions, 0 deletions...ents/form/flexible/impl/elements/richText/TinyConfig.java
- src/main/java/org/olat/core/gui/components/form/flexible/impl/elements/richText/plugins/olatcharcount/_i18n/LocalStrings_de.properties 10 additions, 0 deletions...xt/plugins/olatcharcount/_i18n/LocalStrings_de.properties
- src/main/java/org/olat/core/gui/components/form/flexible/impl/elements/richText/plugins/olatcharcount/_i18n/LocalStrings_en.properties 3 additions, 0 deletions...xt/plugins/olatcharcount/_i18n/LocalStrings_en.properties
- src/main/java/org/olat/modules/fo/ui/MessageEditController.java 1 addition, 0 deletions...in/java/org/olat/modules/fo/ui/MessageEditController.java
- src/main/java/org/olat/modules/lecture/model/ReasonImpl.java 2 additions, 0 deletionssrc/main/java/org/olat/modules/lecture/model/ReasonImpl.java
- src/main/webapp/static/js/tinymce4/tinymce/plugins/olatcharcount/plugin.js 103 additions, 0 deletions...tatic/js/tinymce4/tinymce/plugins/olatcharcount/plugin.js
- src/main/webapp/static/js/tinymce4/tinymce/plugins/olatcharcount/plugin.min.js 1 addition, 0 deletions...c/js/tinymce4/tinymce/plugins/olatcharcount/plugin.min.js
- src/main/webapp/static/themes/light/modules/_thirdparty.scss 18 additions, 3 deletionssrc/main/webapp/static/themes/light/modules/_thirdparty.scss
- src/main/webapp/static/themes/light/theme.css 1 addition, 1 deletionsrc/main/webapp/static/themes/light/theme.css
- src/main/webapp/static/themes/light/theme.css.map 1 addition, 1 deletionsrc/main/webapp/static/themes/light/theme.css.map
- src/main/webapp/static/themes/light/theme_ie_completions.css 1 addition, 1 deletionsrc/main/webapp/static/themes/light/theme_ie_completions.css
- src/main/webapp/static/themes/openolat/theme.css 1 addition, 1 deletionsrc/main/webapp/static/themes/openolat/theme.css
- src/main/webapp/static/themes/openolat/theme.css.map 1 addition, 1 deletionsrc/main/webapp/static/themes/openolat/theme.css.map
- src/main/webapp/static/themes/openolat/theme_ie_completions.css 1 addition, 1 deletion...in/webapp/static/themes/openolat/theme_ie_completions.css
Loading
Please register or sign in to comment