Home
last modified time | relevance | path

Searched refs:dpOptions (Results 1 – 1 of 1) sorted by relevance

/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2652 buttonText: function (dpOptions) { argument
2655 prev: util_1.stripHtmlEntities(dpOptions.prevText),
2656 next: util_1.stripHtmlEntities(dpOptions.nextText),
2657 today: util_1.stripHtmlEntities(dpOptions.currentText)
2661 monthYearFormat: function (dpOptions) { argument
2662 return dpOptions.showMonthAfterYear ?
2663 'YYYY[' + dpOptions.yearSuffix + '] MMMM' :
2664 'MMMM YYYY[' + dpOptions.yearSuffix + ']';
2747 function datepickerLocale(localeCode, dpLocaleCode, dpOptions) {
2751 fcOptions.isRTL = dpOptions.isRTL;
[all …]