Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #103921
    Aviv
    Participant

    Hi team,

    Is there a way to see only 3 days in the weekly view? I know there is an option for 4.

    All so, I noticed the dates shown in the header are not synced with the actual dates.

    #103926

    Hi,

    The available view types are: <span class=”code”>”day” | “week” | “month” | “agenda” | “timelineDay” | “timelineWeek” | “timelineMonth”</span>

    Can you send a demo with the incorrect date in the header? You can view on every demo that the date is correct: https://www.htmlelements.com/demos/scheduler/overview/

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

    #103927
    Aviv
    Participant

    The issue is in one of your demos https://www.htmlelements.com/demos/scheduler/view-custom/

    I strongly advise adding a full custom to views, 3 days, for example, would have been perfect for a mobile view

    #103929
    admin
    Keymaster

    Hi Aviv,

    You can achieve a 3 day view by using the following:

    ` scheduler.addView(‘week’, ‘My View’, ‘myView’, false, false, -4);
    scheduler.setView(‘myView’);`

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #103930
    Aviv
    Participant

    Hi admin,
    Wow, Thank you a lot it’s working amazing.
    Why is this method not in the API documentary?

    #103931
    admin
    Keymaster

    Hi Aviv,

    It is a new one and is still in a test period, but I thought to share it, because it will be helpful for your needs.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.