From: Thyamad c. <th...@us...> - 2005-09-01 13:11:54
|
Update of /cvsroot/thyapi/thyapi/ext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20002/ext Modified Files: debug.html packages.js Log Message: Commiting file additions and modification from SVN revision 1876 to 1877... Changes made by rpereira on 2005-09-01 15:28:52 +0200 (Thu, 01 Sep 2005) corresponding to SVN revision 1877 with message: - New thyFormDialog which implements a thyDialog with a Data Source - bugfixing on thyDataSource, thyWindow and thyProtocol Index: debug.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/ext/debug.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** debug.html 23 Aug 2005 17:51:16 -0000 1.3 --- debug.html 1 Sep 2005 13:11:43 -0000 1.4 *************** *** 88,92 **** +'.textinspect{width:90px;}' +'.textreload{width:130px;}' ! +'.textprint{width:100%; height:400px; overflow:auto; background-color:white;}' +'.textstat{width:100%;}' +'.texteval{width:100%;height:132px;}' --- 88,92 ---- +'.textinspect{width:90px;}' +'.textreload{width:130px;}' ! +'.textprint{width:90%; height:400px; overflow:auto; background-color:white;}' +'.textstat{width:100%;}' +'.texteval{width:100%;height:132px;}' Index: packages.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** packages.js 23 Aug 2005 13:14:04 -0000 1.2 --- packages.js 1 Sep 2005 13:11:43 -0000 1.3 *************** *** 113,116 **** --- 113,117 ---- l.add('thyapi.thywidgets.thyWindow', 'thywindow.js', ['thyBorderPanel','thyButton','thyDragEvent','dynapi.functions.String']); l.add('thyapi.thywidgets.thyDialogWindow', 'thydialogwindow.js', ['thyWindow','thyButton']); + l.add('thyapi.thywidgets.thyFormDialog', 'thyformdialog.js', ['thyDialogWindow','thyDataSource']); l.add('thyapi.thywidgets.thyGridCell', 'thygridcell.js', ['thyPanel','thyEditBox', 'thyCollection']); l.add('thyapi.thywidgets.thyGridRow', 'thygridrow.js', ['thyGridCell', 'thyVisualCollection']) *************** *** 126,130 **** l.add('thyapi.thywidgets.external.JSCalendar', 'jscalendar/calendar.js'); l.add('thyapi.thywidgets.external.JSCalendarLang', 'jscalendar/lang/calendar-en.js'); ! l.add('thyapi.thywidgets.external.JSCalendarSetup', 'jscalendar/calendar-setup.js',['JSCalendar','JSCalendarLang']); // Load buffered includes --------- --- 127,131 ---- l.add('thyapi.thywidgets.external.JSCalendar', 'jscalendar/calendar.js'); l.add('thyapi.thywidgets.external.JSCalendarLang', 'jscalendar/lang/calendar-en.js'); ! l.add('thyapi.thywidgets.external.JSCalendarSetup', 'jscalendar/calendar-setup-custom.js',['JSCalendar','JSCalendarLang']); // Load buffered includes --------- |