search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to make long contents to fit in the event cell while printing ?

Asked by Desakumaaran
1 year ago.

Need to print long contents (texts) in the event cell in print.
currently some texts are hided in the cell.
how to display all the texts in cell.

Answer posted by Dan Letecky [DayPilot]
1 year ago.

The Scheduler doesn't wrap the text automatically during export but you can use args.text to insert line breaks using '\n' characters in onBeforeEventExport event:

https://api.daypilot.org/daypilot-scheduler-onbeforeeventexport/

Comment posted by Desakumaaran
1 year ago.

I used args.text to insert line breaks using '\n' characters in onBeforeEventExport event. But cell texts are hided at the end.
Cell box is fixed and content is long then texts are hided at the bottom of the cell.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.