Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calendar for vacation administration

    I want to implement a calendar for the administration of the users' vacations and have some questions.
    I think the best calendar-view for this purpose would be this: http://www.smartclient.com/smartgwt/...endar_category

    1. Is it possible to create a "complete-day" event? In the examples in the testcase, I didn't see any example of this. How to do this ?
    2. Is it possible to create an event that spans more than one day? For example one week? How to achieve this ?
    3. Is it possible to color some days depending on a condition? For example: I want to color the days in which other users have vacation.

    Using smartgwt 6.0p power

    #2
    Currently, 1 and 2 are not supported, except in Timelines.

    For 3, there are various customizers you could use, including DateStyleCustomizer and DateCSSTextCustomizer

    Comment

    Working...
    X