Update of /cvsroot/thyapi/thyapi/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17089/ext
Modified Files:
packages.js
Log Message:
Commiting file additions and modification from SVN revision 1883 to 1884...
Changes made by rpereira on 2005-09-01 21:34:02 +0200 (Thu, 01 Sep 2005) corresponding to SVN revision 1884 with message:
- Disabling thyRichTextEdit until make it trully working
Index: packages.js
===================================================================
RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** packages.js 1 Sep 2005 18:15:37 -0000 1.5
--- packages.js 1 Sep 2005 19:16:42 -0000 1.6
***************
*** 110,114 ****
l.add('thyapi.thywidgets.thyPopupCalendar', 'thypopupcalendar.js', ['thyEditBox','thyButton']);
l.add('thyapi.thywidgets.thyTextEdit', 'thytextedit.js', 'thyLabelPanel');
! l.add('thyapi.thywidgets.thyRichTextEdit', 'thyrichtextedit.js', ['thyLabelPanel', 'FCKeditor']);
l.add('thyapi.thywidgets.thyWindow', 'thywindow.js', ['thyBorderPanel','thyButton','thyDragEvent','dynapi.functions.String']);
l.add('thyapi.thywidgets.thyDialogWindow', 'thydialogwindow.js', ['thyWindow','thyButton']);
--- 110,114 ----
l.add('thyapi.thywidgets.thyPopupCalendar', 'thypopupcalendar.js', ['thyEditBox','thyButton']);
l.add('thyapi.thywidgets.thyTextEdit', 'thytextedit.js', 'thyLabelPanel');
! //l.add('thyapi.thywidgets.thyRichTextEdit', 'thyrichtextedit.js', ['thyLabelPanel', 'FCKeditor']);
l.add('thyapi.thywidgets.thyWindow', 'thywindow.js', ['thyBorderPanel','thyButton','thyDragEvent','dynapi.functions.String']);
l.add('thyapi.thywidgets.thyDialogWindow', 'thydialogwindow.js', ['thyWindow','thyButton']);
***************
*** 124,128 ****
// ThyAPI External
l.addPackage('thyapi.thywidgets.external', p+'thywidgets/external/');
! l.add('thyapi.thywidgets.external.FCKeditor', 'fckeditor/fckeditor.js');
l.add('thyapi.thywidgets.external.JSCalendar', 'jscalendar/calendar.js');
l.add('thyapi.thywidgets.external.JSCalendarLang', 'jscalendar/lang/calendar-en.js');
--- 124,128 ----
// ThyAPI External
l.addPackage('thyapi.thywidgets.external', p+'thywidgets/external/');
! //l.add('thyapi.thywidgets.external.FCKeditor', 'fckeditor/fckeditor.js');
l.add('thyapi.thywidgets.external.JSCalendar', 'jscalendar/calendar.js');
l.add('thyapi.thywidgets.external.JSCalendarLang', 'jscalendar/lang/calendar-en.js');
|