ESH/bio_medical_new_form.php
2024-10-23 18:28:06 +05:30

944 lines
34 KiB
PHP

<?php include('techsyn_header.php');
include('log_entry.php'); ?>
<!-- Main Content Container for side bar and body-->
<div class="main-container ace-save-state" id="main-container">
<script type="text/javascript">
try {
ace.settings.loadState('main-container')
} catch (e) {}
</script>
<?php include('techsyn_sidebar.php'); ?>
<!--breadcrumb-->
<div class="main-content">
<div class="main-content-inner">
<div class="breadcrumbs ace-save-state" id="breadcrumbs">
<ul class="breadcrumb">
<li>
<i class="ace-icon fa fa-home home-icon"></i>
<a href="#">Home</a>
</li>
<li class="#">WASTE MANAGEMENT</li>
<li class="active">BIO MEDICAL WASTE GENERATION</li>
</ul>
</div>
<!-- End of breadcrumb -->
<div class="page-content">
<div class="box box-primary" style="padding: 10px; margin: 2px 0px 50px 5px; width: 99.5%; ">
<form id="procurement_form" method="post">
<!-- box-body-->
<div class="box-body">
<div class="row">
<div class="col-sm-3">
<div class="form-group">
<label>Disposal Agency</label>
<select class="form-control" id="dis_agncy" name="dis_agncy"
data-placeholder="Choose Category...">
<?php echo generateOption('disposal_agency','agency_name','agency_id','',''); ?>
</select>
<!-- /.input group -->
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<label>Collected by</label>
<input class="form-control" type="text" name="collected_by" id="collected_by"
value="<?php echo $collected_by?>">
<!-- /.input group -->
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<label>Vehicle no.</label>
<input class="form-control" type="text" name="vehicle_no" id="vehicle_no"
value="<?php echo $vehicle_no?>">
<!-- /.input group -->
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<label>Challan no.</label>
<input class="form-control" type="text" name="challan_no" id="challan_no"
value="<?php echo $vehicle_no?>">
<!-- /.input group -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<table id="myTable" class="table table-bordered order-list">
<thead>
<tr>
<td colspan="1"></td>
<th colspan="3" bgcolor="#f9e84e">yellow</th>
<th colspan="3" bgcolor="#fa8072">red</th>
<th colspan="3" bgcolor="#6495ed">blue</th>
<th colspan="3" bgcolor="#eeeeee">white</th>
<!-- <th colspan="2"></th> -->
</tr>
<tr>
<td colspan="1"></td>
<td colspan="3" bgcolor="#f9e84e">Solid waste item contaminated with
blood,blood fluids</td>
<td colspan="3" bgcolor="#fa8072">sets,catheters,urine,bags,syringes
</td>
<td colspan="3" bgcolor="#6495ed">waste sharps include metals</td>
<td colspan="3" bgcolor="#eeeeee">glassware: broken or discarded glass
including medicine vails and ampoules</td>
<!-- <td colspan="2"></td> -->
</tr>
<tr>
<th>Date</th>
<th colspan="2" bgcolor="#f9e84e">generated (gm)</th>
<th colspan="1" bgcolor="#f9e84e">bags</th>
<th colspan="2" bgcolor="#fa8072">generated (gm)</th>
<th colspan="1" bgcolor="#fa8072">bags</th>
<th colspan="2" bgcolor="#6495ed">generated (gm)</th>
<th colspan="1" bgcolor="#6495ed">bags</th>
<th colspan="2" bgcolor="#eeeeee">generated (gm)</th>
<th colspan="1" bgcolor="#eeeeee">bags</th>
</tr>
</thead>
<?php $i=0;
$row=null;
// $sql="select * from bio_medical_waste_new ";
// $result = mysqli_query($conn,$sql);
// $num_rows=mysqli_num_rows($result);
// $row=mysqli_fetch_array($result);
do{
?>
<tbody>
<tr>
<td style="width:20%">
<input type="hidden" name="waste_id<?php echo $i?>"
id="waste_id<?php echo $i?>"
value="<?php echo $row['waste_id']?>" />
<div class="input-group">
<input id="waste_gen_date<?php echo $i?>" type="text"
style="height: 30px" class="form-control datetimepicker"
name="waste_gen_date<?php echo $i?>" /> <span
class="input-group-addon"> <i
class="fa fa-clock-o bigger-110"
style="height: 5px;"></i>
</span>
</div>
</td>
<td colspan="3" style="width:20%">
<input style="width: 70%" type="number"
name="plant_yellow_qty<?php echo $i?>"
value="<?php echo $row['plant_yellow_qty']?>" step="0.001"
id="plant_yellow_qty<?php echo $i?>" />
<input style="width: 25%" type="number"
name="yellow_bags<?php echo $i?>"
value="<?php echo $row['yellow_bags']?>"
id="yellow_bags<?php echo $i?>" />
</td>
<td colspan="3" style="width:20%">
<input style="width: 70%" type="number"
name="plant_red_qty<?php echo $i?>"
value="<?php echo $row['plant_red_qty']?>"
id="plant_red_qty<?php echo $i?>" step="0.001" />
<input style="width: 25%" type="number"
name="red_bags<?php echo $i?>"
value="<?php echo $row['red_bags']?>"
id="red_bags<?php echo $i?>" />
</td>
<td colspan="3" style="width:20%">
<input style="width: 70%" type="number"
name="plant_blue_qty<?php echo $i?>"
value="<?php echo $row['plant_blue_qty']?>"
id="plant_blue_qty<?php echo $i?>" step="0.001" />
<input style="width: 25%" type="number"
name="blue_bags<?php echo $i?>"
value="<?php echo $row['blue_bags']?>"
id="blue_bags<?php echo $i?>" />
</td>
<td colspan="3" style="width:20%">
<input style="width: 70%" type="number"
name="plant_white_qty<?php echo $i?>"
value="<?php echo $row['plant_white_qty']?>"
id="plant_white_qty<?php echo $i?>" step="0.001" />
<input style="width: 25%" type="number"
name="white_bags<?php echo $i?>"
value="<?php echo $row['white_bags']?>"
id="white_bags<?php echo $i?>" />
</td>
</tr>
<?php
$i++;
}while($row=mysqli_fetch_array($result))//end of while
?>
<input type="hidden" name="count_items" id="count_items"
value="<?php echo $i?>" />
</tbody>
<tfoot>
<tr>
</tr>
</tfoot>
</table>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="form-group">
<label>Surveillance by</label>
<input class="form-control" type="text" name="surveillance_by"
id="surveillance_by" value="<?php echo $surveillance_by?>">
<!-- /.input group -->
</div>
</div>
</div>
</div>
<!-- End box-body-->
<!--box-footer-->
<div class="box-footer" style="text-align: center">
<button class="btn btn-info save_button" type="button" onclick="validate();">
<i class="ace-icon fa fa-floppy-o bigger-110"></i>
Save
</button>
&nbsp; &nbsp; &nbsp;
<button class="btn btn-warning" type="reset">
<i class="ace-icon fa fa-undo bigger-110"></i>
Reset
</button>
</div>
<!--End box-footer-->
</form>
</div>
</div>
<!-- End of page-content -->
</div>
</div>
</div>
<script>
// function calculateTOTAL(id,val){
// if (id==1){
// var plant_yellow_qty=$("#plant_yellow_qty"+val).val();
// var mines_yellow_qty=$("#mines_yellow_qty"+val).val();
// if(plant_yellow_qty!=null && plant_yellow_qty!='' && mines_yellow_qty!=null && mines_yellow_qty!=''){
// plant_yellow_qty=parseFloat(plant_yellow_qty);
// mines_yellow_qty=parseFloat(mines_yellow_qty);
// if(plant_yellow_qty!=0.0)
// var yellow_qty_total=(mines_yellow_qty+plant_yellow_qty);
// $("#yellow_qty_total"+val).val(yellow_qty_total.toFixed(1));
// }
// }
// if (id==2){
// var plant_yellow_qty=$("#plant_white_qty"+val).val();
// var mines_yellow_qty=$("#mines_white_qty"+val).val();
// if(plant_yellow_qty!=null && plant_yellow_qty!='' && mines_yellow_qty!=null && mines_yellow_qty!=''){
// plant_yellow_qty=parseFloat(plant_yellow_qty);
// mines_yellow_qty=parseFloat(mines_yellow_qty);
// if(plant_yellow_qty!=0.0)
// var yellow_qty_total=(mines_yellow_qty+plant_yellow_qty);
// $("#white_qty_total"+val).val(yellow_qty_total.toFixed(1));
// }
// }
// if (id==3){
// var plant_yellow_qty=$("#plant_blue_qty"+val).val();
// var mines_yellow_qty=$("#mines_blue_qty"+val).val();
// if(plant_yellow_qty!=null && plant_yellow_qty!='' && mines_yellow_qty!=null && mines_yellow_qty!=''){
// plant_yellow_qty=parseFloat(plant_yellow_qty);
// mines_yellow_qty=parseFloat(mines_yellow_qty);
// if(plant_yellow_qty!=0.0)
// var yellow_qty_total=(mines_yellow_qty+plant_yellow_qty);
// $("#blue_qty_total"+val).val(yellow_qty_total.toFixed(1));
// }
// }
// if (id==4){
// var plant_yellow_qty=$("#plant_red_qty"+val).val();
// var mines_yellow_qty=$("#mines_red_qty"+val).val();
// if(plant_yellow_qty!=null && plant_yellow_qty!='' && mines_yellow_qty!=null && mines_yellow_qty!=''){
// plant_yellow_qty=parseFloat(plant_yellow_qty);
// mines_yellow_qty=parseFloat(mines_yellow_qty);
// if(plant_yellow_qty!=0.0)
// var yellow_qty_total=(mines_yellow_qty+plant_yellow_qty);
// $("#red_qty_total"+val).val(yellow_qty_total.toFixed(1));
// }
// }
// }
function validate() {
var dis_agncy = $("#dis_agncy").val();
if (dis_agncy == "" || dis_agncy == null) {
BootstrapDialog.alert('Please select disposal agency name');
return false;
}
save();
}
</script>
<style>
#modal-add-ailment {
overflow-y: scroll;
}
</style>
<?php include('techsyn_footer.php'); ?>
<script type="text/javascript">
$('.select2').select2()
jQuery(function($) {
var myTable =
$('#dynamic-table')
.DataTable({
bAutoWidth: false,
"aoColumns": [{
"bSortable": false
},
null, null, null, null, null,
{
"bSortable": false
}
],
"aaSorting": [],
select: {
style: 'multi'
}
});
var defaultCopyAction = myTable.button(1).action();
myTable.button(1).action(function(e, dt, button, config) {
defaultCopyAction(e, dt, button, config);
$('.dt-button-info').addClass('gritter-item-wrapper gritter-info gritter-center white');
});
var defaultColvisAction = myTable.button(0).action();
myTable.button(0).action(function(e, dt, button, config) {
defaultColvisAction(e, dt, button, config);
if ($('.dt-button-collection > .dropdown-menu').length == 0) {
$('.dt-button-collection')
.wrapInner('<ul class="dropdown-menu dropdown-light dropdown-caret dropdown-caret" />')
.find('a').attr('href', '#').wrap("<li />")
}
$('.dt-button-collection').appendTo('.tableTools-container .dt-buttons')
});
setTimeout(function() {
$($('.tableTools-container')).find('a.dt-button').each(function() {
var div = $(this).find(' > div').first();
if (div.length == 1) div.tooltip({
container: 'body',
title: div.parent().text()
});
else $(this).tooltip({
container: 'body',
title: $(this).text()
});
});
}, 500);
myTable.on('select', function(e, dt, type, index) {
if (type === 'row') {
$(myTable.row(index).node()).find('input:checkbox').prop('checked', true);
}
});
myTable.on('deselect', function(e, dt, type, index) {
if (type === 'row') {
$(myTable.row(index).node()).find('input:checkbox').prop('checked', false);
}
});
$('th input[type=checkbox], td input[type=checkbox]').prop('checked', false);
$('#dynamic-table > thead > tr > th input[type=checkbox], #dynamic-table_wrapper input[type=checkbox]').eq(
0).on('click', function() {
var th_checked = this.checked;
$('#dynamic-table').find('tbody > tr').each(function() {
var row = this;
if (th_checked) myTable.row(row).select();
else myTable.row(row).deselect();
});
});
$('#dynamic-table').on('click', 'td input[type=checkbox]', function() {
var row = $(this).closest('tr').get(0);
if (this.checked) myTable.row(row).deselect();
else myTable.row(row).select();
});
$(document).on('click', '#dynamic-table .dropdown-toggle', function(e) {
e.stopImmediatePropagation();
e.stopPropagation();
e.preventDefault();
});
var active_class = 'active';
$('#simple-table > thead > tr > th input[type=checkbox]').eq(0).on('click', function() {
var th_checked = this.checked;
$(this).closest('table').find('tbody > tr').each(function() {
var row = this;
if (th_checked) $(row).addClass(active_class).find('input[type=checkbox]').eq(0)
.prop('checked', true);
else $(row).removeClass(active_class).find('input[type=checkbox]').eq(0).prop(
'checked', false);
});
});
$('#simple-table').on('click', 'td input[type=checkbox]', function() {
var $row = $(this).closest('tr');
if ($row.is('.detail-row ')) return;
if (this.checked) $row.addClass(active_class);
else $row.removeClass(active_class);
});
$('[data-rel="tooltip"]').tooltip({
placement: tooltip_placement
});
function tooltip_placement(context, source) {
var $source = $(source);
var $parent = $source.closest('table')
var off1 = $parent.offset();
var w1 = $parent.width();
var off2 = $source.offset();
if (parseInt(off2.left) < parseInt(off1.left) + parseInt(w1 / 2)) return 'right';
return 'left';
}
/***************/
$('.show-details-btn').on('click', function(e) {
e.preventDefault();
$(this).closest('tr').next().toggleClass('open');
$(this).find(ace.vars['.icon']).toggleClass('fa-angle-double-down').toggleClass(
'fa-angle-double-up');
});
/***************/
})
function save() {
$.ajax({
url: 'save_bio_medical_waste_new.php ',
type: "POST",
data: $("#procurement_form").serialize(),
success: function(data) {
// alert(data);
BootstrapDialog.alert('bio medical waste Saved Successfully.');
$("#flex1").flexReload();
setTimeout(() => {
window.location.replace("bio_medical_waste_list.php");
}, 2000);
return;
},
error: function(data) {
BootstrapDialog.alert('Error Saving bio medical waste');
return;
}
});
$('.close').click();
// location.href="procurement_list.php";
}
$('.date-picker').datepicker({
autoclose: true,
format: 'dd/mm/yyyy'
}).next().on(ace.click_event, function() {
$(this).prev().focus();
});
</script>
<!-- bootstrap & fontawesome -->
<link rel="stylesheet" href="assets/font-awesome/4.5.0/css/font-awesome.min.css" />
<!-- page specific plugin styles -->
<link rel="stylesheet" href="assets/css/jquery-ui.custom.min.css" />
<link rel="stylesheet" href="assets/css/chosen.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap-datepicker3.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap-timepicker.min.css" />
<link rel="stylesheet" href="assets/css/daterangepicker.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap-datetimepicker.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap-colorpicker.min.css" />
<script type="text/javascript" src="js/typeahead.bundle.js"></script>
<script src="assets/js/jquery-ui.custom.min.js"></script>
<script src="assets/js/jquery.ui.touch-punch.min.js"></script>
<script src="assets/js/chosen.jquery.min.js"></script>
<script src="assets/js/spinbox.min.js"></script>
<script src="assets/js/bootstrap-datepicker.min.js"></script>
<script src="assets/js/bootstrap-timepicker.min.js"></script>
<script src="assets/js/jquery.dataTables.min.js"></script>
<script src="assets/js/jquery.dataTables.bootstrap.min.js"></script>
<script src="assets/js/dataTables.buttons.min.js"></script>
<script src="assets/js/buttons.flash.min.js"></script>
<script src="assets/js/buttons.html5.min.js"></script>
<script src="assets/js/buttons.print.min.js"></script>
<script src="assets/js/buttons.colVis.min.js"></script>
<script src="assets/js/dataTables.select.min.js"></script>
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/daterangepicker.min.js"></script>
<script src="assets/js/bootstrap-datetimepicker.min.js"></script>
<script src="assets/js/bootstrap-colorpicker.min.js"></script>
<script src="assets/js/jquery.knob.min.js"></script>
<script src="assets/js/autosize.min.js"></script>
<script src="assets/js/jquery.inputlimiter.min.js"></script>
<script src="assets/js/jquery.maskedinput.min.js"></script>
<script src="assets/js/bootstrap-tag.min.js"></script>
<script src="assets/js/ace-elements.min.js"></script>
<script type="text/javascript">
if (!ace.vars['old_ie']) $('.datetimepicker').datetimepicker({
format: 'DD/MM/YYYY h:mm A', //use this option to display seconds
defaultDate: new Date(),
maxDate: new Date(),
icons: {
time: 'fa fa-clock-o',
date: 'fa fa-calendar',
up: 'fa fa-chevron-up',
down: 'fa fa-chevron-down',
previous: 'fa fa-chevron-left',
next: 'fa fa-chevron-right',
today: 'fa fa-arrows',
clear: 'fa fa-trash',
close: 'fa fa-times'
}
}).next().on(ace.click_event, function() {
$(this).prev().focus();
});
$(document).ready(function() {
var counter = $("#count_items").val();
//var itemOptions="<?php echo generateOption('tbl_items','concat(item_name," (",item_code,")")','item_id','',''); ?>";
$("#addrow").on("click", function() {
var newRow = $("<tr>");
var cols = "";
cols += '<td><input type="text" class="form-control datetimepicker" id="waste_gen_date' +
counter + '" name="waste_gen_date' + counter + '"/></td>';
cols += '<td><input type="number" class="form-control id="plant_yellow_qty' + counter +
'" name="plant_yellow_qty' + counter + '"/></td>';
cols += '<td><input readonly type="number" class="form-control id="mines_yellow_qty' + counter +
'" name="mines_yellow_qty' + counter + '"/></td>';
cols += '<td><input type="text" class="form-control" name="yellow_qty_total' + counter +
'" id="yellow_qty_total' + counter + '" /></td>';
cols += '<td><input type="number" class="form-control id="plant_white_qty' + counter +
'" name="plant_white_qty' + counter + '"/></td>';
cols += '<td><input readonly type="number" class="form-control id="mines_white_qty' + counter +
'" name="mines_white_qty' + counter + '"/></td>';
cols += '<td><input type="number" class="form-control id="white_qty_total' + counter +
'" name="white_qty_total' + counter + '"/></td>';
cols += '<td><input type="number" class="form-control id="plant_blue_qty' + counter +
'" name="plant_blue_qty' + counter + '"/></td>';
cols += '<td><input readonly type="number" class="form-control id="mines_blue_qty' + counter +
'" name="mines_blue_qty' + counter + '"/></td>';
cols += '<td><input type="number" class="form-control id="blue_qty_total' + counter +
'" name="blue_qty_total' + counter + '"/></td>';
cols += '<td><input type="number" class="form-control id="plant_red_qty' + counter +
'" name="plant_red_qty' + counter + '"/></td>';
cols += '<td><input readonly type="number" class="form-control id="mines_red_qty' + counter +
'" name="mines_red_qty' + counter + '"/></td>';
cols += '<td><input type="number" class="form-control id="red_qty_total' + counter +
'" name="red_qty_total' + counter + '"/></td>';
cols +=
'<td align="center"><a href="#" class="btn-lg" data-toggle="tooltip" id="deletebtn" title="Delete"><span class="glyphicon glyphicon-trash"></span></a></td>';
cols += '<td></td>';
newRow.append(cols);
$("#myTable").append(newRow);
/*$('#item_id'+counter).chosen({allow_single_deselect:true});
$('#item_id'+counter).next().css({'width': $('#item_id'+counter).parent().width()});*/
counter++;
$('.select2').select2()
$("#count_items").val(counter);
$('.date-picker').datepicker({
autoclose: true,
todayHighlight: true
})
});
// if (!ace.vars['old_ie']) $('#waste_gen_date').datetimepicker({
// format: 'DD/MM/YYYY h:mm A', //use this option to display seconds
// <?php if(isset($row['clearance_time'])) {?>
// defaultDate: new Date("<?php echo $row['clearance_time']?>"),
// <?php } ?>
// maxDate: new Date(new Date().setDate(new Date().getDate() + 30)),
// icons: {
// time: 'fa fa-clock-o',
// date: 'fa fa-calendar',
// up: 'fa fa-chevron-up',
// down: 'fa fa-chevron-down',
// previous: 'fa fa-chevron-left',
// next: 'fa fa-chevron-right',
// today: 'fa fa-arrows ',
// clear: 'fa fa-trash',
// close: 'fa fa-times'
// }
// }).next().on(ace.click_event, function() {
// $(this).prev().focus();
// });
$('#waste_gen_date' + counter).datetimepicker({
format: 'DD/MM/YYYY h:mm A', //use this option to display seconds
defaultDate: new Date(),
maxDate: new Date(new Date().setDate(new Date().getDate() + 30)),
icons: {
time: 'fa fa-clock-o',
date: 'fa fa-calendar',
up: 'fa fa-chevron-up',
down: 'fa fa-chevron-down',
previous: 'fa fa-chevron-left',
next: 'fa fa-chevron-right',
today: 'fa fa-arrows',
clear: 'fa fa-trash',
close: 'fa fa-times'
}
}).next().on(ace.click_event, function() {
$(this).prev().focus();
});
$("#myTable").on("click", "#deletebtn", function(event) {
$(this).closest("tr").remove();
counter -= 1
$("#count_items").val(counter);
});
});
</script>
<script type="text/javascript">
jQuery(function($) {
$('#id-disable-check').on('click', function() {
var inp = $('#form-input-readonly').get(0);
if (inp.hasAttribute('disabled')) {
inp.setAttribute('readonly', 'true');
inp.removeAttribute('disabled');
inp.value = "This text field is readonly!";
} else {
inp.setAttribute('disabled', 'disabled');
inp.removeAttribute('readonly');
inp.value = "This text field is disabled!";
}
});
if (!ace.vars['touch']) {
$('.chosen-select').chosen({
allow_single_deselect: true
});
$(window)
.off('resize.chosen')
.on('resize.chosen', function() {
$('.chosen-select').each(function() {
var $this = $(this);
$this.next().css({
'width': $this.parent().width()
});
})
}).trigger('resize.chosen');
//resize chosen on sidebar collapse/expand
$(document).on('settings.ace.chosen', function(e, event_name, event_val) {
if (event_name != 'sidebar_collapsed') return;
$('.chosen-select').each(function() {
var $this = $(this);
$this.next().css({
'width': $this.parent().width()
});
})
});
$('#chosen-multiple-style .btn').on('click', function(e) {
var target = $(this).find('input[type=radio]');
var which = parseInt(target.val());
if (which == 2) $('#form-field-select-4').addClass('tag-input-style');
else $('#form-field-select-4').removeClass('tag-input-style');
});
}
$('[data-rel=tooltip]').tooltip({
container: 'body'
});
$('[data-rel=popover]').popover({
container: 'body'
});
autosize($('textarea[class*=autosize]'));
$('textarea.limited').inputlimiter({
remText: '%n character%s remaining...',
limitText: 'max allowed : %n.'
});
//"jQuery UI Slider"
//range slider tooltip example
$("#slider-range").css('height', '200px').slider({
orientation: "vertical",
range: true,
min: 0,
max: 100,
values: [17, 67],
slide: function(event, ui) {
var val = ui.values[$(ui.handle).index() - 1] + "";
if (!ui.handle.firstChild) {
$("<div class='tooltip right in' style='display:none;left:16px;top:-6px;'><div class='tooltip-arrow'></div><div class='tooltip-inner'></div></div>")
.prependTo(ui.handle);
}
$(ui.handle.firstChild).show().children().eq(1).text(val);
}
}).find('span.ui-slider-handle').on('blur', function() {
$(this.firstChild).hide();
});
$("#slider-range-max").slider({
range: "max",
min: 1,
max: 10,
value: 2
});
$("#slider-eq > span").css({
width: '90%',
'float': 'left',
margin: '15px'
}).each(function() {
// read initial values from markup and remove that
var value = parseInt($(this).text(), 10);
$(this).empty().slider({
value: value,
range: "min",
animate: true
});
});
$("#slider-eq > span.ui-slider-purple").slider('disable'); //disable third item
$('#id-input-file-1 , #id-input-file-2').ace_file_input({
no_file: 'No File ...',
btn_choose: 'Choose',
btn_change: 'Change',
droppable: false,
onchange: null,
thumbnail: false //| true | large
//whitelist:'gif|png|jpg|jpeg'
//blacklist:'exe|php'
//onchange:''
//
});
//pre-show a file name, for example a previously selected file
//$('#id-input-file-1').ace_file_input('show_file_list', ['myfile.txt'])
//datepicker plugin
//link
$('.date-picker').datepicker({
autoclose: true,
todayHighlight: true
})
//show datepicker when clicking on the icon
.next().on(ace.click_event, function() {
$(this).prev().focus();
});
//chosen plugin inside a modal will have a zero width because the select element is originally hidden
//and its width cannot be determined.
//so we set the width after modal is show
$('#modal-form').on('shown.bs.modal', function() {
if (!ace.vars['touch']) {
$(this).find('.chosen-container').each(function() {
$(this).find('a:first-child').css('width', '210px');
$(this).find('.chosen-drop').css('width', '210px');
$(this).find('.chosen-search input').css('width', '200px');
});
}
})
/**
//or you can activate the chosen plugin after modal is shown
//this way select element becomes visible with dimensions and chosen works as expected
$('#modal-form').on('shown', function () {
$(this).find('.modal-chosen').chosen();
})
*/
$(document).one('ajaxloadstart.page', function(e) {
autosize.destroy('textarea[class*=autosize]')
$('.limiterBox,.autosizejs').remove();
$('.daterangepicker.dropdown-menu,.colorpicker.dropdown-menu,.bootstrap-datetimepicker-widget.dropdown-menu')
.remove();
});
});
</script>