Our pure JavaScript Scheduler component


Post by Aniket »

Team,

I am using a combination of eventStyle = 'border' for some events and eventStyle = 'dashed' for some.

When I set eventStyle = 'dashed' and give eventColor = '#808080' I dont see correct behavior ,

However, eventStyle = 'dashed' and eventColor = 'blue' does work well.

I read the hex code for colors for my events from backend , How can I make this work with style dashed?

"events"    : {
    "rows": [
      {
        "id"        : 1,
        "resourceId": "a",
        "name"      : "Meeting #1",
        "desc"      : "Discuss new features",
        "startDate" : "2018-02-07 11:00",
        "endDate"   : "2018-02-07 14:00",
        "eventType" : "Meeting",
        "eventColor": "blue",
        "eventStyle" : "dashed",
        "iconCls"   : "b-fa b-fa-calendar"
      },
      {
        "id"        : 2,
        "resourceId": "b",
        "name"      : "Meeting #2",
        "desc"      : "Strategy meeting",
        "startDate" : "2018-02-07 12:00",
        "endDate"   : "2018-02-07 15:00",
        "eventType" : "Meeting",
        "eventColor": "#808080",
        "eventStyle" :"dashed",
        "iconCls"   : "b-fa b-fa-calendar"
      },
      ]
      }

Pls see screenshot

Attachments
eventstyledashed.png
eventstyledashed.png (149.16 KiB) Viewed 1580 times

Post by mats »

That's a bug yes, we'll get it fixed: https://github.com/bryntum/support/issues/1137


Post by Aniket »

Hi Mats,

How can I get the updated build? I am using licensed 3.1.4


Post by mats »

Look in the Nightly builds tab in the Customer Zone. https://customerzone.bryntum.com/


Post by Aniket »

mats, I saw similar issue for eventStyle='colored' and 'line' as well.


Post by mats »

Thanks, we've fixed those as well now!


Post by Aniket »

hi mats, is this fixed? I downloaded a nightly build and still faced same issue


Post by mats »

Fixed yes, try downloading tomorrow's build


Post by Aniket »

okay mats.


Post Reply