When description is lengthy, CRM shows a nice text 'See more' when clicked shows full content, how to add same behavior to a custom WYSIWYG field?
Announcement
Collapse
No announcement yet.
'See more'
Collapse
X
-
Russ,
You can configure dynamic logic for the panel that will contain this field. This is a workaround, but you might like:- Create in Administration > Entity Manager > Your_entity > Layouts > Detail view a new panel and add this field to it (screenshot 1). Since the WYSIWYG type fields are usually very large, it is better to immediately place the panel you created at the very bottom of the Detail view.
- Click on the pencil to go to the edit panel menu (screenshot 2). After that, configure this panel as you like, but make sure that the Hidden option is enabled.
- As a result, WYSIWYG field will be replaced by three dots (screenshot 4), and when clicked, the entire content of your field will be displayed (screenshot 5).
Comment
-
perhaps you can integrate something like this: https://stackoverflow.com/questions/...ellipsis-click
Comment
Comment