|
|
|
|
|
- Overview
- Controls that can be moved programmatically
- Controls that can be moved with the mouse
- Looper controls, Supercontrols and Cell controls
- Limitations
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page: - Programmable fields: field positioning properties are available.
- Mouse-movable fields: it is possible to indicate that a field can be moved directly by the user with the mouse. The new position of the control can be saved.
Controls that can be moved programmatically The page controls can be moved dynamically programmatically. X and Y are available in read/write, in server code and in browser code. You can: - allow users to position controls or groups of controls.
- dynamically modify the location of controls according to some processes and actions.
Example: Following the mouse pointer: Controls that can be moved with the mouse In a page, users can directly move controls using the mouse. Users will be able to reorganize the page as they like. You can also store the new position of the control defined by the user. Therefore, the next time the page is opened, the controls will be located at the desired position. This feature is mainly used to easily move the controls found in a cell, in a looper or in a supercontrol, ... To make fields movable with the mouse: - Open the control description window.
- On the "UI" tab, check the desired options in the "Overlay and move" area.
If the control can be stacked, it can be moved with the mouse and its new position can be stored. Remark: it is possible to define a field that can be moved with the mouse in an internal page.. This control can be moved in the page that hosts the internal page. Looper controls, Supercontrols and Cell controls To make Looper controls, Supercontrols and Cell controls movable with the mouse, you must also specify the controls that will allow the relevant control to be moved. For example, for Cell control: - Open the control description window.
- On the "UI" tab, in the "Overlay and move" area, select "Overlayable and movable with the mouse".
- Click "Parameters" and select the controls that will allow moving the Cell control with the mouse:
Caution: It is not possible to use an iFrame, WebCam, Flash or Java Applet field to move the RepeatString, Supercontrol and Cell control fields with the mouse. Limitations Only the following controls can be moved directly: - Edit control,
- Cell,
- Looper,
- Supercontrol,
- Static,
- Image.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|