Difference: 520WebBrowserWidget (1 vs. 2)

Revision 22012-11-08 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="520NewTextWidgets"

Web Browser Widget

A Web Browser Widget has been implemented in APPX 5.2.0.

Overview:

Changed:
<
<
The text field should contain the web address to display. At runtime, you can set --- WIDGET SHOW DECORATE to Y or N to control whether or not the browser controls should be displayed. The WEB BROWSER type also supports the ability to fire user options via HTML code such as "<a href="1">Click here for User 1</a>", same as the HTML VIEWER control.
>
>
The Web Browser Widget can be used to display a web page in an APPX text field. The text field should contain the URL of the web page which is to be displayed.

Design Usage:

Use the Image Editor to add a text field to your image and resize it to be the size that you would like for your Web Browser Widget. Then edit the GUI Attributes of the field and select "WEB BROWSER" as the control. If you would like for navigation buttons to be included at runtime and if you would like for the user to be able to enter a URL at runtime , check the box for "Show browser decorations".

At runtime, you can dynamically control whether or not the navigation buttons and the address field are displayed by setting the WIDGET SHOW DECORATE field in the WIDGET record to Y or N.

The WEB BROWSER widget also supports special hyperlinks which execute APPX optional children. These hyperlinks specify an APPX OPTION value rather than a URL. The syntax is:

<a href="nnn">Click here to run an APPX Process</a>"

The following example will display a hyperlink for "Customer List" and will execute APPX OPTION "User 1" when clicked:

<p>Print a <a href="1">Customer List</a></p>

 
Added:
>
>

Runtime:

At runtime, the Web Browser widget will display the web page of the URL which is stored in the TEXT field. If you checked the box for "Show browser decorations?", then the user will also be able to enter the URL for any web site.

 

Comments:

Read what other users have said about this page or add your own comments.

Revision 12012-11-08 - SteveFrizzell

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="520NewTextWidgets"

Web Browser Widget

A Web Browser Widget has been implemented in APPX 5.2.0.

Overview:

The text field should contain the web address to display. At runtime, you can set --- WIDGET SHOW DECORATE to Y or N to control whether or not the browser controls should be displayed. The WEB BROWSER type also supports the ability to fire user options via HTML code such as "<a href="1">Click here for User 1</a>", same as the HTML VIEWER control.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- SteveFrizzell - 2012-11-08

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback