Ajax Layer JavaScript DHTML

http://dynapi.sourceforge.net/
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999


DynAPI - DynLayer Create/Remove/Delete


dynapi.library.setPath('./dynapisrc/');
dynapi.library.include('dynapi.api');


w = new DynLayer();
w.setBgColor('white');
w.setSize(130,130);
w.setLocation(250,50);
b = new DynLayer();
b.setBgColor('black');
b.setSize(100,100);
b.setLocation(400,50);
r = new DynLayer();
r.setBgColor('red');
r.setSize(50,50);
dynapi.document.addChild(w);
dynapi.document.addChild(b);



This is not working, and will be fixed in a next release:

R: add to W, B

R: remove from [parent], W, B



           
       
dynapi.zip( 791 k)