CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Tips & Solutions

 Inline Datepicker in Bootstrap Modal Window in CCS

Print topic Send  topic

Author Message
MichaelMcDonald

Posts: 640
Posted: 11/18/2014, 2:27 PM

Add these in your:

<head>

<link rel="stylesheet" href="Styles/css/bootstrap3-datepicker.css">
<script src="Styles/js/bootstrap-datepicker.js"></script>

<script>
$(function(){
$('.datepicker').datepicker()
});
</script>

</head>



Add this to your date input field on your form:

class="datepicker"


and add this line to the bottom of bootstrap3-datepicker.css :

.datepicker{z-index:1151 !important;}
_________________
Central Coast, NSW, Australia.

View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.