well, i am try to use this calendar in cakephp and it works.
https://github.com/ahmontero/bootstrap-calendar
I am a very new and never learnt jquery before.
ok now i wish to did some modification on this calendar source.
As u see inside the demo.html got that js code.
.on('onEvent', function(event){ alert(event.day.valueOf() +'-'+ event.month.valueOf() +'-'+ event.year.valueOf() ); })
The onEvent will alert out the date as we picked as events day.
Well, my question is .. how to change the word of the onEvent alert.
Example: i want it alert(hello my world); when i onclick the event days as i done setting.
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Monday, June 10, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment