Our powerful JS Calendar component


Post by swati tomar2 »

Can anyone help me to show 12 Am on top of timeline. Area is highlighted in attached screenshot.

Attachments
timeLineSS.png
timeLineSS.png (61.93 KiB) Viewed 264 times

Post by Animal »

You'll have to inject the tick explicitly.

Find the tick container block for the first hour using the selector .b-dayview-timeaxis-time.b-dayview-timeaxis-time-01

Then insert a DomConfig object into it configured like this:

{
    class : 'b-dayview-timeaxis-tick b-dayview-hour-tick',
    style : 'position:absolute;top:-1px'
}

Post by Animal »

Maybe a showDayStartHour config is needed: https://github.com/bryntum/support/issues/8420


Post Reply