delegate-getlisteners.html revision c2591f93148f34add0265b627e2198f1cea598f6
af062818b47340eef15700d2f0211576ba3506eevboxsync<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
af062818b47340eef15700d2f0211576ba3506eevboxsync<html>
af062818b47340eef15700d2f0211576ba3506eevboxsync<head>
af062818b47340eef15700d2f0211576ba3506eevboxsync <title>Example</title>
af062818b47340eef15700d2f0211576ba3506eevboxsync</head>
af062818b47340eef15700d2f0211576ba3506eevboxsync<body>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync<p>This is a test. <strong>This is a test</strong>. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. </p>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync<ul>
af062818b47340eef15700d2f0211576ba3506eevboxsync <li>Test</li>
af062818b47340eef15700d2f0211576ba3506eevboxsync <li>Test</li>
af062818b47340eef15700d2f0211576ba3506eevboxsync <li>Test</li>
af062818b47340eef15700d2f0211576ba3506eevboxsync <li>Test</li>
af062818b47340eef15700d2f0211576ba3506eevboxsync <li>Test</li>
af062818b47340eef15700d2f0211576ba3506eevboxsync</ul>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync<script src="/build/yui/yui-debug.js"></script>
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync<script>
4b9d6701570cb98fd36e209314239d104ec584d3vboxsyncYUI({
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync debug: true,
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync filter: 'debug'
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync}).use('node', function(Y) {
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync Y.on('mouseover', function(e) {
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync //console.log(e.target);
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync }, '*');
ee6bcfc59fe3b0230aad85e2ef63d0402b7719b2vboxsync Y.on('click', function(e) {
af062818b47340eef15700d2f0211576ba3506eevboxsync console.log(e.target);
af062818b47340eef15700d2f0211576ba3506eevboxsync console.log(Y.Event.getListeners(e.target));
af062818b47340eef15700d2f0211576ba3506eevboxsync }, '*');
af062818b47340eef15700d2f0211576ba3506eevboxsync});
af062818b47340eef15700d2f0211576ba3506eevboxsync</script>
af062818b47340eef15700d2f0211576ba3506eevboxsync</body>
af062818b47340eef15700d2f0211576ba3506eevboxsync</html>
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync