CodeIgniter Forums
Calendar library custom class per generated cell? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Calendar library custom class per generated cell? (/showthread.php?tid=62647)



Calendar library custom class per generated cell? - jdorval - 08-09-2015

Hello ! I wish to pop a Jquery dialog with a calendar inside with a preselected date determined by the cell click.
I can't figure out how to do this any idea?
I was thinking using a template and setting a custom class for the 'cal_cell_start' but I can't get access to the day. I wanted to get a class per day like class="cellDay1" for day1.. etc and then I could call open function on jdialog and retrieve the ID from the caller but.. nope Sad

Thank you all !