Announcement

Collapse
No announcement yet.

'See more'

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 'See more'

    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?

  • #2
    Not supported.

    Comment


    • #3
      Russ,

      You can configure dynamic logic for the panel that will contain this field. This is a workaround, but you might like:
      1. 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.
      2. 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.
      3. 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).
      Attached Files

      Comment


      • #4
        perhaps you can integrate something like this: https://stackoverflow.com/questions/...ellipsis-click

        Comment


        • #5
          THank you guys, I'll try all

          Comment

          Working...
          X