From: Thyamad c. <th...@us...> - 2006-02-10 02:09:23
|
Update of /cvsroot/thyapi/thyapi/thywidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9925/thywidgets Modified Files: thywindow.js thywindow_ie.js Log Message: Commiting file additions and modification from SVN revision 2786 to 2787... Changes made by vinicius on 2006-02-10 04:20:59 +0100 (Fri, 10 Feb 2006) corresponding to SVN revision 2787 with message: window modified Index: thywindow.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/thywindow.js,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** thywindow.js 29 Jan 2006 23:11:23 -0000 1.10 --- thywindow.js 10 Feb 2006 02:09:15 -0000 1.11 *************** *** 90,95 **** // Initialize Content this.content.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; - this.btnStick.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; - this.btnClose.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; this._thyBorderPanelAddChild(this.titleLayer); --- 90,93 ---- Index: thywindow_ie.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/thywindow_ie.js,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** thywindow_ie.js 29 Jan 2006 23:11:23 -0000 1.2 --- thywindow_ie.js 10 Feb 2006 02:09:15 -0000 1.3 *************** *** 101,105 **** this.content.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; this.btnStick.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; ! this.btnClose.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; this._thyBorderPanelAddChild(this.titleLayer); --- 101,105 ---- this.content.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; this.btnStick.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; ! this.btnClose.invokeEvent = function (type,e,args){dynapi.document.invokeEvent(type,e,args);}; this._thyBorderPanelAddChild(this.titleLayer); |