From: Robert R. <rra...@ya...> - 2001-01-21 21:46:33
|
The first thing that I noticed was that you failed to call the DynLayer constructor. You need this: function Table(rows,cols){ this.DynLayer = DynLayer this.DynLayer() .... This is essential for correct subclassing (the prototype setting is not enough). -- // Robert Rainwater On 1/21/2001, 4:09:42 PM EST, Eytan wrote about "[Dynapi-Dev] [Bug #129602] DynLayer methods don't effect elements": > I am using the correct methods. > For an explicit example please refer to the attached files. You must add the > table.js file to your gui folder and put the testtable.htm file in one > folder inside the root. ---------------------- DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ DynAPI Homepage: http://dynapi.sourceforge.net/ |