web/rsln-opendata/res/metadataplayer/test/hook.html
changeset 120 3daa4039509a
parent 119 4c86151704e9
child 121 2b794b7901d6
--- a/web/rsln-opendata/res/metadataplayer/test/hook.html	Fri Apr 22 12:31:41 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html dir="ltr" xml:lang="fr" 
-xmlns="http://www.w3.org/1999/xhtml" lang="fr">
-
-<head>
-
-</head>
-
-<body>
-<script type="text/javascript" src="hook.js"></script> 
-<script  type="text/javascript">	
-Hook.register(
-  'quit',
-  function ( args ) {
-    alert( 'Bye!' );
-    return true;
-  }
-);
-
-Hook.register(
-  'test',
-  function ( args ) {
-    alert( 'ici!' );
-    return true;
-  }
-);
-
-Hook.call( 'quit', [ 'All Done' ] );
-Hook.call( 'test', [ 'All Done' ] );
-
-</script>
-
-
-</body>
-</html>
\ No newline at end of file