Splitter Component
An interactive layout component that dynamically divides screen space into two adjustable panels with customizable splitting behavior and limits.
Extends: contentComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
Resource ID |
| text | Unique identifier for the splitter |
Style Classes |
| text | CSS classes applied to the splitter container |
Width Class |
| text | Width configuration for the splitter |
Splitter Height |
| text | Height of the splitter container |
Splitter Value Unit |
| text | Unit for splitter value (for example, '%') |
Splitter Value |
| text | Current position of the splitter |
Separator Class |
| text | CSS classes for the splitter separator |
Separator Style |
| text | Inline styles for the splitter separator |
Reverse |
| boolean | Reverse the splitter layout |
Start Splitter Limit |
| text | Minimum limit for splitter position |
End Splitter Limit |
| text | Maximum limit for splitter position |
Methods
Name | Description |
|---|---|
| Handle actions when splitter value changes |
Events
Name | Description |
|---|---|
| Triggered when splitter position is modified |