Package | Description |
---|---|
com.dhtmlx.planner | |
com.dhtmlx.planner.api | |
com.dhtmlx.planner.controls |
Modifier and Type | Method and Description |
---|---|
DHXStringList |
DHXPlanner.getAfterInit()
Any custom js code which should be inserted after scheduler.init call
|
DHXStringList |
DHXPlanner.getBeforeInit()
Any custom js code which should be inserted before scheduler.init call
|
Modifier and Type | Method and Description |
---|---|
void |
DHXPlanner.setAfterInit(DHXStringList value) |
void |
DHXPlanner.setBeforeInit(DHXStringList value) |
Modifier and Type | Method and Description |
---|---|
DHXStringList |
DHXSection.getUnits() |
Modifier and Type | Method and Description |
---|---|
void |
DHXTimeSpan.addSection(java.lang.String view,
DHXStringList units) |
void |
DHXSection.setUnits(DHXStringList units) |
Constructor and Description |
---|
DHXSection(java.lang.String view,
DHXStringList units) |
Modifier and Type | Method and Description |
---|---|
DHXStringList |
DHXTimelineView.renderItems()
Render units
|