|
|
|
|
|
- Overview of the Cell control
- Control in a dynamic or static page
- Creating a Cell control
- Cell with relative positioning
- Swapping
Overview of the Cell control Control in a dynamic or static page The Cell control contains controls. The Cell control is used to: - define a color area. Controls can be positioned on this area.
The color (or the background image) of the cell can be selected in the "Style" tab of the description window of control. - move up the controls found below a Drawer control when it is collapsed.
- communicate with the user.
Note: to communicate with the user, use Popup control. - define an HTML table in a static page, etc.
Remark: Fields are associated with a cell. The option "The control can be overlaid" must not be checked for the controls associated with the Cell control. Indeed, if this option is checked, the control will not be associated with the cell.
To create a Cell control: - On the "Creation" tab, in the "Containers" group, click "Cell".
- Click where the control will be created in the window or page. The control appears in the editor.
To view the characteristics of the control, select "Description" in the context menu. A Cell control field can be automatically created from a selection: - Select the controls that must be included in the cell.
- Under the "Modification" pane, in the "Transformations" group, pull down "Refactoring and swapping" and in the "Refactoring / create a field with selection" area, select "A Cell control".
Related Examples:
|
Unit examples (WEBDEV): The Cell control (Popup)
[ + ] This example explains how to display the details in a popup cell. The details are displayed in a movable cell made visible during the click.
|
|
Unit examples (WEBDEV): Custom tooltip
[ + ] This example explains how to display a custom tooltip when an element is hovered by the mouse cursor. The custom tooltip is a cell that is: - displayed during the "Mouse over" event, - hidden during the "Mouse out" event.
|
|
Unit examples (WEBDEV): The Cell control (Move)
[ + ] This example explains how to use a movable cell. This cell is moved by the mouse or by programming.
|
|
Unit examples (WEBDEV): The Cell control (Animations)
[ + ] This example explains how to create "furtive cells" in your WEBDEV sites. A furtive cell is a cell that appears at the bottom of the page and that remains displayed during a given time. These cells can be used to display notifications, adverts...
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|