Phoenix Logo

phoenix_title wx.lib.iewin.IEHtmlWindow


class_hierarchy Class Hierarchy

Inheritance diagram for class IEHtmlWindow:

super_classes Known Superclasses

wx.lib.activex.ActiveXCtrl


method_summary Methods Summary

__init__  
CanGoBack  
CanGoForward  
CommandStateChange  
GetStringSelection Returns the contents of the selected portion of the document as
GetText Returns the contents of the the html document as either html or plain text.
GoBack  
GoForward  
GoHome  
GoSearch  
LoadStream Load the html document from a Python file-like object.
LoadString Load the html document from a string
LoadUrl Load the document from url.
Navigate  
Print  
PrintPreview  
Quit  
RefreshPage  
Stop  

property_summary Properties Summary

busy  
document  
locationname  
locationurl  
offline  
readystate  
registerasbrowser  
registerasdroptarget  
silent  
type  

api Class API



class IEHtmlWindow(wx.lib.activex.ActiveXCtrl)

Methods



__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, name='IEHtmlWindow')


CanGoBack(self)


CanGoForward(self)


CommandStateChange(self, this, command, enable)


GetStringSelection(self, asHTML=True)

Returns the contents of the selected portion of the document as either html or plain text.



GetText(self, asHTML=True)

Returns the contents of the the html document as either html or plain text.



GoBack(self)


GoForward(self)


GoHome(self)


GoSearch(self)


LoadStream(self, stream)

Load the html document from a Python file-like object.



LoadString(self, html)

Load the html document from a string



LoadUrl(self, URL, Flags=0)

Load the document from url.



Navigate(self, URL, Flags=0, TargetFrameName=None, PostData=None, Headers=None)


Print(self, showDialog=False)


PrintPreview(self)


Quit(self)


RefreshPage(self, Level=REFRESH_NORMAL)


Stop(self)