Name | Description | Property Type | Scripting | Category |
---|
Border | The border surrounding this component. Options are: No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), Field Border, and Line Border. Note_friendly |
---|
The border is unaffected by rotation. |
As of 8.1.21, the "Button Border" and "Other Border" options are removed. | Border | .border | Common |
Enabled | If disabled, a component cannot be used. | boolean | .componentEnabled | Common |
FTP Proxy Port | FTP Proxy Port sets the proxy port for FTP connections. This setting is only used when Use Proxies is checked. | int | .ftpProxyPort | Data |
FTP Proxy Server | FTP Proxy Server sets the proxy server for FTP connections. This setting is only used when Use Proxies is checked. Can be empty | String | .ftpProxyServer | Data |
HTTP Proxy Port | HTTP Proxy Port sets the proxy port for HTTP connections. This setting is only used when Use Proxies is checked. | int | .httpProxyPort | Data |
HTTP Proxy Server | HTTP Proxy Server sets the proxy server for HTTP connections. This setting is only used when Use Proxies is checked. Can be empty | String | .httpProxyServer | Data |
HTTPS Proxy Port | HTTPS Proxy Port sets the proxy port for HTTPS connections. This setting is only used when Use Proxies is checked. | int | .httpsProxyPort | Data |
HTTPS Proxy Server | HTTPS Proxy Server sets the proxy server for HTTPS connections. This setting is only used when Use Proxies is checked. Can be empty | String | .httpsProxyServer | Data |
Mode | Data source for browser. Mode controls whether Starting URL or Starting HTML will be used. | int | .mode | Data |
Name | The name of this component. | String | .name | Common |
Popups Allowed | This flag is used to allow popups in the web page displayed. | boolean | .popupsAllowed | Behavior |
Proxy Exceptions | A comma delimited list of rules for websites that will bypass the proxy servers. An example sting would be "*foo.com,<local>,127.0.1". This setting is only used when Use Proxies is checked. | String | .proxyExceptions | Data |
Proxy Password | The password to use for proxy authentication. This setting is only used when Use Proxies and Use Proxy Authentication are checked. | String | .proxyPassword | Data |
Proxy Username | The username to use for proxy authentication. This setting is only used when Use Proxies and Use Proxy Authentication are checked. | String | .proxyUsername | Data |
SOCKS Proxy Port | The port number for SOCKS proxies. | int | .socksProxyPort |
|
SOCKS Proxy Server | The host name to use for SOCKS proxies. Can be empty. | String | .socksProxyServer |
|
Show Navigation Buttons | Show the navigation buttons at the top of the frame. | boolean | .showNavigation | Behavior |
Starting HTML | The initial HTML displayed when the Mode is set to HTML. Starting HTML is Code Block |
---|
<html><body> </body></html> |
by default, which gives a blank page. | String | .startingHtml | Data |
Starting URL | The initial URL displayed when the Mode is set to URL. Starting URL is blank by default. | String | .startingUrl | Data |
Touchscreen Mode | Controls when this input components responds if touchscreen mode is enabled. | int | .touchscreenMode | Behavior |
Use Proxies | If checked, the Web Browser will try to use the proxy settings. | boolean | .useProxies | Data |
Use Proxy Authentication | If checked, the browser will use the username and password for proxy authentication. This setting is only used when Use Proxies is checked. | boolean | .useProxyAuthentication | Data |
Visible | If disabled, the component will be hidden. | boolean | .visible | Common |
Zoom Level | The zoom level the web page is displayed in. 0.0 is normal, positive numbers zoom in, negative numbers zoom out. | double | .zoomLevel | Behavior |