From: Steve Lamerton Date: Mon, 4 Jul 2011 11:34:33 +0000 (+0000) Subject: Add a note to the documentation about the emulation modes of the ie backend. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c36818c8e32dd4245222f62995119d8652b30324 Add a note to the documentation about the emulation modes of the ie backend. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 107f310e32..2ce2f28cf9 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -124,7 +124,13 @@ public: This control may be used to render web (HTML / CSS / javascript) documents. Capabilities of the HTML renderer will depend upon the backed. - TODO: describe each backend and its capabilities here + + @c wxWEB_VIEW_BACKEND_IE uses the the Trident rendering engine, which + is also used by Internet Explorer. It is important to note that by default + it emulates Internet Explorer 7, this can be chaged with a registry + setting, see + + this article for more information. Note that errors are generally reported asynchronously though the @c wxEVT_COMMAND_WEB_VIEW_ERROR event described below.