Package | Description |
---|---|
com.dhtmlx.planner | |
com.dhtmlx.planner.controls |
Modifier and Type | Method and Description |
---|---|
void |
DHXLightbox.add(DHXLightboxItem obj)
Add lighbox control
|
void |
DHXLightbox.add(DHXLightboxItem obj,
java.lang.Integer index) |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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
|
class |
DHXLightboxCheckbox
Class that represents scheduler lightbox checkbox input
|
class |
DHXLightboxField
Basic class for lightbox editors
|
class |
DHXLightboxMiniCalendar
Class that represents scheduler lightbox miniCalendar input
|
class |
DHXLightboxMultiselect
Class that represents scheduler lightbox multiselect
|
class |
DHXLightboxRadio
Class that represents scheduler lightbox radiobutton
|
class |
DHXLightboxRecurringBlock
Class that represents scheduler lightbox recurring events block
|
class |
DHXLightboxSelect
Class that represents scheduler lightbox select input
|
class |
DHXLightboxSelectOption
Class that represents elements of select, radiobutton and multiselect
|
class |
DHXLightboxText
Class that represents scheduler lightbox textarea input
|
class |
DHXLightboxTime
Class that represents scheduler lightbox time input
|