Revision 3ac83c61
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
js/kivi.js | ||
---|---|---|
ns.setupLocale = function(locale) {
|
||
ns._locale = locale;
|
||
};
|
||
|
||
ns.reinit_widgets = function() {
|
||
$('.datepicker').each(function() {
|
||
$(this).datepicker();
|
||
});
|
||
|
||
if (ns.PartPicker)
|
||
$('input.part_autocomplete').each(function(idx, elt){
|
||
kivi.PartPicker($(elt));
|
||
});
|
||
};
|
||
});
|
||
|
||
kivi = namespace('kivi');
|
Auch abrufbar als: Unified diff
ClientJS: automatisch Date- und Partpicker nach AJAX-Request initialisieren