Hello,
I'm using the unobtrusive datepicker (
http://bakery.cakephp.org/articles/view/using-the-unobtrusive-date-picker-widget-in-cakephp
) but the calendar button is not showing up.
The output HTML is:
<head>
<link rel="stylesheet" type="text/css" href="/cake_1_2/css/
datepicker.css" />
.......
<script type="text/javascript" src="/cake_1_2/js/datepicker.js"></
script>
</head>
<body>
.....
<input name="data[Application][dateOnly]" type="text" size="15"
class="w8em format-m-d-y divider-dash highlight-days-12 no-
transparency" value="" id="ApplicationDateOnly" /></div>
</body>
The Application model has been amended to include the validation code
and datepicker.js is in /webroot/js .
How can I check the code is doing what it should ( or not in this
case )?
Any ideas on what is happening here will be greatly appreciated.
Thanks,
Roger
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---