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.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.
Version: 3.3.0
Framework Version: 9.24.0
Release Notes: ### Added
- We add new advance config to allow user to disable relative url conversion.
Version: 3.2.4
Framework Version: 9.24.0
Release Notes: ### Changed
- We allow users to turned off sandbox_iframes through configurations.
Version: 3.2.3
Framework Version: 9.24.0
Release Notes: ### Fixed
- We have upgraded the dependency (TinyMCE) version to 6.8.4 in order to solve CVE-2024-38357
Version: 3.2.2
Framework Version: 9.24.0
Release Notes: ### Fixed
- We fixed an issue where in some cases rich text display loading screen infinitely.
- We optimized rich text bundle size.
Version: 3.2.1
Framework Version: 9.24.0
Release Notes: ### Added
- We add on change and on key press events to make upgrade consistent from previous version.