Hyphens in event text

Asked by Andrew Brisbin
7 years ago.

How can I use hyphens as text for events?

When I provider a hyphen as part of the event text, when loading data, the event text stops after the hyphen.

var data = [{"id":"2225973","text":"1234-thisdoesnotdisplay"}];

dp.events.list = data;

Answer posted by Dan Letecky [DayPilot]
7 years ago.

I'm not able to reproduce the problem - however, it looks like a CSS issue. If you enable text wrapping some browsers may wrap the text after the hyphen. If the event height only allows one line of text to be displayed the remaining part will not be visible. The default settings don't allow text wrapping.

Let me know if this is not the problem.

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