GUIWebView

From Virtual World Web Wiki
Revision as of 12:56, 26 May 2017 by Spark5 (Talk | contribs) (Documentation for the GUIWebView class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A UI component representing a web page

  • Inherits class: GUIComponent
  • This is a JavaScript visible object

Remarks [edit]

Properties

string Address {get; set;}
Current address of the web page
bool Enabled {get; set;}
bool Transparent {get; set;}
Should this view allow for transparent background colors
int ViewHeight {get; set;}
Pixel height of the display area to render to
int ViewWidth {get; set;}
Pixel width of the display area to render to

Methods

void ExecuteJS(string js)
Invokes a Javascript snippet in the webpage.