KoolCalendar Class [Javascript]

Summary

Properties Description
id Get the id of KoolCalendar.
Methods Description
get_selected_dates Get the list of selected dates.
commit Commit all changes to server.
select Select a date.
deselect Deselect a date.
deselect_all Deselect all selected dates.
navigate Navigate to a specific date.
next Navigate to next month.
prev Navigate to previous month.
fast_next Make a fast next navigation.
fast_prev Make a fast previous navigation.
registerEvent Register an client-side event.

Properties Detail

idTop

string id

Get the id of KoolCalendar.

Show/Hide Code

Supported from version: 1.0.0.1

Methods Detail

get_selected_datesTop

array get_selected_dates()

Get the list of selected dates.

Show/Hide Code

Supported from version: 1.0.0.0

commitTop

void commit()

Commit all changes to server. After the changes such as navigation, date selection, you need to call commit to update all changes to server.

Show/Hide Code

Supported from version: 1.0.0.1

selectTop

void select(Date date)

Select a date.

Show/Hide Code

Supported from version: 1.0.0.1

deselectTop

void deselect(Date date)

Deselect a date.

Show/Hide Code

Supported from version: 1.0.0.1

deselect_allTop

void deselect_all(Date date)

Deselect all selected dates.

Show/Hide Code

Supported from version: 1.0.0.1

fast_nextTop

void fast_next()

Make a fast next navigation.

Show/Hide Code

Supported from version: 1.0.0.0

fast_prevTop

void fast_prev()

Make a fast previous navigation.

Show/Hide Code

Supported from version: 1.0.0.0

registerEventTop

void  registerEvent(string eventName, function handleEvent)

Register an client-side event.

Show/Hide Code

Supported from version: 1.0.0.0