jQWidgets Forums

jQuery UI Widgets Forums Scheduler Event box title

This topic contains 5 replies, has 3 voices, and was last updated by  Peter Stoev 7 years, 8 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Event box title #96235

    yougotnet
    Participant

    In the day box, when I have events, I want the entire title to be visible and turn off overflow.

    How can I do this?

    Event box title #96316

    Hristo
    Participant

    Hello yougotnet,

    Could you clarify it, what you mean by the “turn off overflow”?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    Event box title #96351

    yougotnet
    Participant

    By default an appointment is rendered as one line of text, but I want if the title is longer than 1 line to wrap and show the entire title which means the appointment would grow automatically in the month view.

    Event box title #96384

    Hristo
    Participant

    Hello yougotnet,

    Unfortunately, it is not possible, to grow on the appointment with the title in new rows in the month view.
    You could create the appointments to look bigger by set “appointmentHeight: size” member in the views property of each one particular view.
    views: [ { type: 'monthView', rowHeight: 200, appointmentHeight: 100 } ]

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    Event box title #96386

    yougotnet
    Participant

    But I don’t want a static height as some titles will be short and some longer.

    Attached is a screenshot of how Fullcalendar handles it and is how I am hoping Scheduler can do it.

    Fullcalendar

    Event box title #96389

    Peter Stoev
    Keymaster

    The height of the month view appointments is fixed number in our Scheduler.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.