
onResize
The event is triggered when the sash ( Sash) is expanded or collapsed in a splitter.
|
Parameter Name |
Type |
Description |
|---|---|---|
|
ID |
STRING |
Standard Parameter |
|
CONTEXT_ELEMENT |
IF_WD_CONTEXT_ELEMENT |
Standard Parameter |
|
IS_COLLAPSED |
WDY_BOOLEAN |
When you collapse an area of the splitter, the parameter is set to true. If you expand a collapsed area of the splitter, the parameter is set to false. |
|
SASH_POSITION |
I |
|
|
SASH_POSITION_MODE |
WDUI_SASH_POSITION_MODE |
A roundtrip is only triggered if the event onResize is bound to an action handler.
The following parameters are provided by the WDEVENT parameter if onResize is bound to an event handler.
sash_position: Returns the current sash position
sash_position_mode: Returns the current display type
We do not recommend binding events as this can impair performance.