Update of /cvsroot/dynapi/dynapi3x/docs/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv6593/docs/docs

Modified Files:
        examples.html quickref.dragevent.html 
        quickref.dyndocument.html quickref.dynlayer.html revision.html 
Log Message:
updated/added by raymond

Index: examples.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/examples.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** examples.html       9 Mar 2003 22:21:46 -0000       1.7
--- examples.html       26 Mar 2003 02:22:30 -0000      1.8
***************
*** 73,76 ****
--- 73,77 ----
    <li><a href="../../examples/dynapi.fx.flashsound.html">FlashSound</a></li>
    <li><a href="../../examples/dynapi.fx.fader.html">Fader</a></li>
+   <li><a href="../../examples/dynapi.fx.swiper.html">Swiper</a></li>
  </ul>
  
***************
*** 78,81 ****
--- 79,83 ----
  <ul>
        <li><a href="../../examples/dynapi.gui.groupmanager.html">GroupManager</a>
+       <li><a href="../../examples/dynapi.gui.focusmanager.html">FocusManager</a>
        <li>------------------------------
        <li><a href="../../examples/dynapi.gui.graphics.html">Graphics</a>
***************
*** 111,115 ****
  <h3>Utilities</h3>
  <ul>
!       <li>Cookies
        <li><a href="../../examples/dynapi.util.datasource.html">DataSource</a> - 
Simple
        Data Binding with data-aware layers
--- 113,117 ----
  <h3>Utilities</h3>
  <ul>
!       <li><a href="../../examples/dynapi.util.cookie.html">Cookie</a>
        <li><a href="../../examples/dynapi.util.datasource.html">DataSource</a> - 
Simple
        Data Binding with data-aware layers
***************
*** 140,143 ****
--- 142,150 ----
    <li><a href="../../examples/speedtest.dynlayer-oncreate.html">Create/PreCreate
      Callback Functions</a></li>
+   <li>Blueprint/Inline Basic for <a 
href="../../examples/speedtest.dynlayer.inline-basic.html">ALL</a>
+     / <a href="../../examples/speedtest.dynlayer.inline-basic-dom.html">DOM/IE</a>
+     Browsers</li>
+   <li><a 
href="../../examples/speedtest.dynlayer.inline-deep_nest-dom.html">Blueprint/Inline
+     Deep Nest&nbsp;</a> for DOM/IE Only Browser</li>
  </ul>
  <p>&nbsp;</p>
***************
*** 155,158 ****
--- 162,173 ----
    <li><a href="../../examples/dynapi.functions.fadecolor.htm">Color Fade</a></li>
    <li><a href="../../examples/demo.slideshow.html">Image Slide Show</a></li>
+   <li><a href="../../examples/demo.spaceship-path.html">Spaceship &amp;
+     PathAnimation</a></li>
+   <li><a href="../../examples/demo.spaceship-circle.html">Spaceship &amp;
+     CircleAnimation</a></li>
+   <li><a href="../../examples/demo.oncontentchange.html">On Content Change Event</a>
+     - Test</li>
+   <li><a href="../../examples/demo.onlocationchange.html">On Location Change
+     Event</a> - Test</li>
  </ul>
  <p>&nbsp;</p>

Index: quickref.dragevent.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/quickref.dragevent.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** quickref.dragevent.html     25 Feb 2003 21:38:22 -0000      1.2
--- quickref.dragevent.html     26 Mar 2003 02:22:30 -0000      1.3
***************
*** 64,67 ****
--- 64,79 ----
                <dd>...</dd>
        </dl>
+     <h1>Methods applied to other objects</h1>
+     <dl>
+       <dt>DynElement - DragDrop(s)</dt>
+       <dd>...</dd>
+       <dt>DynElement - DragOver(s)</dt>
+       <dd>...</dd>
+       <dt>DynLayer - setDragOverStealthMode(b)</dt>
+       <dd>...</dd>
+       <dt>DynLayer - setDragMode(b,boundry)</dt>
+       <dd>&nbsp;</dd>
+       <dt>&nbsp;</dt>
+     </dl>
  </body>
  </html>

Index: quickref.dyndocument.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/quickref.dyndocument.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** quickref.dyndocument.html   25 Feb 2003 21:38:22 -0000      1.2
--- quickref.dyndocument.html   26 Mar 2003 02:22:30 -0000      1.3
***************
*** 61,69 ****
                <dd>...</dd>
  
!               <dt>insertChild(c)</dt>
!               <dd>...</dd>
  
!               <dt>insertAllChildren()</dt>
!               <dd>...</dd>
  
                <dt>destroyAllChildren()</dt>
--- 61,71 ----
                <dd>...</dd>
  
!               <dt>insertChild(c,usebp)</dt>
!         <dd>usebp - (Boolean) Use Blueprint</dd>
  
!               <dt>insertAllChildren(usebp,bpsrc)</dt>
!               <dd>usebp - (Boolean) Use Blueprint<br>
!           bpsrc - (String) JavaScript source file containing blueprint
!           layers&nbsp;</dd>
  
                <dt>destroyAllChildren()</dt>

Index: quickref.dynlayer.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/quickref.dynlayer.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** quickref.dynlayer.html      5 Mar 2003 04:36:17 -0000       1.2
--- quickref.dynlayer.html      26 Mar 2003 02:22:30 -0000      1.3
***************
*** 46,49 ****
--- 46,54 ----
                <dd>...</dd>
  
+         <dt>setMinimumSize(w,h)</dt>
+         <dd>...</dd>
+         <dt>setMaximumSize(w,h)</dt>
+         <dd>...</dd>
+ 
                <dt>setHTML(html)</dt>
                <dd>...</dd>

Index: revision.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/revision.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** revision.html       9 Mar 2003 22:21:46 -0000       1.8
--- revision.html       26 Mar 2003 02:22:30 -0000      1.9
***************
*** 40,45 ****
  Version in CVS
  ---------------
  [+] Rename IOElementSODA, IOElementSYNC to IOElementSoda, IOElementSync respectively.
-       ^ This is in keeping with standard library names
  [+] Add ImageClip to dynapi.gui - See ImageClip &amp; Slide Show examples
  [+] Add fadeColor to dynapi.functions.Color - see Color Fade exmaple
--- 40,57 ----
  Version in CVS
  ---------------
+ [*] Update Examples
+ [+] Add FocusManager
+ [+] Add setDragMode(b,boundry)
+ [+] Add setMinimumSize(w,h) and setMaximumSize(w,h), setOverflow(s) - default is 
hidden
+ [+] Add oncontentchange event - triggered by setHTML
+ [+] Add onresize and onlocationchange events
+ [+] Add Preserve Data Type (pDType) to Cookie constructure - Cookie(name,pDType)
+ [+] Add Cookie.encode &amp; Cookie.decode functions - useful for storing simple and 
complex objects and datatype. 
+ [+] Add removeAll() function to cookie object
+ [*] Modify insertAllChildren() and insertChild() to support blueprints.
+ [+] Add generateBlueprint() to DynLayer Inline
+ [+] Add swiper animation class
+ [*] Modify DynEvent Object - DynEvent should not be a DynObject.    
  [+] Rename IOElementSODA, IOElementSYNC to IOElementSoda, IOElementSync respectively.
  [+] Add ImageClip to dynapi.gui - See ImageClip &amp; Slide Show examples
  [+] Add fadeColor to dynapi.functions.Color - see Color Fade exmaple
***************
*** 51,55 ****
  [-] Fix DynLayerInline 
  [*] Modify addChild() to addChild(c,alias,inlineID)
! [*] Modify setID() to setID(id,isInline)
  [+] Add divs object for speed - dyndocument.js line 102
  [+] Added _createInserted() to all dynlayers - this is called by dyndocument
--- 63,67 ----
  [-] Fix DynLayerInline 
  [*] Modify addChild() to addChild(c,alias,inlineID)
! [*] Modify setID() to setID(id,isInline,noImports)
  [+] Add divs object for speed - dyndocument.js line 102
  [+] Added _createInserted() to all dynlayers - this is called by dyndocument
***************
*** 73,77 ****
  [*] Rename dynapi.fx.pathanim-slide.html to dynapi.fx.slideanim.html
  [-] Fix PathAnimation, GlideAnimation, SlideAnimation
-       &gt; IMO the features of PathAnimation should be moved into Thread
  [+] Rename pathanim.js to glideanim.js
  [*] Move move code from pathanim-full,js to pathanim.js
--- 85,88 ----



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to