|
|
|
|
|
PageEnableDDW (Function) In french: PageActiveGFI
Warning
From version 2024, PageActivateDDW is kept for backward compatibility. This function has been replaced with PageEnableDDW.
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
PageEnableDDW(True)
PageRateDDW(40)
YesNo("Voulez vous sortir ? ")
PageEnableDDW(False)
Syntax
<Result> = PageEnableDDW(<DDW activation>)
<Result>: Boolean Previous DDW status:- Vrai: GFI was activated on the site pages.
- False GFI was not activated on the site pages.
<DDW activation>: Boolean New DDW status:- True: GFI is enabled on site pages.
- False GFI is not activated on site pages.
Remarks - Grayscale ratio By default, pages are grayed out at 60%. To change this rate, use PageRateDDW.
- The value used in browser code is initialized by the value specified in server code. Changes made in browser code are not propagated to server code.
Business / UI classification: UI Code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|