Read the statement by Michael Teeuw here.
default calendar - multi line events - can't change to single
-
Hi,
I can’t seem to make a long events name truncate. Even when the event name is short sometimes the date causes the line to go to double lines like below:

My code is below:
{ module: "calendar", header: "Pedro", position: "top_left", config: { timeFormat: "absolute", getRelative: "0", dateFormat: "Do MMM HH:mm", maximumEntries: '10', maxTitleLength: '20', wrapEvents:'false', calendars: [ {Any help appreciated.
Cheers,
Pedro -
Okey, first of, you need to alter your config since as it is now it won’t use your values.
When the configuration is a pure number you don’t use"or'you just enter the number.
The same goes if the options aretrueorfalse.so your config should look like this :
{ module: "calendar", header: "Pedro", position: "top_left", config: { timeFormat: "absolute", getRelative: 0, dateFormat: "Do MMM HH:mm", maximumEntries: 10, maxTitleLength: 20, wrapEvents:false, calendars: [ {And I don’t get the row break as you do, do you have any other restrictions in your custom.css?
-
Yep - you sorted it!
Thanks for the help.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
