How to customize a mobile list

I understand that the Mobile version is mobile.js + the dhtmlxTouch library.

Without modifying the dhtmlxscheduler_mobile.js, how would I be able to customize some of the list items? Specifically, I’d like to be able to add an event specific class to the event items, similar to the way that the full blown dhtmlxScheduler does. How would I be able to redefine the ‘types’, though?

Thank you,
Rob

You may redefine template. Please see the sample:

dhtmlxScheduler/samples/07_mobile/04_templates.html

And here are the docs docs.dhtmlx.com/doku.php?id=dhtm … :templates

Thank you. I saw that, but wasn’t able to get what I wanted from it.

What I wanted to do was be able to add other styles to the css property on the event_list and day_event_list types. When I tried just defining them in my page, though, it didn’t take.

I guess what I’m suggesting is that there should be little to no quoted html that we can’t configure. If the css property were pulling from a template, like all of the other properties, this would be more straightforward.

In the meantime, is there a syntax that would allow me to change (override) the default css property for the event_list or day_event_list types? (Or any other of the non-templated properties)?

Thank you,
Rob