HtmlBrowser

Document Actions
last edited 4 years ago by mtigran

description

This part is designed to create a frame window for showing string written in html (after converting it). So after firing on HTML inpin html code, the part shows that converted into plain text. Also part is designed to show links and after clicking on the link it fires out the url of that link.

figure

inpins

  1. HTML(String) - ID=1 - sets the html for html browser
  2. GEOM(x, y, width, height) - ID=2 - sets parameters for the frame
    • x – int
    • y – int
    • width – int
    • height – int
  3. SHOW() - ID=3 - makes frame visible
  4. HIDE() - ID=4 - makes frame invisible

outpins

  1. LINK(String) - ID=51 - fires the url of the link, when it is clicked

links to CVS

source org.vcb.parts.ui.HtmlBrowser

configuration htmlBrowser.vcb