Package | Description |
---|---|
com.dhtmlx.planner | |
com.dhtmlx.planner.controls |
Modifier and Type | Method and Description |
---|---|
DHXExternalLightboxForm |
DHXLightbox.setExternalLightboxForm(java.lang.String viewName)
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
|
DHXExternalLightboxForm |
DHXLightbox.setExternalLightboxForm(java.lang.String viewName,
java.lang.Integer width,
java.lang.Integer height)
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
|
DHXExternalLightboxForm |
DHXLightbox.setExternalLightboxForm(java.lang.String viewName,
java.lang.String className)
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
|
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.
|