|
|
|
|
|
DynamicServingConfigure (Function) In french: DynamicServingConfigure Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display. // Menu option // Always display the Computer version of pages DynamicServingConfigure(dsDesktop)
Syntax
DynamicServingConfigure(<Environment>)
<Environment>: Integer constant Type of environment to use: | | dsAutomatic | The choice of pages to display is automatically performed by WEBDEV according to the current platform. | dsDesktop | The pages in "Computer" mode are forced. | dsMobile | The pages in "Mobile" mode are forced. |
Remarks The call to DynamicServingConfigure triggers a call to PageUse for all the pages currently opened: - that are associated with Dynamic Serving,
- and whose display mode does not correspond to the selected one (including the current page).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|