Hi guys,
I need to customise the editable fields of my events, which I note I can do by defining a template for the editor using this
configuration parameter. However, looking at example code like this:
I note there are custom attributes here. Where are they documented?
Cheers, Paul.
I need to customise the editable fields of my events, which I note I can do by defining a template for the editor using this
editable:{template: $("#editor").html()},configuration parameter. However, looking at example code like this:
<h3>Edit meeting</h3><p><label>Title: <input name="title" /></label></p><p><label>Start: <input data-role="datetimepicker" name="start" /></label></p><p><label>End: <input data-role="datetimepicker" name="end" /></label></p>I note there are custom attributes here. Where are they documented?
Cheers, Paul.