Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: August 5, 2020
Current version: 1.3.0
This module creates a calendar list view. Creates a table inside given dom element according to given month.
webanizr.collect('calendarList', parameters, callback); webanizr.send('calendarList', data, parameters, callback);
The calendarList module accepts the following parameters:
The id of the element to put the table in.
The date of the month to show as a timestamp (seconds, not milliseconds).
The language to show the calander in. The language options of the date plugin are supported. Default language is "en".
The callback function to call. It passes the parameters the collect received as data.
The items to display in the list. Each item should have the proprerty nr__day and the value should be one of the days of the month. If an item does not meet those criterea it will not be shown.
The authentication module accepts the following parameters:
The id of the element the calendar was build in by the collect method
If set to true, the template will also be applied to the empty days
The callback function that is called after the items are shown in the list
https://cdn.cpmodules.webanizr.com/demo/calendar-list/index.html