<html>
+
+<!-- 12/13/2003 - Jeff Grimmett (grimmtooth@softhome.net)
+
+ o Updated for wx namespace.
+-->
+
<head>
<title>wxHTML does wxPython!</title>
</head>
The button below is added to the page like this:
<pre>
-<center><wxp class="wxButton" width="50%">
+<center><wxp module="wx" class="Button" width="50%">
<param name="label" value="It works!">
- <param name="id" value="wxID_OK">
+ <param name="id" value="ID_OK">
</wxp></center>
</pre>
<hr>
<center>
-<wxp class="wxButton" width="50%">
+<wxp module="wx" class="Button" width="50%">
<param name="label" value="It works!">
- <param name="id" value="wxID_OK">
+ <param name="id" value="ID_OK">
</wxp>
</center>