Splitter
● border
○ areadivider
■ 3 D like border
○ closure
■ small border is displayed
○ none
■ No border is displayed
● collapseDirection
¡ next
§ Collapse second area
¡ none
§ Do not collapse any area
¡ previous
§ Collapse first area
● collapsed
● height
● sashPosition
● sashPositionMode
¡ absoluteFromBegin
§ Sash position is interpreted as an absolute value from the begin of the control
¡ absoluteFromEnd
§ Sash position is interpreted as an absolute value from the end of the control
¡ percent
§ Sash position is interpreted as percentage value from the begin of the control
● vertical
● width
Name |
Interface |
Type |
Initial Value |
Bindable |
border |
IWDSplitter |
WDSplitterBorder |
none |
bindable |
collapsed |
IWDSplitter |
boolean |
false |
bindable |
collapseDirection |
IWDSplitter |
WDSplitterCollapseDirection |
none |
bindable |
contextMenuBehaviour |
IWDContextMenuProvider |
WDContextMenuBehaviour |
inherit |
not bindable |
contextMenuId |
IWDContextMenuProvider |
String |
|
not bindable |
enabled |
IWDUIElement |
boolean |
true |
bindable |
fireExitEvent |
IWDViewElement |
boolean |
false |
not bindable |
height |
IWDSplitter |
String |
|
bindable |
sashPosition |
IWDSplitter |
int |
50 |
bindable |
sashPositionMode |
IWDSplitter |
WDSashPositionMode |
percent |
bindable |
tooltip |
IWDUIElement |
String |
|
bindable |
vertical |
IWDSplitter |
boolean |
true |
bindable |
visible |
IWDUIElement |
WDVisibility |
visible |
bindable |
width |
IWDSplitter |
String |
|
bindable |
More Information: Common UI Element Properties
Note that in HTML based clients, user interface elements using a placeholder like IFrame cannot be combined with the Splitter control.