Difference between revisions of "Webview"

From Lianjapedia
Jump to: navigation, search
Line 13: Line 13:
 
|Html||R||Character||HTML text to be rendered
 
|Html||R||Character||HTML text to be rendered
 
|-
 
|-
|Url||RW||Character||URL to be rendered
+
|Password||RW||Character||Password for URL
 
|-
 
|-
 
|RefreshInterval||RW||Numeric||Interval in seconds that the content will be refreshed
 
|RefreshInterval||RW||Numeric||Interval in seconds that the content will be refreshed
 +
|-
 +
|Url||RW||Character||URL to be rendered
 
|-
 
|-
 
|Username||RW||Character||Username for URL
 
|Username||RW||Character||Username for URL
|-
 
|Password||RW||Character||Password for URL
 
 
|-
 
|-
 
|}
 
|}
Line 34: Line 34:
 
|Back||None||Go back one page
 
|Back||None||Go back one page
 
|-
 
|-
|Forward||None||Go forward one page
+
|Clear||None||Clear page
 
|-
 
|-
|Reload||None||Reload current page
+
|valign=top|Evaluate||valign=top|text as Character||Evaluates the JavaScript in text and returns the result of the last executed statement
 
|-
 
|-
|Stop||None||Stop loading page
+
|Forward||None||Go forward one page
 
|-
 
|-
 
|Print||None||Print page
 
|Print||None||Print page
 
|-
 
|-
|valign=top|Evaluate||valign=top|text as Character||Evaluates the JavaScript in text and returns the result of the last executed statement
+
|Reload||None||Reload current page
 
|-
 
|-
 +
|Stop||None||Stop loading page
 +
|-
 +
 +
 
|Write||text as Character||Output the specified text
 
|Write||text as Character||Output the specified text
 
|-
 
|-
 
||WriteTag||tag as Character, text as Character||Output the specified text, tagged with the specified tag
 
||WriteTag||tag as Character, text as Character||Output the specified text, tagged with the specified tag
 
|-
 
|-
|Clear||None||Clear page
+
 
|-
+
 
|}
 
|}
  

Revision as of 12:21, 30 April 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Html R Character HTML text to be rendered
Password RW Character Password for URL
RefreshInterval RW Numeric Interval in seconds that the content will be refreshed
Url RW Character URL to be rendered
Username RW Character Username for URL

Methods

This class supports the Common Methods plus the following:

Method Args Description
Back None Go back one page
Clear None Clear page
Evaluate text as Character Evaluates the JavaScript in text and returns the result of the last executed statement
Forward None Go forward one page
Print None Print page
Reload None Reload current page
Stop None Stop loading page
Write text as Character Output the specified text
WriteTag tag as Character, text as Character Output the specified text, tagged with the specified tag

Events

This class supports the Common Events plus the following:

Event Args Description
linkClicked link as Character Occurs after link is clicked (not called if showdocument link: 'app:', 'page:', 'section:', 'recital::', 'vfp:', 'python:', 'php:' or 'jscript:')