The ResourceCalendar is designed exclusively for allocating resources to appointments. It is one of the most useful widgets for scheduling, time management or event tracking.
- UI Type:
- Properties 24
- Before Move
- Before Remove
- Disabled
- End Time
- Exclude Weekends
- Group By
- Hidden
- Interval (days)
- Interval (months)
- Interval (weeks)
- Interval (years)
- Interval Exceptions
- Length (repeating events)
- Maximize
- Model Name
- Query
- Render Function
- Replace Time
- Resource
- Resource Function
- Resource Query
- Start Time
- Tab Index
- Title Attribute
- Style 13
- Events 7
- Functions 22
Properties
Style
Events
Function
getActiveCell ( ) →{ Object }
Returns the currently active cell.
Returns
The currently active cell.
getSections ( ) →{ Array }
Returns the sections.
getSelectedDate ( ) →{ Date }
Returns the currently selected date.
Returns
The currently selected date.
gotoDate ( date: Date )
Selects the specified date in the calendar.
Parameters
Name | Type | Description |
---|---|---|
date | Date | The date to select. |
refresh ( includeSections: Boolean )
Refreshes the calendar
Parameters
Name | Type | Description |
---|---|---|
includeSections | Boolean | If true, also refreshes the sections. |
get ( name: String ) →{ Object }
Gets the value of the specified property.
Parameters
Name | Type | Description |
---|---|---|
name | String | The name of the property. |
Returns
The property's value.
isEnabled ( ) →{ Boolean }
Returns true if the widget is enabled.
Returns
True if enabled, otherwise false.
isHidden ( ) →{ Boolean }
Returns true if the widget is hidden.
Returns
True if hidden, otherwise false.
set ( name: String , value: Object )
Sets the value of the specified property.
Parameters
Name | Type | Description |
---|---|---|
name | String | The name of the property. |
value | Object | The new value. |
setEnabled ( Enabled: Boolean )
Enables/disables the widget.
Parameters
Name | Type | Description |
---|---|---|
Enabled | Boolean | True to enable the widget, false to disable. |
setStyle ( Object: Object )
Set the widget-style
Parameters
Name | Type | Description |
---|---|---|
Object | Object | properties |