File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ description: "specifies the event's text. Applied to multi-day events only"
1414
1515### Parameters
1616
17- - ` start ` - (required) * Date* - the date when an event is scheduled to begin
17+ - ` start ` - (required) * Date* - the date when an event is scheduled to begin
1818- ` end ` - (required) * Date* - the date when an event is scheduled to be completed
1919- ` event ` - (required) * object* - the event's object
2020
2121### Returns
22- - ` text` - (string) - html text for rendering in the scheduler
22+ - ` text ` - (string) - HTML text for rendering in the Scheduler
2323
2424### Example
2525
2626~~~ jsx
27- scheduler .templates .event_bar_text = function (start ,end ,event ){
28- return event .text ;
27+ scheduler .templates .event_bar_text = (start , end , event ) => {
28+ return event .text ;
2929};
3030~~~
3131
You can’t perform that action at this time.
0 commit comments