I would like to embed a logo into the top toolbar. Is this possible?
Yes, you can define a layout with two rows: toolbar and scheduler.
dhx.ui({
rows:[
{
view:"toolbar", elements:[
....
]
},
{
view: "scheduler",
id: "scheduler"
}
]
})