HtmlBrowser
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
- HTML(String) - ID=1 - sets the html for html browser
- GEOM(x, y, width, height) - ID=2 - sets parameters for the frame
- x – int
- y – int
- width – int
- height – int
- SHOW() - ID=3 - makes frame visible
- HIDE() - ID=4 - makes frame invisible
outpins
- 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