<kendo:scheduler-messages-recurrenceEditor-offsetPositions>
The configuration of the scheduler recurrence editor offsetPositions messages. Use this option to customize or localize the scheduler recurrence editor offsetPositions messages.
Example
<kendo:scheduler-messages-recurrenceEditor>
<kendo:scheduler-messages-recurrenceEditor-offsetPositions></kendo:scheduler-messages-recurrenceEditor-offsetPositions>
</kendo:scheduler-messages-recurrenceEditor>
Configuration Attributes
first java.lang.String
The text similar to "first" displayed in the scheduler recurrence editor.
Example
<kendo:scheduler-messages-recurrenceEditor-offsetPositions first="first">
</kendo:scheduler-messages-recurrenceEditor-offsetPositions>
fourth java.lang.String
The text similar to "fourth" displayed in the scheduler recurrence editor.
Example
<kendo:scheduler-messages-recurrenceEditor-offsetPositions fourth="fourth">
</kendo:scheduler-messages-recurrenceEditor-offsetPositions>
last java.lang.String
The text similar to "last" displayed in the scheduler recurrence editor.
Example
<kendo:scheduler-messages-recurrenceEditor-offsetPositions last="last">
</kendo:scheduler-messages-recurrenceEditor-offsetPositions>
second java.lang.String
The text similar to "second" displayed in the scheduler recurrence editor.
Example
<kendo:scheduler-messages-recurrenceEditor-offsetPositions second="second">
</kendo:scheduler-messages-recurrenceEditor-offsetPositions>
third java.lang.String
The text similar to "third" displayed in the scheduler recurrence editor.
Example
<kendo:scheduler-messages-recurrenceEditor-offsetPositions third="third">
</kendo:scheduler-messages-recurrenceEditor-offsetPositions>