|
From: Thyamad c. <th...@us...> - 2005-11-21 13:54:26
|
Update of /cvsroot/thyapi/thyapi/ext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27081/ext Modified Files: packages.js Log Message: Commiting file additions and modification from SVN revision 2290 to 2291... Changes made by rpereira on 2005-11-21 15:35:20 +0100 (Mon, 21 Nov 2005) corresponding to SVN revision 2291 with message: - Added thyFormPanel Index: packages.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** packages.js 27 Oct 2005 02:36:09 -0000 1.11 --- packages.js 21 Nov 2005 13:54:09 -0000 1.12 *************** *** 112,115 **** --- 112,116 ---- l.add('thyapi.thywidgets.thyTextEdit', 'thytextedit.js', 'thyLabelPanel'); //l.add('thyapi.thywidgets.thyRichTextEdit', 'thyrichtextedit.js', ['thyLabelPanel', 'FCKeditor']); + l.add('thyapi.thywidgets.thyFormPanel', 'thyformpanel.js', ['thyPanel','thyDataSource']); l.add('thyapi.thywidgets.thyWindow', 'thywindow.js', ['thyBorderPanel','thyButton','thyDragEvent','dynapi.functions.String']); l.add('thyapi.thywidgets.thyDialogWindow', 'thydialogwindow.js', ['thyWindow','thyButton']); |