first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
42
rus/admin/config/_js/ab-userProfile.js
Normal file
42
rus/admin/config/_js/ab-userProfile.js
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
/////////// gestione TOOLBAR MASCHERE SEMPLIFICATE ///////////////
|
||||
|
||||
/////////////////////////////////////////////7
|
||||
function checkFields()
|
||||
/////////////////////////////////////////////7
|
||||
{
|
||||
return Ab.validateForm('id_userProfile','ID','R','descrizione','Descrizione','R');
|
||||
}
|
||||
|
||||
function checkBoxes()
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function checkBoxesCR()
|
||||
/////////////////////////////////////////////
|
||||
{
|
||||
//var f = document.main;
|
||||
//if (f.ckFlgValido.checked) f.flgValido.value="S";else f.flgValido.value="N";
|
||||
|
||||
|
||||
}
|
||||
|
||||
function checkRadioCR()
|
||||
{
|
||||
/*var f = document.main;
|
||||
|
||||
if(f.rbFlgPagata[0].checked)
|
||||
f.flgPagata.value=f.rbFlgPagata[0].value;
|
||||
else
|
||||
if(f.rbFlgPagata[1].checked)
|
||||
f.flgPagata.value=f.rbFlgPagata[1].value;
|
||||
else
|
||||
f.flgPagata.value="";
|
||||
*/
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue