Hello,
I have a few questions about the mobile scheduler.
-
Is it possible to add a weekview to the scheduler?
-
Is there an clickevent on the (empty) cells in dayview?
-
Is it possible to add a new toolbar to the scheduler? I want to add a toolbar just on top of the bottom toolbar. I also want it to be visible on every view (just like the bottom toolbar).
CompuFit
Hello,
- and 3) :
please have a look at the docs about customization of scheduler sctructure:
docs.dhtmlx.com/doku.php?id=dhtm … e_advanced
2):
Unfortunately, there is not onclick event for areas that are outside events containers.
Is it possible to customize the dayview to show multiple days so i can make a weekview?
CompuFit
It will require complex code customization
Also, the screen size of phone has not enough space to show all week at once.
Please any one know how to use mobile scheduler in the android application, how we can bind data at run time. please help me
Please any one know how to use mobile scheduler in the android application,
Please have a look at the Mobile Scheduler docs:
docs.dhtmlx.com/doku.php?id=dhtm … ler:mobile
Also you may find samples in Scheduler package:
dhtmlxScheduler_v30/samples/07_mobile/
how we can bind data at run time
Please provide details for this issue if dataloading that is described in the docs and samples is not what you are looking for.
its working fine when i dont have any relation to my application. My application already developed with some of the andriod controls and i want to call your application depanding upon my applicaton value is it possibe binding data and passing value from my screen to your Screen.
You can pass the data from your application and reload scheduler. In this case, the scheduler will get the new data from the server.
$$(“scheduler”).clearAll();
$$(“scheduler”).load(…);