]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gtkmathview-bonobo/test/embedding.xml
dir reorganization
[helm.git] / helm / DEVEL / gtkmathview-bonobo / test / embedding.xml
diff --git a/helm/DEVEL/gtkmathview-bonobo/test/embedding.xml b/helm/DEVEL/gtkmathview-bonobo/test/embedding.xml
new file mode 100644 (file)
index 0000000..57fe49a
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+  <script language="JavaScript">
+<!--
+    function setSize(id, width, height)
+    {
+      document.elements[id].width = width;
+      document.elements[id].height = height;
+      document.elements['eccolo'].value = 'Ciao';
+      alert('hello!');
+    }
+-->
+  </script>
+</head>
+
+<body>
+
+  <h1>GtkMathView-Bonobo test page</h1>
+
+  The embedded object should display a mathematical formula.
+  <br />
+
+  <object name="MATH" data="#math1" width="500" height="100" type="application/mathml+xml">
+    <math id="math1" display="block" xmlns="http://www.w3.org/1998/Math/MathML">
+       <mfrac>
+         <mi href="http://www.google.it">x</mi>
+         <mn>2</mn>
+       </mfrac>
+      <mo>=</mo>
+      <mtext href="javascript:alert('like if I can do that')">click for the answer</mtext>
+    </math>
+  </object>
+
+  <form name="test">
+    <input name="eccolo" type="button" onClick="alert('hi')">Size</input>
+  </form>
+
+</body>
+
+</html>
+