jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput Open calendar Up direction

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 12 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Open calendar Up direction #6847

    Stephen
    Member

    How to open the calendar in the up direction ?

    Thank you for the help

    Open calendar Up direction #6873

    Dimitar
    Participant

    Hello Stephen,

    By default, there is no way to open the calendar in the up direction. However, you can set the property enableBrowserBoundsDetection to true. When this property is set to true, the popup calendar may open above the input, if there’s not enough space below the DateTimeInput.

    $('#DateTimeInput').jqxDateTimeInput({ enableBrowserBoundsDetection: true});

    Best Regards,
    Dimitar

    jqWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.