@hadasa

@hadasa

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Timeline header for single day view #104154
    Hadasa
    Participant

    For anyone interested in this feature in the future, I’ve achieved the desired effect with a custom view:
    <div>
    <div>

    {
      type: 'week',
      label: "day",
      value: "singleDay",
      hideWeekend: false,
      hideNonworkingWeekdays: false,
      additionalDays: -6,
    }

    </div>
    </div>
     

    in reply to: Timeline header for single day view #104037
    Hadasa
    Participant

    I’ll explain more: I want the date to be shown not only at the header of the scheduler (which contains the ‘today’ and navigation buttons), but in the scheduler itself, the same way it does with a ‘week’ view. https://www.htmlelements.com/demos/scheduler/view-basic/

    in reply to: Nonworking hours per day #104020
    Hadasa
    Participant

    That will be great.

    When will the next release be?

     

    And another question:

    How can I set half an hour to be restricted? let’s say I am showing the scheduler with timelineDayScale of 15 minutes.

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