Class | Description |
---|---|
DHXAgendaView |
View allows to see a list of oncoming events
|
DHXControl |
Basic class for scheduler controls configurators
|
DHXControlItem | |
DHXDayView |
Scheduler day view
|
DHXExternalLightboxControl |
Using form(partial view shown in iframe element) instead of native scheduler lightbox, which doesn't use any scheduler api,
when lightbox means to be opened, scheduler pass current event id to provided view, which is supposed
to process CRUD operations.
|
DHXExternalLightboxForm |
Using form(partial view shown in iframe element) instead of native scheduler lightbox, form uses lightbox api,
lightbox.save()
lightbox.remove()
lightbox.close() functions is available from the context of form,
view must contain following functions
object window.getValues()
window.setValues(object)
which will be used by dhtmlx scheduler to populate form with event values and get edited event back
|
DHXFieldRule |
Base class for filter rules
|
DHXFilter | |
DHXGridView | |
DHXGridViewColumn | |
DHXLightboxCheckbox |
Class that represents scheduler lightbox checkbox input
|
DHXLightboxField |
Basic class for lightbox editors
|
DHXLightboxItem |
Base class for lightbox items
|
DHXLightboxMiniCalendar |
Class that represents scheduler lightbox miniCalendar input
|
DHXLightboxMultiselect |
Class that represents scheduler lightbox multiselect
|
DHXLightboxRadio |
Class that represents scheduler lightbox radiobutton
|
DHXLightboxRecurringBlock |
Class that represents scheduler lightbox recurring events block
|
DHXLightboxSelect |
Class that represents scheduler lightbox select input
|
DHXLightboxSelectOption |
Class that represents elements of select, radiobutton and multiselect
|
DHXLightboxText |
Class that represents scheduler lightbox textarea input
|
DHXLightboxTime |
Class that represents scheduler lightbox time input
|
DHXMapView |
The view contains Google Map and allows to display events location on it.
|
DHXMiniCalendar |
Class that represents clien-side mini calendar
|
DHXMiniCalendarManager |
Class to manage mini calendars in scheduler
|
DHXMonthView |
Scheduler month view
|
DHXPlannerControlsBase |
Basic class for scheduler contorls configurators
|
DHXPlannerControlsItem |
Basic class for scheduler controls elements
|
DHXPlannerLocalization |
Class that allows to set localization of scheduler
|
DHXRule |
Represents simple rule for filter, if event apply the conditions of the rule it will be shown in scheduler
|
DHXServerList | |
DHXServerListHelper<T> | |
DHXTimelineUnit |
TimeLine view unit
|
DHXTimelineView |
In timeline view, vertical scale presents event holders, while vertical scale is a configurable time-scale.
|
DHXUnit |
Unit for units view
|
DHXUnitsView |
View, where x-scale is based on some property of events (not only on time).
|
DHXView |
Base class for scheduler view
|
DHXViewsController |
Class to manage available views
|
DHXWeekAgendaView |
Week agenda is a combination of week and agenda views presenting a list of oncoming events inside a week.
|
DHXWeekView |
Scheduler week view
|
DHXYearView |
View allows to see a list of oncoming events
|
Enum | Description |
---|---|
DHXFilter.DHXLogic | |
DHXGridViewColumn.Aligns |
Horizontal align of the column content
|
DHXGridViewColumn.Sort |
Sorting rule applied to the column
|
DHXGridViewColumn.VAligns |
Vertical align of the column content
|
DHXLocalization |
dhtmlxScheduler localizations
|
DHXRule.DHXOperator |
Filter rule operators
|
DHXTimelineView.RenderModes |
Modes of TimelineView
|
DHXTimelineView.XScaleUnits |
Size of units on X scale
|