jQuery UI Widgets Forums Scheduler scheduler cell header popun in MonthView

This topic contains 1 reply, has 2 voices, and was last updated by  admin 8 months, 1 week ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • ssg
    Participant

    when using jqx-scheduler, if the application exceeds the cell size in the monthView, class=”jqx-widget jqx-window jqx-scheduler-month-cell-popup jqx-popup” is created in the cell header, and this popup is unconditionally opened under jqx-icon.

    However, at the end of the month, the bottom list of the application list is cut off, so I want the popup to be opened to the left or up.

    <div class=”jqx-widget jqx-window jqx-scheduler-month-cell-popup jqx-popup” style=”overflow: hidden; position: absolute; height: 361px; width: 102px; z-index: 9999; top: 277.969px; left: 615px;”>
    <div class=”jqx-scheduler-month-cell jqx-widget-header”>23
    <span style=”float: right; cursor: pointer; width: 16px; height: 16px;” class=”jqx-icon-close”>
    </span>
    </div>
    <div class=”jqx-widget-content jqx-disableselect”>


    admin
    Keymaster

    Hi ssg,

    We will implement a functionality to open the popup so it detects the bounds and will open up or down depending on the component’s bounds.
    Thank you for the feedback!

    Regards,
    Peter

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

You must be logged in to reply to this topic.