Hi,
Im trying to integrate a Scheduler mobile on my Sencha Touch App, but i the scheduler not look fine
There is a principal code that i use :
dhx.ui({
view: “scheduler”,
id: “scheduler”,
container: “containerId”
});
containerId is the Id of Sencha Touch Panel
Regards.