|
From: Thyamad c. <th...@us...> - 2005-11-25 01:55:16
|
Update of /cvsroot/thyapi/thyapi/thywidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18601/thywidgets Modified Files: thyformpanel.js Log Message: Commiting file additions and modification from SVN revision 2335 to 2336... Changes made by rpereira on 2005-11-25 03:37:59 +0100 (Fri, 25 Nov 2005) corresponding to SVN revision 2336 with message: - Added important dynapi.onClassLoad function - Correct bugs Index: thyformpanel.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/thyformpanel.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** thyformpanel.js 21 Nov 2005 13:54:09 -0000 1.1 --- thyformpanel.js 25 Nov 2005 01:55:09 -0000 1.2 *************** *** 46,51 **** function thyFormPanel(name, startup) { ! this.thyDialogWindow = thyDialogWindow; ! this.thyDialogWindow(name); // Attributes \\ --- 46,51 ---- function thyFormPanel(name, startup) { ! this.thyPanel = thyPanel; ! this.thyPanel(name); // Attributes \\ |