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

Modified Files:
        examples.html quickref.dynlayer.html revision.html 
Log Message:
uploaded by raymond - includes kevin's patches

Index: examples.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/examples.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** examples.html       26 Mar 2003 02:22:30 -0000      1.8
--- examples.html       30 Mar 2003 17:13:21 -0000      1.9
***************
*** 38,41 ****
--- 38,42 ----
        <li><a href="../../examples/dynapi.api.dynlayer-destroy.html">Delete Layer</a>
        <li><a href="../../examples/dynapi.api.dynlayer-slide.html">Slide Layer</a>
+       <li><a href="../../examples/dynapi.api.dynlayer-blackboard.html">Blackboard</a>
        <li><a href="../../examples/dynapi.api.dynlayer-anchor.html">Anchor</a>
        <li><a href="../../examples/dynapi.api.dynlayer-anchor-anchoring.html">Anchor

Index: quickref.dynlayer.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/quickref.dynlayer.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** quickref.dynlayer.html      26 Mar 2003 02:22:30 -0000      1.3
--- quickref.dynlayer.html      30 Mar 2003 17:13:22 -0000      1.4
***************
*** 25,28 ****
--- 25,30 ----
        <h2>Public Methods</h2>
        <dl>
+               <dt>enableBlackboard()</dt>
+         <dd>...</dd>
                <dt>getOuterHTML()</dt>
                <dd>...</dd>

Index: revision.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi3x/docs/docs/revision.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** revision.html       26 Mar 2003 03:04:04 -0000      1.10
--- revision.html       30 Mar 2003 17:13:22 -0000      1.11
***************
*** 41,44 ****
--- 41,54 ----
  ---------------
  [*] Update Examples
+ [*] DynKeyEvents now supports bubbling
+ [-] Fix IOElement &amp; DataSource typos/bugs
+ [*] IOElementSoda now loads functions.Math libary
+ [+] Add getGUID() to functions.Math
+ [+] Add getRandomNumber(n) to functions.Math
+ [-] Fix setAnchor() resize bug
+ [*] Modify compiler - add &quot;check semi-colon&quot; button to the main screen
+ [+] Add enableBlackboard() function
+       &gt; enableBlackboard() must be called before the layer is created or
+       &gt; before the setHTML function if the layer has already been created
  [+] Add FocusManager
  [+] Add setDragMode(b,boundry)
***************
*** 47,51 ****
  [+] 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.
--- 57,61 ----
  [+] 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.
***************
*** 53,66 ****
  [*] Modify DynLayer files to use a common/base file
  [+] 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
  [+] Remove oncreate and onprecreate events, please use onCreate and onPrecreate 
instead
! [+] Add dictionary support to dynapi constructor 
  [+] Add Fader Class - needs more testing in gecko browsers
  [-] Fix NS4/NS6 Drag event bug
  [*] Enhance inline layer support - inline layers/widgets can be created/automated 
before page loads
! [-] Fix DynLayerInline 
  [*] Modify addChild() to addChild(c,alias,inlineID)
  [*] Modify setID() to setID(id,isInline,noImports)
--- 63,76 ----
  [*] Modify DynLayer files to use a common/base file
  [+] 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
  [+] Remove oncreate and onprecreate events, please use onCreate and onPrecreate 
instead
! [+] Add dictionary support to dynapi constructor
  [+] Add Fader Class - needs more testing in gecko browsers
  [-] Fix NS4/NS6 Drag event bug
  [*] Enhance inline layer support - inline layers/widgets can be created/automated 
before page loads
! [-] Fix DynLayerInline
  [*] Modify addChild() to addChild(c,alias,inlineID)
  [*] Modify setID() to setID(id,isInline,noImports)
***************
*** 91,95 ****
        &gt; This will cause only the slide functions to load when needed since
          DynLayer already offers a slideTo feature
! [+] Add generateLinePath() to functions.Math 
  [*] Move dynapi.functions.getNormalizedAngle to dynapi.functions.Math
  [-] Fix HoverAnimation
--- 101,105 ----
        &gt; This will cause only the slide functions to load when needed since
          DynLayer already offers a slideTo feature
! [+] Add generateLinePath() to functions.Math
  [*] Move dynapi.functions.getNormalizedAngle to dynapi.functions.Math
  [-] Fix HoverAnimation
***************
*** 106,112 ****
  Version 3.0 Alpha (2.9.2)
  ---------------------------
! This version is a code fork from DynAPI 2.54, so some features and 
! bug fixes in later versions may not be included in this version. 
! This is definately not a drop in replacement for DynAPI 2.5x, a large 
  amount of syntax has changed. See the <a href="../changelog.html">ChangeLog</a> for 
more information
  
--- 116,122 ----
  Version 3.0 Alpha (2.9.2)
  ---------------------------
! This version is a code fork from DynAPI 2.54, so some features and
! bug fixes in later versions may not be included in this version.
! This is definately not a drop in replacement for DynAPI 2.5x, a large
  amount of syntax has changed. See the <a href="../changelog.html">ChangeLog</a> for 
more information
  
***************
*** 158,167 ****
  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
--- 168,177 ----
  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
***************
*** 179,183 ****
  Version 2001.01.25
  ------------------
! This release features many changes to the DynAPI.  Most noticable is 
  a new layer creation system, as well as requiring the script tags after
  the DynAPI.include() statements must be closed before using any DynAPI
--- 189,193 ----
  Version 2001.01.25
  ------------------
! This release features many changes to the DynAPI.  Most noticable is
  a new layer creation system, as well as requiring the script tags after
  the DynAPI.include() statements must be closed before using any DynAPI
***************
*** 188,192 ****
  as little testing has been made as of yet.  See the &quot;INSTALL&quot; file for
  more information.  This release also features the first API documentation for
! the distribution.  Please post and bugs to the mailing list.  There are 
  too many changes to list, but here are a few:
  
--- 198,202 ----
  as little testing has been made as of yet.  See the &quot;INSTALL&quot; file for
  more information.  This release also features the first API documentation for
! the distribution.  Please post and bugs to the mailing list.  There are
  too many changes to list, but here are a few:
  



-------------------------------------------------------
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