Multiple lines/rows in scheduler.events.list.text?
Asked by Anonymous
10 years ago.
10 years ago.
Hi,
I changed the height of the events in my scheduler because I need to show multiple lines of text for every event.
The code:
rowMinHeight: 60,
eventHeight: 60,
But how do I actually append multiple lines into the event? adding "\n" to the text doesn't seem to work.
This doesn't work:
schedulerEvent.text = event.title+"\n"+event.user.name;
DayPilot