Customization"
From Documentation
(Created page with "{{ZKCalendarEssentialsPageHeader}} = Customize More Event Link = {{ZKCalendarEssentialsHeadingToc}} {{ZKCalendarEssentialsPageFooter}}") |
|||
Line 2: | Line 2: | ||
= Customize More Event Link = | = Customize More Event Link = | ||
+ | |||
+ | <source lang='javascript'> | ||
+ | msgcal.dayMORE = "+{0} more"; | ||
+ | msgcal.monthMORE = "+{0} more"; | ||
+ | </source> | ||
{{ZKCalendarEssentialsHeadingToc}} | {{ZKCalendarEssentialsHeadingToc}} | ||
{{ZKCalendarEssentialsPageFooter}} | {{ZKCalendarEssentialsPageFooter}} |
Revision as of 01:17, 26 September 2018
Customize More Event Link
msgcal.dayMORE = "+{0} more";
msgcal.monthMORE = "+{0} more";
Subsections:
The example project is at Github