start


Purpose

Opens a URL address within the application or in an external browser, depending on configuration settings.

Signature

start( url, options )

Returns

This method does not return anything.

Parameters

Name Description Type Use
url A URL address of the page to be loaded. string required
options Configuration options for the browser. object optional

The options object passes the following property:

Name Description Type
external

Decides whether the URL address should be opened in an external browser. By default, this option is set to "false", which results in opening the URL within the application (in a plain WebView window).

Note

Opening the URL address in an external browser means that callbacks described in the addListener article will not be called.

boolean

Related topics

Browser
Legal notice | Copyright © 2015 and Confidential to Pegasystems Inc. All rights reserved. | Feedback
Advanced...