Please enable JavaScript to view this site.

CWT User Interface Design Handbook

Navigation: TFT Controls > WebBrowser (TFT)

Info Web Browser (TFT)

Scroll Prev Top Next More

To get a web browser automatically display the start page defined in the NavigateUrl property in the InfoPopup panel (see Popup panel names ) the browser must be named InfoWebBrowser. This is a key name that is applicable in the InfoPopup panel only.

Examples

Example that defines a web browser named “InfoWebBrowser” at position 0,0 (upper left corner) and with the size 640 pixels by 389 pixels. The local html page “\Storage Card\Media\html\info.htm” is set as the default page.

<TFT:WebBrowser Name='InfoWebBrowser'
  Location='0,0'
  Size='640,389'
  NavigateUrl='\Storage Card\Media\html\info.htm' />