upgraded yui to 2.2.2 and yui-ext to 1.0.1a
This commit is contained in:
parent
4d9af2c691
commit
547ced6500
1992 changed files with 645731 additions and 0 deletions
32
www/extras/yui/examples/event/index.html
Normal file
32
www/extras/yui/examples/event/index.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Yahoo! UI Library - Event Utility</title>
|
||||
<link rel="stylesheet" type="text/css" href="assets/screen.css">
|
||||
</head>
|
||||
<body style="height:100%">
|
||||
<img src="assets/logo.gif" style="position:absolute;top:5px;left:5px" />
|
||||
|
||||
<div id="pageTitle">
|
||||
<h3>Event Utility</h3>
|
||||
</div>
|
||||
<div id="content">
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p><a href="simple.html">Simple DOM Event Handling</a></p>
|
||||
<p><a href="event-delegation.html">Event Delegation</a></p>
|
||||
<p><a href="custom-event.html">Using Custom Events</a></p>
|
||||
<p> </p>
|
||||
</div>
|
||||
<div id="footerContainer">
|
||||
<div id="footer">
|
||||
<p> </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue