aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/examples/demo/ex_htmlWindow.html
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/wx/examples/demo/ex_htmlWindow.html
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/wx/examples/demo/ex_htmlWindow.html')
-rw-r--r--lib/wx/examples/demo/ex_htmlWindow.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/lib/wx/examples/demo/ex_htmlWindow.html b/lib/wx/examples/demo/ex_htmlWindow.html
new file mode 100644
index 0000000000..c22800606c
--- /dev/null
+++ b/lib/wx/examples/demo/ex_htmlWindow.html
@@ -0,0 +1,59 @@
+<html>
+ <a name="top" />
+ <h3>Erlang is the best.</h3>
+ <ul>
+ <li><font color="blue">Text1</font></li>
+ <li><font color="red">Text2</font></li>
+ </ul>
+ <p>You can insert whatever HTML you want... although wxHtmlWindow doesn't support css or scripts</p>
+ <br />
+ <img src="image.jpg" />
+ <table border="1">
+ <tr>
+ <td>This</td>
+ <td>is</td>
+ </tr>
+ <tr>
+ <td>a</td>
+ <td>table</td>
+ </tr>
+ </table>
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <a href="#top">Top</a><br />
+<center>
+<small>
+ Copyright &copy; 2009 Ericsson AB
+ </small>
+</center>
+</html> \ No newline at end of file