Hi,
I am trying to place scheduler inside a tabbar tab as shown below. If I browse directly scheduler.html page, the scheduler loads perfect. But when I click on the tab “Calendar”, the call goes to scheduler.html but the scheduler is not loading. Any ideas how to implement scheduler inside a tabbar? Thanks.
Stanislav, thanks for the quick reply. Your solution is short and sweet. Meanwhile, I got it to work without iframe. I added all the Scheduler js, css file references and Divs to the Tabbar page and wrote some JavaScript as shown below. It seems to work fine. Thanks again.
After strugling some days with te same problem, I think I found the actual cause of the problem.
The problem is that the tabbar loads by html-ajax. Somehow the div structure is not added to the DOM structure if you want to use it from the inline scripts. (loaded in the same call from the tabbar)
Which attempts to init the scheduler in the DIV with ID = usersScheduler, but html code doesn’t contain such element, it contains DIV with ID = scheduler_here
You need to change id in html snippet or in init command ( id must be the same in both cases )
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan