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| | {{FuncDescription|Set the web alignment.}} | ||
{{FuncSyntax|SetWebAlignment(web, x, y)}} | {{FuncSyntax|SetWebAlignment(web, x, y)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|web| | {{FuncParam|web|The web UI identifier.}} | ||
{{FuncParam|x| | {{FuncParam|x|The screen X axis}} | ||
{{FuncParam|y| | {{FuncParam|y|The screen Y axis}} | ||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} | ||
Line 16: | Line 16: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{WebFunctions}} |
Latest revision as of 11:18, 6 January 2020
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__