|
|
|
|
|
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("Do you want to exit?")
PageEnableDDW(False)
Syntax
<Result> = PageEnableDDW(<DDWÂ activation>)
<Result>: Boolean Previous DDW status:- True: DDW was enabled for the site pages.
- False: the DDW was not enabled for the site pages.
<DDW activation>: Boolean New DDW status:- True: DDW is enabled for the site pages.
- False: DDW is disabled for the site pages.
Remarks - Gray rate: The default gray rate for pages is set 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|