From: Thyamad c. <th...@us...> - 2006-01-28 15:13:03
|
Update of /cvsroot/thyapi/thyapi/ext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9189/ext Modified Files: packages.js Log Message: Commiting file additions and modification from SVN revision 2729 to 2730... Changes made by vinicius on 2006-01-28 17:19:18 +0100 (Sat, 28 Jan 2006) corresponding to SVN revision 2730 with message: update of thylistbox_ie bug correciton in css Index: packages.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/ext/packages.js,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** packages.js 28 Jan 2006 13:38:10 -0000 1.16 --- packages.js 28 Jan 2006 15:12:48 -0000 1.17 *************** *** 139,144 **** l.add('thyapi.thywidgets.thyGridContents', 'thygridcontents.js', ['thyPanel']); l.add('thyapi.thywidgets.thyGrid', 'thygrid.js', ['thyGridContents','thyLabelPanel','thyGridCell','thyGridRow','thyVisualCollection']); ! l.add('thyapi.thywidgets.thyListBox', 'thylistbox.js', ['thyGrid']); ! l.add('thyapi.thywidgets.thyDropDownBox', 'thydropdownbox.js', ['thyListBox','thyEditBox','thyButton']); } --- 139,146 ---- l.add('thyapi.thywidgets.thyGridContents', 'thygridcontents.js', ['thyPanel']); l.add('thyapi.thywidgets.thyGrid', 'thygrid.js', ['thyGridContents','thyLabelPanel','thyGridCell','thyGridRow','thyVisualCollection']); ! l.add('thyapi.thywidgets.thyListBox', 'thylistbox_ie.js', ['thyLabelPanel']); ! l.add('thyapi.thywidgets.thyDropDownBox', 'thydropdownbox_ie.js', ['thyLabelPanel']); ! /*l.add('thyapi.thywidgets.thyListBox', 'thylistbox.js', ['thyGrid']); ! l.add('thyapi.thywidgets.thyDropDownBox', 'thydropdownbox.js', ['thyListBox','thyEditBox','thyButton']);*/ } |