diff options
Diffstat (limited to 'demos/functional')
-rw-r--r-- | demos/functional/index.html | 5 | ||||
-rw-r--r-- | demos/functional/templates/ui.datepicker.html | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index 51e02caca..25ccb6980 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -37,6 +37,7 @@ <script type="text/javascript" src="../../ui/i18n/ui.datepicker-fi.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-fr.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-he.js"></script> + <script type="text/javascript" src="../../ui/i18n/ui.datepicker-hr.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-hu.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-hy.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-id.js"></script> @@ -90,10 +91,12 @@ <script src="js/beautify.js" type="text/javascript"></script> <script src="js/functional.demo.js" type="text/javascript"></script> - <script src="js/jquery.chili.pack.js" type="text/javascript"></script> + <script src="js/jquery.chili.pack.js" type="text/javascript"></script> <script src="js/chili-recipes.js" type="text/javascript"></script> + <script src="js/jquery.mousewheel.js" type="text/javascript"></script> + <script type="text/javascript"> $(function() { $.datepicker.setDefaults($.datepicker.regional['']); diff --git a/demos/functional/templates/ui.datepicker.html b/demos/functional/templates/ui.datepicker.html index 26eccf3cf..a8c822534 100644 --- a/demos/functional/templates/ui.datepicker.html +++ b/demos/functional/templates/ui.datepicker.html @@ -332,6 +332,7 @@ { desc: 'Esperanto', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["eo"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Olivier M.");' }, { desc: 'Français (French)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["fr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Stéphane Nahmani");' }, { desc: '한국어 (Korean)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ko"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("DaeKwon Kang");' }, + { desc: 'Hrvatski jezik (Croatian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Vjekoslav Nesek");' }, { desc: 'Հայերեն (Armenian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hy"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Levon Zakaryan");' }, { desc: 'Íslenska (Icelandic)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["is"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Haukur H. Thorsson");' }, { desc: 'Italiano (Italian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["it"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Apaella");' }, |