|
|
|
|
|
BrowserSlice (Function) In french: NavigateurTranche
Warning
From version 24, BrowserBlade is kept for backward compatibility. This function has been replaced with BrowserSlice.
Returns the number of the slice displayed in a page in Responsive Web Design mode.
IF BrowserSlice() = 2 THEN
...
END
Syntax
<Result> = BrowserSlice()
<Result>: Integer Number of current slice.Note: If the page does not use Responsive Web Design, <Result> is 1. Remarks - The number of default slice is 1.
- Then, the slice number increases for each following slice:
- If "Desktop" is the default slice, the numbers increase from the largest slice ("Desktop") to the smallest slice ("Mobile").
- If "Mobile" is the default slice, the numbers increase from the smallest slice ("Mobile") to the largest slice ("Desktop").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|