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.
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.
Comment