ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Dashboard control: Automatic Application 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 the Windows applications, the WEBDEV sites and the Mobile applications.
WINDEV
AAFs in the Windows applications

Overview

By default, the Dashboard control proposes to the user to:
  • Change to edit mode: the Edit mode allows users to configure their dashboard.
  • Save the content of Dashboard control in image format.
When users switch to "Edit" mode, they can configure the different elements in the dashboard:
You can:
  • 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): This feature is used to save the content of Dashboard control in image format (to print it for example).
  • Edit mode: This feature allows users to switch to Edit mode so they can configure their dashboard.

Edit mode in the Dashboard control

The following options are available in the context menu of the Edit mode:
  • Add: This option opens a submenu that displays the list of widgets made invisible and that can be added.
  • Hide: This option is used to hide the current widget.
  • Restore initial configuration: This option is used to restore the dashboard to its previous status (before the modifications performed in edit mode). All the modifications performed (size, position, hiding, addition) are canceled.
The Edit mode can be configured through programming:
  • DashMode is 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: 06/08/2022

Send a report | Local help