Hi ,
I came across this widget that might be exactly what you're looking for:
Check it out here:
https://marketplace.mendix.com/link/component/114739
Let me know if it suits your needs, or if there's anything else I can help with.
Hi, you can solve this in several ways. You pretty much only need a boolean attribute called _IsCollapsed and either a non persistable helper entity or on a persistable entity and making sure it's never committed with the boolean set to true.
Use the Text widget, and with a decision in the caption template you can do either a substring or the whole text. It could look something like this:
And the read more button would toggle the boolean, and only be visible if the text is collapsed