zendash - Admin Dashboard HTML Template

Telephone Input

International Telephone Input for entering and validating international telephone numbers . It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.General Telephone Input HTML structure in Zendash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Internal TelephoneInput js -->
<script src="../../assets/plugins/telephoneinput/telephoneinput.js"></script>
<script src="../../assets/plugins/telephoneinput/inttelephoneinput.js"></script>

		
	
Type URL
Plugin Link https://www.jqueryscript.net/demo/jQuery-International-Telephone-Input-With-Flags-Dial-Codes/
Date range Picker

A JavaScript component for choosing date ranges, dates and times.General Date Range Picker HTML structure in Zendash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Internal Daternagepicker js -->
<script src="../../assets/plugins/bootstrap-daterangepicker/moment.min.js"></script>
<script src="../../assets/plugins/bootstrap-daterangepicker/daterangepicker.js"></script>

		
	

Below js is in advanced-form-elements.js (assets/js/advanced-form-elements.js)



//Date range picker
$('#reservation').daterangepicker();


		
	
Type URL
Plugin Link https://www.daterangepicker.com/
Date Picker

A JavaScript component for choosing dates and times.General Date Picker HTML structure in Zendash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Internal Datepicker js -->
<script src="../../assets/plugins/date-picker/date-picker.js"></script>
<script src="../../assets/plugins/date-picker/jquery-ui.js"></script>

		
	

Below js is in advanced-form-elements.js (assets/js/advanced-form-elements.js)



// Datepicker
   $('.fc-datepicker').datepicker({
	 showOtherMonths: true,
	 selectOtherMonths: true
   });



		
	
Type URL
Plugin Link https://www.daterangepicker.com/
Multiple Select Styles

Multiple Select also supports multi-value select boxes. The select below is declared with the multiple attribute. Select2 automatically picks up on this.General Multiple Select HTML structure in Zendash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- InternalSumoselect js -->
<script src="../../assets/plugins/sumoselect/jquery.sumoselect.js"></script>

		
	

Below js is in advanced-form-elements.js (assets/js/advanced-form-elements.js)



//muti
window.asd = $('.SlectBox').SumoSelect({ csvDispCount: 3, selectAll:true, captionFormatAllSelected: "Yeah, OK, so everything." });
window.Search = $('.search-box').SumoSelect({ csvDispCount: 3, search: true, searchText:'Enter here.' });
window.sb = $('.SlectBox-grp-src').SumoSelect({ csvDispCount: 3, search: true, searchText:'Enter here.', selectAll:true });
$('.testselect1').SumoSelect();
$('.testselect2').SumoSelect();
$('.selectsum1').SumoSelect({ okCancelInMulti: true, selectAll: true });
$('.selectsum2').SumoSelect({ selectAll: true });


		
	
Type URL
Plugin Link http://wenzhixin.net.cn/p/multiple-select/
Time picker

A JavaScript component for choosing Time picker, times.General Time picker HTML structure in Zendash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Internal Time picker js -->
<script src="../../assets/plugins/time-picker/jquery.timepicker.js"></script>
<script src="../../assets/plugins/time-picker/toggles.min.js"></script>

		
	

Below js is in advanced-form-elements.js (assets/js/advanced-form-elements.js)



		
	
Type URL
Plugin Link https://www.jonthornton.com/jquery-timepicker
Color Picker

DataTables is very simple to use as a jQuery plug-in with a huge range of customizable option..

1. You need to add these files to make it work.
	
		
	
	
    
		
	
	
    

 <!-- Internal Specturm-colorpicker js -->
 <script src="../../assets/plugins/spectrum-colorpicker/spectrum.js"></script>;

	
	

Open form-element.js file (assets/js/form-element.js) You can see below js


//transparency selection

$('#showAlpha').spectrum({
	color: 'rgba(23,162,184,0.5)',
	showAlpha: true
});



// Palettes selection

$('#showPaletteOnly').spectrum({
	showPaletteOnly: true,
	showPalette: true,
	color: '#DC3545',
	palette: [
		['#1D2939', '#fff', '#0866C6', '#23BF08', '#F49917'],
		['#DC3545', '#17A2B8', '#6610F2', '#fa1e81', '#72e7a6']
	]
});
		
	
Type URL
Plugin Link http://bgrins.github.io/spectrum/
File Upload

General File Upload HTML structure in Zendash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Internal Fileuploads js -->
<script src="../../assets/plugins/fileuploads/js/fileupload.js"></script>
<script src="../../assets/plugins/fileuploads/js/file-upload.js"></script>

		
	
Type URL
Plugin Link http://jeremyfagis.github.io/dropify/
Fancy uploader

General File Upload HTML structure in Zendash template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- InternalFancy uploader js -->
<script src="../../assets/plugins/fancyuploder/jquery.ui.widget.js"></script>
<script src="../../assets/plugins/fancyuploder/jquery.fileupload.js"></script>
<script src="../../assets/plugins/fancyuploder/jquery.iframe-transport.js"></script>
<script src="../../assets/plugins/fancyuploder/jquery.fancy-fileupload.js"></script>
<script src="../../assets/plugins/fancyuploder/fancy-uploader.js"></script>

		
	
Type URL
Plugin Link https://www.jqueryscript.net/demo/Fancy-File-Uploader-jQuery/
Select All Styles

Sumoselect is very simple to use as a jQuery plug-in with a huge range of customizable option..

1. You need to add these files to make it work.
	
		
	
	
    
		
	
	
    

 <!-- Internal Sumoselect js -->
 <script src="../../assets/plugins/sumoselect/jquery.sumoselect.js">;

	
	
Type URL
Plugin Link http://hemantnegi.github.io/jquery.sumoselect
Dual List Box

Transfer is very simple to use as a jQuery plug-in with a huge range of customizable option..

1. You need to add these files to make it work.
	
		
	
	
    
		
	
	
    

 <!-- Internal Transfer js -->
 <script src="../../assets/plugins/jQuerytransfer/jquery.transfer.js">;

	
	
Type URL
Plugin Link https://www.jqueryscript.net/form/Groupable-Searchable-Dual-Listbox-Transfer.html