|
|
|
|
|
- Overview
- Creating a "Drawer" control in a window
- Creating a "Drawer" control in a page
- Characteristics of Drawer controls
- Drawer control found in a window
- Drawer control found in a page
- Programming a Drawer control
- Expanding/Collapsing a Drawer control
Warning
From version 24, the hideshow control is now named the "Drawer control".
The Drawer control can contain other controls and it is intended to make UI design easier. It can be expanded in order to display (or not) the integrated controls. The collapse/expand operation of control can be done: - by clicking the control title,
- through programming.
Characteristics of Drawer controls Programming a Drawer control Expanding/Collapsing a Drawer control To collapse a Drawer control, use the following syntax: <Name of Drawer control> = False To expand a Drawer control, use the following syntax: <Name of Drawer control> = True
Related Examples:
|
Unit examples (WEBDEV): The Drawer control
[ + ] This example explains how to use the Drawer control of WEBDEV.
|
|
Unit examples (WEBDEV): The Drawer control (static sidebar)
[ + ] This training example explains how to use the Drawer control of WEBDEV. This Drawer control is associated with a cell for relative positioning in order to have a more interactive behavior.
|
|
Unit examples (WEBDEV): DHTML sidebar
[ + ] This example explains how to create a DHTML menu with WEBDEV. This example allows you to: - Create a DHML menu - Add a menu entry - Add a menu option
|
|
Unit examples (WINDEV): The Drawer control
[ + ] Using the Drawer control.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|