Uploaded image for project: 'ZK Calendar'
  1. ZK Calendar
  2. ZKCAL-116

CalendarItem's sclass is not rendered in a browser

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 3.1.2
    • 3.1.1
    • None

      Steps to Reproduce

              DefaultCalendarItem nonOverlappedItem = new DefaultCalendarItem.Builder()
                      .withTitle("non overlapped")
                      .withContent("my content")
                      .withBegin(day1.withHour(0))
                      .withEnd(day1.withHour(1))
                      .withSclass("separate")
                      .withZoneId(defaultZoneId)
                      .build();
      

      1. add an item like above with sclass
      2. check its DOM element

      Current Result

      the sclass is not rendered

      Expected Result

      sclass is rendered

            hawk hawk
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: