SetWebVisibility

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SetWebVisibility

Type: Function
Context: Client
Introduced: v1.0

Description

Used to set the web UI visibility mode.

Syntax

SetWebVisibility(web, visibility)

Parameters

Return Value

  • None

Example

SetWebVisibility(web, WEB_HIDDEN) -- hides it completely

See also