git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C395
This commit is contained in:
parent
6b036f18c0
commit
395e7eebe7
2 changed files with 6 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ $('#tableTipoPregunta').on('click', 'button', function () {
|
|||
LimpiarTablaColumnas();
|
||||
LimpiarTablaFilas();
|
||||
LimpiarRangos();
|
||||
|
||||
$('#chkReque').prop('checked', false);
|
||||
}
|
||||
else if ($('#hiddenTipoPregunta').val() == "rating") {
|
||||
$('#divFila').hide();
|
||||
|
|
@ -165,6 +165,7 @@ $('#tableTipoPregunta').on('click', 'button', function () {
|
|||
LimpiarTablaColumnas();
|
||||
LimpiarTablaFilas();
|
||||
LimpiarRangos();
|
||||
$('#chkReque').prop('checked', false);
|
||||
}
|
||||
else if ($('#hiddenTipoPregunta').val() == "comment" || $('#hiddenTipoPregunta').val() == "text") {
|
||||
$('#divFila').hide();
|
||||
|
|
@ -176,6 +177,7 @@ $('#tableTipoPregunta').on('click', 'button', function () {
|
|||
LimpiarTablaColumnas();
|
||||
LimpiarTablaFilas();
|
||||
LimpiarRangos();
|
||||
$('#chkReque').prop('checked', false);
|
||||
}
|
||||
else {
|
||||
$('#divFila').hide();
|
||||
|
|
@ -187,6 +189,7 @@ $('#tableTipoPregunta').on('click', 'button', function () {
|
|||
LimpiarTablaColumnas();
|
||||
LimpiarTablaFilas();
|
||||
LimpiarRangos();
|
||||
$('#chkReque').prop('checked', false);
|
||||
}
|
||||
|
||||
$('#modalTipoPregunta').modal('hide');
|
||||
|
|
@ -362,6 +365,7 @@ this.LimpiarPregunta = function () {
|
|||
$('#divRangoMinimo').hide();
|
||||
$('#divRangoMaximo').hide();
|
||||
$('#divRespuesta').hide();
|
||||
$('#chkReque').prop('checked', false);
|
||||
}
|
||||
|
||||
this.LimpiarTablaRespuestas = function () {
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@
|
|||
<div class="form-group " id="divRequerido">
|
||||
<label class="col-sm-4 control-label ControlsForms form-check-label" id="lblRequerido">Requerido</label>
|
||||
<div class="input-group col-lg-6 col-md-6 col-sm-6 col-xs-6">
|
||||
<input class="form-check-input" type="checkbox" value="" name="chkRequerido" id="chkRequerido" style="width: 8%; height: 22px;" />
|
||||
<input class="form-check-input" type="checkbox" value="" name="chkRequerido" id="chkReque" style="width: 8%; height: 22px;" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue