Container:
The DIV where insert the scheduler
Width:
The width in pixels of the scheduler
Theme:
The jquery theme applyed to the scheduler, you can laso create your custom theme with
jquery themeroller
Aspect ratio:
The aspect ratio between the width and the height of the scheduler. If 1.0 the width and the height will be the same, if 1.5 the width will be 1,5 times the height.
Week-ends:
If checked the scheduler show the week-ends days
Week numbers:
If checked the scheduler show a column with the week-number of the year
Default date:
The default date uset when the page load, if void the scheduler use the computer system date of the user
Date format:
The format of the date for the insert/edit form
Default view:
The default view when the page load, can be: Month view, week view or day view
Language:
The language for the scheduler texts, if autodetect the scheduler search for the browser language
Show colors:
If checked the edit form show the fields to change the color for the background, border and text so the user can setup it's own colors fior the event.
Allow private:
If checked the user can define if an event is private or public, private events are visible only by the user that create the event or from other user that are in the same user group (if mapped).
Editable:
Define if the scheduler events are editable or not, can also be dynamic. You can also define your custom function thst define if the schedulr is editable or not. In this case you must create a function like:
<%
function IsEditable()
Dim editable
editable = "true"'HERE YOUR ASP CODE TO DETERMINE
' IF THE SCHEDULER CAN BE EDITABLE OR NOT
' THE FUNCTION MUST RETURN A STRING: "true" or "false"
IsEditable = editable
end function
%>
Event draggable:
If checked the user can drag-drop the events to change the date and/or time
Event resizable:
If checked the user can resize the events to change the time
Event border:
Define the border of the event div
Event bg. color:
Define the background-color of the event div
Event fore-color:
Define the fore-color of the event div
Title and Columns
formats:
M, MM
Month Number (1 - 12)
MMM, MMMM
Month Name (In currently language set by moment.lang())
Q
Quarter (1 - 4) -- sets the month to the first month in that quarter
D, DD
Day of month
Do
Ordinal day of month (from 2.6.0)
DDD, DDDD
Day of year
d, dd, ddd, dddd
Day of week (NOTE: these formats only make sense when combined with "ww")
e
Day of week (locale) (NOTE: these formats only make sense when combined with "ww")
E
Day of week (ISO) (NOTE: this format only make sense when combined with "WW")
w, ww
Week of the year (NOTE: combine this format with "gg" or "gggg" instead of "YY" or "YYYY")
W, WW
Week of the year (NOTE: combine this format with "GG" or "GGGG" instead of "YY" or "YYYY")
YY
2 digit year (see below)
YYYY
4 digit year
gg
2 digit week year (if greater than 68 will return 1900's, otherwise 2000's)
gggg
4 digit week year
GG
2 digit week year (ISO) (if greater than 68 will return 1900's, otherwise 2000's)
GGGG
4 digit week year (ISO)
a, A
AM/PM
H, HH
24 hour time
h, hh
12 hour time (use in conjunction with a or A)
m, mm
Minutes
s, ss
Seconds
S
Deciseconds (1/10th of a second)
SS
Centiseconds (1/100th of a second)
SSS
Milliseconds (1/1000th of a second)
Z, ZZ
Timezone offset as +07:00 or +0700
X
Unix timestamp
LT, L, LL, LLL, LLLL
Locale dependent date and time representation
Headers:
Define wich buttons show in the 3 available headers. The available headers are left, center and right.
The available buttons are:
Previous year: move the date to the previous year
Next year: move the date to the next year
Previous: move to the previous month/week/days depending on the view
Next: move to the next month/week/days depending on the view
Calendar: open a calendar to choose the date to show
View month: switch the current view to month view
View week: switch the current view to week view
View day: switch the current view to day view
Refresh: refresh the current scheduler view to update the events data
Title: The title of the scheduler