Update of /cvsroot/dynapi/dynapi/docs/docs
In directory usw-pr-cvs1:/tmp/cvs-serv5104/docs/docs
Modified Files:
contributors.html revision.html
Added Files:
examples.html
Log Message:
Docs changes
--- NEW FILE ---
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> DynAPI - Examples </title>
<link rel="stylesheet" type="text/css" href="../include/dynapi.css">
</head>
<body bgcolor="#FFFFFF">
<div align="right"><a href="../index.html">Index</a></div>
<hr size="1">
<h1>Examples</h1>
Here are the examples included with the DynAPI that demonstrate some of the features
of the DynAPI and the included widgets.
<h3>API</h3>
<ul>
<li><a href="../../examples/dynapi.api.create.htm">Create Layer</a>
<li><a href="../../examples/dynapi.api.delete.htm">Delete Layer</a>
<li><a href="../../examples/dynapi.api.sethtml.htm">setHTML</a>
</ul>
<h3>Events</h3>
<ul>
<li><a href="../../examples/dynapi.event.bubbling.html">Event Bubbling</a>
<li><a href="../../examples/dynapi.event.dragevent.html">Dragging</a>
<li><a href="../../examples/dynapi.event.keyevents.html">Key Events</a>
<li><a href="../../examples/dynapi.event.mouseevents.htm">Mouse Events</a>
</ul>
<h3>Extensions</h3>
<ul>
<li><a href="../../examples/dynapi.ext.inline.htm">Inline Layers</a>
</ul>
<h3>GUI Components</h3>
<ul>
<li><a href="../../examples/dynapi.gui.button.html">Button</a>
<li><a href="../../examples/dynapi.gui.buttonimage.html">ButtonImage</a>
<li><a href="../../examples/dynapi.gui.dynimage.html">DynImage</a>
<li><a href="../../examples/dynapi.gui.label.html">Label</a>
<li><a href="../../examples/dynapi.gui.list.html">List</a>
<li><a href="../../examples/dynapi.gui.loadpanel.html">LoadPanel</a>
<li><a href="../../examples/dynapi.gui.pushpanel.html">PushPanel</a>
<li><a href="../../examples/dynapi.gui.scrollbar.html">ScrollBar</a>
<li><a href="../../examples/dynapi.gui.scrollpane.html">ScrollPane</a>
<li><a href="../../examples/dynapi.gui.viewport.html">ViewPort</a>
</ul>
<h3>Utilities</h3>
<ul>
<li><a href="../../examples/dynapi.util.circleanim.html">Circle Animation</a>
<li><a href="../../examples/dynapi.util.hover.html">Hover Animation</a>
<li><a href="../../examples/dynapi.util.imganim.html">Image Animation</a>
<li><a href="../../examples/dynapi.util.pathanim.html">Path Animation</a>
<li><a href="../../examples/dynapi.util.pathanim-slide.html">Slide</a>
<li><a href="../../examples/dynapi.util.thread.html">Threads</a>
</ul>
</body>
</html>
Index: contributors.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/docs/docs/contributors.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** contributors.html 2000/12/11 05:17:25 1.1
--- contributors.html 2001/04/08 02:22:17 1.2
***************
*** 13,17 ****
<p>The DynAPI relies on the open-source community to contribute to the project. The
following people, along with many others, have contributed the the DynAPI project to
make the project a success.
<p>
! Scott Andrew, Pascal Bestebroer, Chris Bodar, Micah Goulart, Ryan Grenz, Michael
Lilli, Jordi Ministral, Brandon Myers, Jared Nuzzolillo, Clack Pacheco, Jason Pelzer,
Robert Rainwater, Dan Steinman, Bill Tammen, Guangyi Wu
</body>
</html>
--- 13,17 ----
<p>The DynAPI relies on the open-source community to contribute to the project. The
following people, along with many others, have contributed the the DynAPI project to
make the project a success.
<p>
! Scott Andrew, Pascal Bestebroer, Chris Bodar, Micah Goulart, Ryan Grenz, Cameron
Hart, Michael Lilli, Jordi Ministral, Brandon Myers, Jared Nuzzolillo, Clack Pacheco,
Jason Pelzer, Michael Pemberton, Robert Rainwater, Dan Steinman, Bill Tammen, Guangyi
Wu
</body>
</html>
Index: revision.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/docs/docs/revision.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** revision.html 2001/01/25 21:20:39 1.2
--- revision.html 2001/04/08 02:22:17 1.3
***************
*** 12,15 ****
--- 12,36 ----
<h1>Appendix A: Revision History</h1>
<pre>
+ Version 2.5
+ -----------
+ The internal structure has been completely rewritten in the 2.5
+ release. External changes were kept to a minimum. Events
+ are now in dynapi.event.*. Please look at the examples
+ to see how they are included. Also, keyevents has been moved
+ and renamed to dynapi.event.keyboard.js. Many other internal
+ bug fixes have also been made.
+
+ [*] Precreation changes in NS 6 (the div and all its children
+ are created at once)
+ [-] Keyevents should now bubble
+ [*] Simple events (dynlayer.onresize = function(){}) can be used
+ by including simple.js instead of mouse.js.
+ [*] Mozilla (DOM) support has been improved
+ [*] DragDrop changes for children layers
+ [-] Inline layers (inline.js) should now work in NS 6
+ [-] Image animation fixes
+ [-] Many other bug fixes
+
+
Version 2001.01.25
------------------
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs