Hi Kyle

I've been writing a calendar helper that might be of use to you. It
isn't ajax, but I had planned to build in ajax support so it wouldn't
be too hard to get it to work. The idea is that you just provide give
the helper an array where the key is the day of the month (e.g. 1 to
31) and it just places whatever html you want in the cell - basically
a calendar skeleton... there is a working example and all the code you
need to get it going (been meaning to write a component part too, but
unfortunately haven't got round to it yet, so you need to build your
data array in the model or controller).

Anyway here is the link 
http://www.flipflops.org/2008/04/08/cakephp-calendar-helper/

I do use YUI calendar sometimes, but as everyone else says it depends
what you are after - if you want some kind of date picking
functionality it can be great, but then there is also the whole
accessibility issue of generating important page elements through
javascript.

Hope it helps.

John

On May 27, 9:09 pm, Kyle Decot <[EMAIL PROTECTED]> wrote:
> Does anyone know of a good calendar helper, or component or something?
> I need to have a ajax calendar, and be able to put information inside
> of certain dates. Thanks as always.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to