Editor Bootstrap Datepicker Plug-in
Editor Bootstrap Datepicker Plug-in
Hello,
I've been trying to integrate the Bootstrap Datepicker Plug-in [editor.bootstrapDate] for Editor. I followed all of the instructions noted in this site, but no luck. I dropped the Plugin Code in the javascript file, and added everything else appropriately.
Are the any known issues with this plugin?
Thanks
This discussion has been closed.
Answers
Can you link me to the page so I can take a look and see what might be going wrong?
Thanks,
Allan
Thanks for your reply. I'm working on my local machine, so a link is not possible. I can send you code snippets?
Sure that would work. I'll try to create a test case myself when I get into the office on Monday.
Allan
Hello,
I have same problem
I have include the plugin ... css and js
but when I open the editor .. the datepicker is normal ...
this is JS code:
$(document).ready(function() {
var editor = new $.fn.dataTable.Editor( {
ajax: "php/table.tickets.php",
table: "#tickets",
fields: [
{
"label": "User",
"name": "ID_MEMBER",
"type": "readonly"
},
and this is html include code:
now works
What did you change to get it working?
Allan
For future visitors: I found this tutorial in the corner of the internet :p that's actually pretty easy to follow. I was able to setup datepicker on the first try. Here it is: http://develop.alpdesigns.ch/pages/other/bootstrap-datepicker.html