Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Timeline description field

    Hi,

    right now, the only way to custome a timeline item description field is through the method setDescriptionField(), which sets the description to whatever is in that field.

    Is there any way to handle the text-setting of that field more dynamically?
    It would be great if there was a setDescriptionHandler or similar, that is called with the record to be displayed, and produces the description text. That would be neat.

    #2
    You can customise the "body" text displayed in events via setEventBodyHTMLCustomizer(), if that's what you're trying to do. By default, the body-text is the contents of the description field.

    Comment


      #3
      Thanks! i did go through the apidocs but missed it.

      Comment

      Working...
      X