Format String
Content Type: Widget
Categories: User Interface
Overview
Insert custom text into a page, replacing string variables by values from a context object and allowing you to display multiple attributes as a single string.
This widget is deprecated. The functionality of this widget can be done with our default Text template and the HTML Element widget.
Releases
Version: 6.0.1
Framework Version: 7.23.0
Release Notes: ### Removed
- We've removed deprecated warnings
Version: 6.0.0
Framework Version: 7.23.0
Release Notes: Fix for Mendix 8 compatibility
Version: 5.8.1
Framework Version: 7.23.0
Release Notes: Attributes over a reference should now properly apply the formatting settings for that attribute.
Version: 5.8.0
Framework Version: 7.23.0
Release Notes: #27 This version now supports onclick nanoflows!
#29 Widget will now properly load references N-deep
Version: 5.7.1
Release Notes: - #24 Fix error when language is set to "en-gb"
Version: 5.7.0
Release Notes: - Offline capable
- Added debugging again
Version: 5.6.0
Release Notes: - Smaller footprint, minified code (reduction 50%)
- Refactoring getReferences: this is now done asynchronously
- Add #20 #21 Stop propagating on click. This was done automatically, now it is an option
- Update README & documentation, per request #22
- Fix getting locale. In case of NOT using translatable strings, and the locale NOT being `en-us` or `nl-nl`, it would not show any dates. This is fixed (fallback to `en-us`)
Version: 5.5.2
Release Notes: - Fix for #19, widget hides when context object is empty
Version: 5.5.1
Release Notes: - Fix #18 Stop propagation on click events
- Cleanup code (removal of ``mendix.lang.nullExec``)
Version: 5.5
Release Notes: - Add translatableString ``en_GB``
- Add option to use the attribute value in a class as well
- Fix MX7 deprecation ``dom.div`` should be ``dom.create("div"``