Hi,
I am using jQuery UI 1.6rc2 and I noticed that the buttonImage of the
datepicker control
is not set when using Firefox 2. Strangely in IE7 the buttonImage is
shown.
Hope someone has the answer
TIA
My datepicker setup is
$.datepicker.regional['nl'] = {clearText: 'Wissen', clearStatus: 'Wis
de huidige datum',
closeText: 'Sluiten', closeStatus: 'Sluit zonder verandering',
prevText: '<Vorige', prevStatus: 'Laat de voorgaande maand zien',
nextText: 'Volgende>', nextStatus: 'Laat de volgende maand zien',
currentText: 'Vandaag', currentStatus: 'Laat de huidige maand zien',
monthNames: ['Januari','Februari','Maart','April','Mei','Juni',
'Juli','Augustus','September','Oktober','November','December'],
monthNamesShort: ['Jan','Feb','Mrt','Apr','Mei','Jun',
'Jul','Aug','Sep','Okt','Nov','Dec'],
buttonImage: '/images/calendar.png',
buttonText: 'Datum',
monthStatus: 'Laat een andere maand zien', yearStatus: 'Laat een
ander jaar zien',
weekHeader: 'Wk', weekStatus: 'Week van het jaar',
dayNames:
['Zondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrijdag','Zaterdag'],
dayNamesShort: ['Zon','Maa','Din','Woe','Don','Vri','Zat'],
dayNamesMin: ['Zo','Ma','Di','Wo','Do','Vr','Za'],
dayStatus: 'DD', dateStatus: 'D, M d',
dateFormat: 'dd-mm-yy', firstDay: 1,
initStatus: 'Kies een datum', isRTL: false};
$.datepicker.setDefaults($.datepicker.regional['nl']);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---