Splitter Widget
The Splitter widget is a moveable divider bar that provides visual separation of elements on a Page. Similar to a Bevel, except that users can move the Splitter to allow resizing of adjacent areas.Splitter Widget Properties
The Splitter widget has the following properties:Common Properties
- name: the name that WaveMaker Studio uses to reference the widget. This is the name that appears in Model Tree, in the Page Builder, in Binding dialogs, and so on; this is also the name you use to reference the widget in code services.
- binding: not used with the Splitter widget.
- showing: when checked (true), the widget is visible to users; when unchecked (false), the widget is hidden.
Layout Properties
- maximum: The maximum value for the Splitter's movement. The value "-1" (default) specifies unlimitted movement.
- minimum: The minimum value for the Splitter's movement. The value "-1" (default) specifies unlimitted movement.
on 25/01/2009 at 21:13


