'See more'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Russ
    Senior Member
    • Feb 2022
    • 426

    '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?
  • yuri
    Member
    • Mar 2014
    • 8527

    #2
    Not supported.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • victor
      Active Community Member
      • Aug 2022
      • 749

      #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

      • shalmaxb
        Senior Member
        • Mar 2015
        • 1613

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

        Comment

        • Russ
          Senior Member
          • Feb 2022
          • 426

          #5
          THank you guys, I'll try all

          Comment

          Working...