diff --git a/examples/test.html b/examples/test.html new file mode 100644 index 0000000000..6fb89535c0 --- /dev/null +++ b/examples/test.html @@ -0,0 +1,83 @@ + + + + + + + +
The idea here is to simulate the layerswitcher radiobuttons UI + without all the overhead of openlayers. +
+
+ There are event handlers attached to the following elements: +
+ * Body - Prints message "clicked body" to message area +
+ * Blue Div - Prints message "clicked div" to message area, stops + the event propagation, prints a message with the + status of the two radiobuttons +
+ * Radio One - Prints message "clicked one" to message area +
+ * Radio Two - Prints message "clicked two" to message area +
+ +
+ + one +
+ + two +
+ +
+ Events: +
+ + + \ No newline at end of file