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


Customization



Customize More Event Link

msgcal.dayMORE = "+{0} more";
msgcal.monthMORE = "+{0} more";


Subsections:


The example project is at Github


Last Update : 2018/09/26

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.