Jump to content

Mobile - TUnimCalendarPanel - Error : b.getEL is not a function


N.Marzio

Recommended Posts

35 minutes ago, N.Marzio said:

How can I hide this button?

 

ScreenHunter_36 Feb. 01 17.28.jpg

function beforeInit(sender, config)
{
    config.defaultView = 'day';
    config.createButton = {
        hidden: true
    };
    
    config.compactOptions = {
        createButton: {
            hidden: true
        }
    };
}

 

Link to comment
Share on other sites

20 minutes ago, N.Marzio said:

TestApp.7z 5.15 MB · 0 downloads

 You correctly noted, you are using this code incorrectly, comment this code!

  // This is the problems..........
  //calCalendar.JSInterface.JSCall('setView', 'day');

Link to comment
Share on other sites

17 minutes ago, Sherzod said:

 You correctly noted, you are using this code incorrectly, comment this code!

  // This is the problems..........
  //calCalendar.JSInterface.JSCall('setView', 'day');

If I have to switch from day to week view, how should I proceed?

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...