Aggiunto (e configurato) progetto e soluzione x ScheMe-SP

This commit is contained in:
Samuele E. Locatelli
2017-08-25 10:16:04 +02:00
parent da5406eefd
commit c6da1113b1
463 changed files with 232558 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
/*
* Utility JS Steamware
*
* Steamware 2014+
*
*/
///*------------------------------------------------------------------
//- Formattazione date (standard e formato AS400 tipo yyyyMMdd
//------------------------------------------------------------------*/
//function dtStandard() {
// $.datepicker.setDefaults($.datepicker.regional["it"]);
// $(".datepicker").datepicker({
// //showOtherMonths: true,
// //selectOtherMonths: true,
// showButtonPanel: true,
// changeMonth: true,
// changeYear: true,
// dateFormat: "dd/mm/yy"
// });
//}
///*------------------------------------------------------------------
//- Abilitazione tabs jQueryui
//------------------------------------------------------------------*/
//function fixTabs() {
// $(".tabGroup").tabs();
//}
///*------------------------------------------------------------------
//- Chiamate al DOM pagina pronta jQuery
//------------------------------------------------------------------*/
//$(function () {
// dtStandard();
// fixTabs();
//});
/*--------------------------------------------------------------------
- Disabilitare ajax di JQM che fa a pugni con ajax di WebFORMS...
------------------------------------------------------------------*/
$(document).bind("mobileinit", function(){
$.mobile.ajaxEnabled = false;
});
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+9814
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long