SetWebAlignment: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetWebAlignment(web, x, y)}} {{FuncParameters}} {{FuncParam|web|__EDIT_ME__}} {{FuncParam|x|__EDIT...")
 
No edit summary
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Set the web alignment.}}


{{FuncSyntax|SetWebAlignment(web, x, y)}}
{{FuncSyntax|SetWebAlignment(web, x, y)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|web|__EDIT_ME__}}
{{FuncParam|web|The web UI identifier.}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|x|The screen X axis}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|The screen Y axis}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{WebFunctions}}

Latest revision as of 11:18, 6 January 2020

SetWebAlignment

Type: Function
Context: Client
Introduced: v1.0

Description

Set the web alignment.

Syntax

SetWebAlignment(web, x, y)

Parameters

  • web
    The web UI identifier.
  • x
    The screen X axis
  • y
    The screen Y axis

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also