HtmlView (gb.form.htmlview)

This class provides a lightweight HTML/CSS viewer.

It supports most Of the HTML5 / CSS3 syntax.

该类继承于 UserControlgb.qt4中.

该类是可创建

属性
Border   Return or set if the control has a border.
Dir   Return or set the root part used by relative URLs.
Html   Return or set the HTML contents of the HtmlView.
MonospaceFont   Return or set the HTML "monospace" font.
Url   Return or set the URL displayed by the view.
Zoom   Return or set the view zoom factor.

Inherited properties
Action  
Background  
Children  
ClientH  
ClientHeight  
ClientW  
ClientWidth  
ClientX  
ClientY  
Cursor  
Design  
Direction  
Drop  
Enabled  
Expand  
Font  
Foreground  
H  
Handle  
HasFocus  
Height  
Hovered  
Id  
Ignore  
Left  
Mouse  
Name  
Next  
NoTabFocus  
Parent  
PopupMenu  
Previous  
Proxy  
RightToLeft  
ScreenX  
ScreenY  
Tag  
Tooltip  
Top  
Tracking  
Visible  
W  
Width  
Window  
X  
Y  

方法
Back   Move back into the view history.
Clear   Clear the view contents.
Forward   Move forward into the view history.
Load   Load a HTML file inside the view.
LoadCss   Load the default CSS into the view.
Reload   Reload the view contents.

Inherited methods
Delete  
Drag  
FindChild  
Grab  
Hide  
Lower  
Move  
MoveScaled  
Raise  
Refresh  
Reparent  
Resize  
ResizeScaled  
SetFocus  
Show  

事件
Link   This event is raised when an URL can't be handled automatically by the HtmlView.
Title   This event is raised when the title of the page is defined.

Inherited events
Arrange  
BeforeArrange  
DblClick  
Drag  
DragLeave  
DragMove  
Drop  
Enter  
GotFocus  
KeyPress   KeyPress例程结束后,textbox控件内部的文本被Gambas根据按键编辑。所以它不检测从KeyPress 事件处理程序及其调用的任何子程序和函数中写回进Text 属性的任何信息。而Change事件开始于内容更新之后。
KeyRelease  
Leave  
LostFocus  
Menu  
MouseDown  
MouseDrag  
MouseMove  
MouseUp  
MouseWheel  
NewChild