Rich Text
Content Type: Widget
Categories: Data
Overview
This widget is a powerful, rich text editor. Create rich formatted text with HTML output. User interface options include an inline bubble toolbar on a text selection or a top toolbar.
Documentation
Please see Rich Text in the Mendix documentation for details.
Releases
Version: 4.7.0
Framework Version: 9.24.0
Release Notes: ### Added
- We added support to add custom font families to Rich Text.
Version: 4.6.1
Framework Version: 9.24.0
Release Notes: ### Added
- We added table support to Rich Text, now it is possible to add tables and configure their layout.
### Fixed
- We fixed an issue with incorrect wording in words counter in status bar. (Thanks @Maismaus)
Version: 4.5.0
Framework Version: 9.24.0
Release Notes: ### Added
- We added fullscreen functionality in rich text editor.
Version: 4.4.0
Framework Version: 9.24.0
Release Notes: ### Added
- We added support for resizing images, videos, and other embeds.
### Fixed
- We fixed missing "Code" and "Font Size" toolbar component on custom advanced toolbar.
Version: 4.3.1
Framework Version: 9.24.0
Release Notes: ### Fixed
- We fixed minor formatting issues of blank space appearing in between formats.
- We fixed font size and family picker not set to correct default value.
- We fixed additional break tag shows up in the last line of the editor.
Version: 4.3.0
Framework Version: 9.24.0
Release Notes: ### Fixed
- We fixed minor HTML bugs whereas rich text will add extra new lines on saving value.
- We fixed rich text accessibility with tab keypress. Pressing tab will now allow you to directly focus on editor and Alt + F10 will brings you directly to toolbar.
Version: 4.2.0
Framework Version: 9.24.0
Release Notes: ### Fixed
- We fixed readonly styling for Read Panel mode.
### Changed
- We changed dimension configurations to better match CSS formats.
- We changed DOM order to show editor before toolbar for easier focus order.
Version: 4.1.0
Framework Version: 9.24.0
Release Notes: ### Fixed
- We fixed an issue where the attribute not refreshed when the widget is not reloaded.
### Added
- We allow user to create html button tag on the widget.
Version: 4.0.0
Framework Version: 9.24.0
Release Notes: ### Breaking changes
- The Rich Text widget has been updated to use Quill V2 due to a license change in TinyMCE. Unlike TinyMCE, Quill V2 does not require rendering a separate iframe, which simplifies styling and content security configurations. Users should review and adjust their widget configurations after updating.
Version: 3.3.1
Framework Version: 9.24.0
Release Notes: ### Changed
- Changed action required to false to avoid unnecessary warnings in the Studio Pro.