@qooxdoo/framework
Version:
The JS Framework for Coders
34 lines (29 loc) • 733 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="../helper.js"></script>
<link href="data/logger.css" rel="stylesheet" type="text/css">
<style type="text/css">
.cascade {
border: 1px solid black;
padding: 2px;
font-size: 10px;
}
#logger {
top:
}
</style>
</head>
<body>
<h1>Event bus</h1>
<p>
This demo shows the Event bus in action.<br/>
The demo shows how subscribing to a messages, dispatching them and receiving
those by the defined callbacks methods works.
</p>
<input type="button" id="btnClear" value="clear">
<div id="logger">
</div>
</body>
</html>