Bootstrap Wysiwyg Editor

Content Type: Widget
Categories: Data

Overview

This widget is a simpler, more style-friendly version of the Simple Rich Text Editor for use in MX5 projects. It provides basic text styling functionality such as bold, italic, and underline.

Documentation

null

Basic Bootstrap Wysiwyg Editor

Basic, bootstrap based, rich text editor widget for Mendix.

Description

This widget is a basic, more simplistic, more style-friendly version of the Simple Rich Text Editor. It has been created specifically for use in MX5 projects. It provides basic text styling functionality such as bold,italic andunderline.

The widget is based on the jQuery bootstrap wysiwyg plugin: http://mindmup.github.io/bootstrap-wysiwyg/

The only configuration needed is the referenced text attribute.

Features and limitations

The wysiwyg div accepts all shortcuts that are used in text editing programs such as MS Word. Not all buttons are available yet.

Dependencies

Mendix 5.x Environment jQuery (added to the package) bootstrap-wysiwyg plugin (added to the package) Works on Chrome and Firefox

Configuration

The widget should be placed inside a dataview.

Properties

Data attribute: The attribute the content should be saved to. Input height: The height of the input field in px.

Releases

Version: 4.0.0
Framework Version: 7.23.0
Release Notes: - Rewritten in ES6 format - Smaller footprint - Updated jQuery (to 3.3.1) - Rewritten libraries, fixing issues - Tested in FF, Chrome, Safari, Edge, IE11. IE10 should work, but is not supported by Mendix