ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Dashboard control
  • Overview
  • AAFs in the Windows applications
  • Overview
  • Features of the context menu
  • Edit mode in the Dashboard control
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Dashboard control array: Application automation features (AAF)
Overview
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities. These features are available for Windows applications, the WEBDEV websites and the Mobile applications.
WINDEV
AAFs in the Windows applications

Overview

By default, the Dashboard control proposes to the user to:
  • Switch to edit mode: edit mode allows users to configure their array.
  • Save the content of Dashboard control in image format.
When users switch to "Edit" mode, they can configure the different elements in the dashboard:
It is possible to:
  • hide an element,
  • add an invisible element,
  • restore the initial configuration.
The edit mode can also be used to modify the position and size of elements.

Features of the context menu

  • Save as (image): Saves the contents of the Dashboard control as an image (for printing, for example).
  • Edit mode: This feature enables the user to enter edit mode and configure his or her array.

Edit mode in the Dashboard control

The following options are available in the context menu of the Edit mode:
  • Add: This option opens a sub-menu displaying a list of invisible Widgets that can be added.
  • Hide: This option hides the current Widget..
  • Restore initial configuration: This option returns the array to the state it was in before the changes were made in edit mode.. All the modifications performed (size, position, hiding, addition) are canceled.
The Edit mode can be configured programmatically:
  • DashMode can be used to:
    • know whether the Edit mode is enabled,
    • enable or disable the Edit mode,
    • configure the available actions in Edit mode. You can for example allow the widgets to be moved and resized only.
  • Using AAFDisable with the aafDashEditMode constant disables the context menu used to switch to edit mode.
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/16/2025

Send a report | Local help