1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML 2.0//EN">
4 <title>Mozilla Plugin with Events Sample
</title>
11 background-color: #CCCCCC;
17 document
.ev
.nsIEventsSampleInstance
.val
= document
.frm
.plugText
.value
;
20 document
.frm
.plugText
.value
= document
.ev
.nsIEventsSampleInstance
.val
;
26 <embed frameborder=
"1" type=
"application/x-events-sample-plugin"
27 width=
"100%" height=
"30%" name=
"ev">
30 <input type=
"button" value=
"Set ^" onclick='DoSet()'
>
31 <input type=
"button" value=
"Get v" onclick='DoGet()'
>
33 <input name=
"plugText" type=
"text" value=
"" size=
15>
35 <p>This for demonstrates a native widget working with the Mozilla plugin
37 <p>On each platform, a native editor widget is used. Currently, not much works in
38 terms of mouse, focus or keystroke handling.
</p>