ExecuteWebJS: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 9: Line 9:
{{FuncParam|Javascript|The Javascript source.}}
{{FuncParam|Javascript|The Javascript source.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This function returns '''true''' if the web identifier is found. It does not return the return values from JS as this whole process is asynchronous.}}


== Example ==
== Example ==

Revision as of 12:52, 4 February 2020

ExecuteWebJS

Type: Function
Context: Client
Introduced: v1.0

Description

Executes Javascript in the WebUI.

Syntax

ExecuteWebJS(web, Javascript)

Parameters

  • web
    The web identifier.
  • Javascript
    The Javascript source.

Return Value

  • This function returns true if the web identifier is found. It does not return the return values from JS as this whole process is asynchronous.

Example

__EDIT_ME__

See also

__EDIT_ME__