Re: Calendar files for CakeFest schedule

2009-06-25 Thread Mariano Iglesias
I don't see the after hours listed here ;) Dennis S. Hennen wrote: > I created downloadable/subscribable calendars for CakeFest (http:// > tinyurl.com/n6stwg) and the Workshop (http://tinyurl.com/n7wy9u) > schedules. Enjoy! > -- -MI *Coding Ninja* @ CRICAVA Technologies

Re: Calendar Helper

2009-01-22 Thread Mike
Thanks John, I'll take a look at it... :) On 15 jan, 17:53, Flipflops wrote: > Hi Mike > > I built a calendar helper about a year ago. It is pretty basic - > literally just a shell that lays out the days of the week and a back > and forward button. Its up to you to get the data to it in the rig

Re: Calendar Helper

2009-01-15 Thread Flipflops
Hi Mike I built a calendar helper about a year ago. It is pretty basic - literally just a shell that lays out the days of the week and a back and forward button. Its up to you to get the data to it in the right format. To be honest I always meant to re-factor it and write a component to sit behin

Re: Calendar with tasks

2008-11-10 Thread Xavier Mathews
Hello, Did you want the HTML? On 11/10/2008, validkeys <[EMAIL PROTECTED]> wrote: > > why don't you just go for an easy solution first. In the day cell, all > "All-Day-Events" go in divs at the top. Then all other events are > ordered by time_starting. If times overlap, no big deal. I don't think

Re: Calendar with tasks

2008-11-10 Thread validkeys
why don't you just go for an easy solution first. In the day cell, all "All-Day-Events" go in divs at the top. Then all other events are ordered by time_starting. If times overlap, no big deal. I don't think it is that important right off the bat to see events right next to each other if they are

Re: Calendar

2008-05-29 Thread Flipflops
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 j

Re: Calendar

2008-05-28 Thread scs
useing YUI I found a nice little pop that fills the field you add it to. i adjust the coding alittle bit so that the years is also changable: in the view i have: link('calendar'); ?> css('calendar'); ?> on the form input use: 'class' => 'calendarSelectDate' right below the tag add: and add a

Re: Calendar

2008-05-28 Thread David C. Zentgraf
I haven't done exactly that, but you can attach your own Scripts to almost anything in the YUI calendar, and probably use other parts of the YUI library to make a popup form. Should be perfectly possible. On 28 May 2008, at 19:58, Kyle Decot wrote: > > Well I need to be able to insert data i

Re: Calendar

2008-05-28 Thread Kyle Decot
Well I need to be able to insert data in-place so when i click on a day, a form pops up in that square, and then i save submit it with ajax. Would YUI's calendar be the right choice for this? --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Calendar

2008-05-27 Thread David C. Zentgraf
I was looking at this calendar helper a while back, but wasn't really convinced. I ended up using the YUI calendar and a handful of hand coded JavaScript... http://developer.yahoo.com/yui/calendar/ var loader = new YAHOO.util.YUILoader({ require : ["c

Re: Calendar

2008-05-27 Thread Kyle Decot
Thanks for the help, I've downloaded it but i'm a little confused on how to use it. Could you give me an example? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to c

Re: Calendar

2008-05-27 Thread azlanms
Check out this link: http://cakeforge.org/snippet/detail.php?type=snippet&id=113 I've been using it for my office appointment system. I've also added tooltip when we move over the mouse at a particular appointment on the calender page to display the details. I use the javascript library called