]> git.saurik.com Git - wxWidgets.git/commitdiff
Add a note to the documentation about the emulation modes of the ie backend.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 4 Jul 2011 11:34:33 +0000 (11:34 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 4 Jul 2011 11:34:33 +0000 (11:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index 107f310e328ec89e3d34274e0f848a583b7e299d..2ce2f28cf914d57ad41e069d5d63898c06c72df7 100644 (file)
@@ -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 
+    <a href="http://msdn.microsoft.com/en-us/library/ee330730%28v=vs.85%29.aspx#browser_emulation">
+    this</a> article for more information.
   
     Note that errors are generally reported asynchronously though the
     @c wxEVT_COMMAND_WEB_VIEW_ERROR event described below.