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