Package | Description |
---|---|
com.dhtmlx.planner |
Modifier and Type | Method and Description |
---|---|
DHXExternalLightboxControl |
DHXLightbox.setExternalLightbox(java.lang.String viewName)
Using form(partial view shown in iframe element) instead of native scheduler controls, 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.
|
DHXExternalLightboxControl |
DHXLightbox.setExternalLightbox(java.lang.String viewName,
java.lang.Integer width,
java.lang.Integer height)
Using form(partial view shown in iframe element) instead of native scheduler controls, 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.
|
DHXExternalLightboxControl |
DHXLightbox.setExternalLightbox(java.lang.String viewName,
java.lang.String className)
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.
|