A draggable and clickable spacer between two items in a dijit.layout.BorderContainer
.
This is instantiated by dijit.layout.BorderContainer
. Users should not
create it directly.
See the dojox/layout/ToggleSplitter reference documentation for more information.
the css height/width value to apply by default when the attached pane is closed
Region of pane associated with this splitter. "top", "bottom", "left", "right".
the initial and current state of the splitter (and its attached pane) It has three values: full, collapsed (optional), closed
Create an object with the style property name: values that will need to be applied to the child pane render the given state
Parameter | Type | Description |
---|---|---|
paneNode | undefined | |
state | undefined | |
paneStyle | undefined |
Effect the state change with the new value of this.state
Parameter | Type | Description |
---|---|---|
preState | undefined |
setter for the state property
Parameter | Type | Description |
---|---|---|
state | String |
Apply the appropriate classes for the current open state
Parameter | Type | Description |
---|---|---|
evt | undefined |
Parameter | Type | Description |
---|---|---|
evt | undefined |