Jump to content

UniCalendar 'deprecated'


mhmda

Recommended Posts

When I use calendar (or when opening calendar example from unigui) I got this in browser console, why?

 

EXJS Ver. 4.2.5.1763

UniGUI  0.99.95.1309

Windows 7 pro

Delphi Xe8

 

 

 

cln.png

 

 

And how can I add 'jumb to'?

 

cln2.png

 

And how can I make the week to be default display?

 

cln3.png

Link to comment
Share on other sites

  • 2 months later...

hi mohammad,

 

i try to personalize nav panel, without success.

I'm trying to add "toDay" button and "jump to" section.

 

I've just added some code to ClientEvents->UniEvents on beforeInit: 

function beforeInit(sender, config)
{
  config.monthViewCfg = {
      // disable drug and drop
      enableDD: false,     
      // show day of week on column header
      showHeader: true ,
      // starting week with Mondey
      startDay : 1      
  }
}

That code working well, but now (in according with specification at the site's you are post before) i would add fetature to "jump to" and "today" with the following config property of CalendarPanel. 

  // nav bar, day feature
  showNavToday : true,
  showNavJump : true,

It's not running. How do you have solved your first question?

 

thanks in advantage,

Davide

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...