Jump to content

TUniCalendarPanel How can I hide the Sunday column


N.Marzio

Recommended Posts

39 minutes ago, N.Marzio said:

in the "weekly" view, I would like to hide the column
of the "Sunday" because it is not used.

Try this approach:

UniCalendarPanel1 -> ClientEvents -> UniEvents ->

function beforeInit(sender, config)
{
    //firstDayOfWeek = dowMonday (serverside)
    config.views.week.visibleDays=6;
}

 

Link to comment
Share on other sites

Currently the calendar is subdivided for each hour of the day, I would like to have the possibility to subdivide it every 15 minutes.

I have to enter 15-minute events in the calendar, so I would like to be able to see a calendar row every 15 minutes

ScreenHunter_16 Jun. 26 20.03 - Copia.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...