|
|
|
|
|
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:- : DDW was activated on the site pages.
- False: DDW was not activated on the site pages.
<DDW activation>: Boolean New DDW status:- : DDW is activated on the site pages.
- False: DDW is not activated on site pages.
Remarks - Grayscale rate: With Default, the page grayscale rate is equal to 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|