/
x Deprecated - SUI Dimension (sui:dimension) / deprecated!

x Deprecated - SUI Dimension (sui:dimension) / deprecated!

sui:dimension sets the size of browsers current window to given width and height in pixels. By providing fullscreen to "true" the size will will be changed to fullscreen

Usage

<sui:dimension width=""? height=""? fullscreen=""?/>

! -mandatory , ? - optional (One of the attribute must be available)


Example

Example

Behaviour

<sui:dimension fullscreen="true" />

Changes the window size to fullscreen

<sui:dimension width="1000" />

Changes the width of window to 1000 pixels

<sui:dimension width="1000" height="800" />
Changes the size of window to 1000 x 800 pixels

Related content