Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author catkin

    (@thecatkin)

    Styles for calendar located in plugin folder
    plugins\redi-restaurant-reservation\css\custom-theme\jquery-ui-1.8.18.custom.css

    for timepicker
    plugins\redi-restaurant-reservation\lib\datetimepicker\css\jquery-ui-timepicker-addon.css

    Thread Starter giaggia

    (@giaggia)

    for positioning too? in which line of them?
    just as a massive proof, i deleted both files, but nothing happened, calendar and timepicker still there in the same position..
    thanks a lot

    Plugin Author catkin

    (@thecatkin)

    Not sure what you are trying to achieve. We are using standard jquery plugins with their css. Please refer to their documentation on how to customize.

    Thread Starter giaggia

    (@giaggia)

    Here I did that:
    https://api.jqueryui.com/datepicker/#method-dialog
    I can’t able to find the dialog method to set position [, pos ] as [x, y]:
    ###########
    pos
    Type: Number[2] or MouseEvent
    The position of the top/left of the dialog as [x, y] or a MouseEvent that contains the coordinates. If not specified the dialog is centered on the screen.
    ###########

    thanks a lot for any tips

    Plugin Author catkin

    (@thecatkin)

    Take a look into restaurant.js

    jQuery(‘#redi-restaurant-startTime’).timepicker({
    stepMinute: 15,
    timeFormat: time_format,
    onClose: function (dateText, inst) {
    hideSteps();
    }
    });

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘calendar and time popup position’ is closed to new replies.