Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
/**
* Theme: Ubold Admin Template
* Author: Coderthemes
* JsGrid page
*/
/**
* JsGrid Controller
*/
var urlJsonData = "json-usuarios.php?IdTipoUsuario=" + IdTipoUsuario;
var urlJsonAdd = "json-usuarios-add.php";
var urlJsonMod = "json-usuarios-mod.php";
var urlJsonDel = "json-usuarios-del.php";
var EntidadNombre = "Usuario";
var EstadoValidado = 3;
disableInsert = true;
disableEdit = true;
var fields_grid = [{
name: "Apellido",
type: "text",
width: "10%",
validate: {
validator: "required",
message: "Ingrese el apellido"
}
},
{
name: "Nombre",
type: "text",
width: "10%",
validate: {
validator: "required",
message: "Ingrese el nombre"
}
},
{
name: "Email",
type: "text",
width: "20%",
validate: {
validator: "required",
message: "Ingrese el email"
}
},
{
name: "Fax",
title: "Celular",
type: "text",
width: "10%",
validate: {
validator: "required",
message: "Ingrese el nombre"
}
},
{
name: "Dni",
title: "Nro. Documento",
type: "text",
width: "10%",
validate: {
validator: "required",
message: "Ingrese el nombre"
}
},
/*{
name: "IdEstado",
title: "Validado",
type: "select",
items: Estados,
valueField: "IdEstado",
textField: "Descripcion",
width: "10%",
validate: {
validator: function(value) { return value > 0; },
message: "Seleccione un estado"
},
width: "7%"
},*/
{
type: "control",
width: "8%",
deleteButtonTooltip: "Eliminar",
searchButtonTooltip: "Buscar",
editButtonTooltip: "Editar",
cancelEditButtonTooltip: "Cancelar",
updateButtonTooltip: "Actualizar",
insertButtonTooltip: "Insertar",
headerTemplate: function() {
return '';
},
itemTemplate: function(value, item) {
var $result = jsGrid.fields.control.prototype.itemTemplate.apply(this, arguments);
var eb = $result[0];
$(eb).on("click", function() {
$('#modal-update #IdUsuario').val(item.IdUsuario);
/*if (item.IdEstado == EstadoValidado)
$('#modal-update #Validado').val('1');
$('#modal-update #Validado').off("change").change(function() {
if(this.value == '1') {
var returnVal = confirm("Validar usuario?");
if (returnVal) {
$(this).val('1');
}
else {
$(this).val('0');
}
}
});*/
$('#modal-update #Nombre').val(item.Nombre);
$('#modal-update #Apellido').val(item.Apellido);
$('#modal-update #Email').val(item.Email);
$('#modal-update #CodigoAreaFax').val(item.CodigoAreaFax);
$('#modal-update #Fax').val(item.Fax.replace(item.CodigoAreaFax + ' ', ''));
$('#modal-update #CodigoAreaTelefono').val(item.CodigoAreaTelefono);
$('#modal-update #Telefono').val(item.Telefono.replace(item.CodigoAreaTelefono + ' ', ''));
$('#modal-update #IdProvincia').val(item.IdProvincia);
$('#modal-update #Localidad').val(item.Localidad);
$('#modal-update #dni').val(item.Dni);
Custombox.open({
target: '#modal-update',
effect: 'fadein',
overlaySpeed: 200,
overlayColor: '#36404a'
});
});
return $result;
}
}
];
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat