Interface: browserMgr

This represents the interface to the Browser Manager.

Methods

<Interface>newBrowser <string>rootURL <boolean>showDirectory <boolean>showContent <boolean>showToolbar <boolean>showMenu

This method will create and open a new browser window. It returns an interface to a new browsermgr.

<string>rootURL : The string containing the URL.

<boolean>showDirectory : True to show as a directory, otherwise false.

<boolean>showContent : True to show the content window, otherwise false.

<boolean>showToolbar : True to show the browser toolbar, otherwise false.

<boolean>showMenu: True to show the browser menu, otherwise false.

<integer>numBrowsers()

This method will return the current number of browsers.

<Interface>getBrowser <integer>index

This method allows you to obtain a pointer to a specific browser. It returns an interface to the ith browser.

See also