how to use the templates

Hi

I am thoroughly confused. How do I edit the templates?

I’m using the wordpress plugin. on the settings page I see three templates I can modify:

scheduler.templates.event_text=function(start,end,event)
scheduler.templates.event_header=function(start,end,event)
scheduler.templates.event_bar_text=function(start,end,event)

I don’t see how to edit any other templates though I see reference to several others in this forum. I’ve looked at the templates.html. Am I to add bits to this file, copying the format from what is there?

Thanks
Lori

Hi.
To edit another templates you have to set content in scheduler_include.html like here:

<script>
scheduler.templates.{template_name}={template_value}
</script>

Thank you, that worked.

I spent an embarrassingly long time trying to figure that out.