Re: CF calendar code driven by JavaScript

2008-07-18 Thread Aaron Rouse
I use the commercial version of that calendar and wrote a custom tag to work with it and the framework we use at work. It is pretty simple to write a tag for a wrapper around their calendar. On Fri, Jul 18, 2008 at 9:44 PM, Gerald Guido <[EMAIL PROTECTED]> wrote: > I use this. It is TIGHT > http

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Gerald Guido
I use this. It is TIGHT http://www.dynarch.com/projects/calendar/ Mr. Massimo wrote a custom tag for it: http://www.massimocorner.com/ I did too... but work owns it :( ~G~ On Fri, Jul 18, 2008 at 8:44 PM, Larry Lyons <[EMAIL PROTECTED]> wrote: > IF you're looking for a popup calendar, you m

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Larry Lyons
IF you're looking for a popup calendar, you may want to have a look at Selene Bainum's Date Select Popup. It is compatible with everything back to CF 5. http://www.webtricks.com/sourcecode/code.cfm?CodeID=5 hth, larry > > While this is quite cool, and very much like what I'm looking for, > un

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Azadi Saryev
see if these may do, though one is in beta and the other says it requires php (yuck!) & mysql... but it is looking good and i am sure php and mysql can be worked around and replaced with cf and your db of choice... i have not used either of these, though... http://jqcal.com/ http://www.bmgadg.com

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Dave Phillips
>i have used this one: >http://www.cflib.org/index.cfm?event=page.udfbyid&udfid=1840 (inside a >cfdiv and using ColdFusion.navigate() to submit the calendar form to >make it not refresh the main page). > >you can see a customized example here: >www.phuchan.com/tour-info.cfm?did=54&tid=13#departures

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Azadi Saryev
i have used this one: http://www.cflib.org/index.cfm?event=page.udfbyid&udfid=1840 (inside a cfdiv and using ColdFusion.navigate() to submit the calendar form to make it not refresh the main page). you can see a customized example here: www.phuchan.com/tour-info.cfm?did=54&tid=13#departures or do

CF calendar code driven by JavaScript

2008-07-18 Thread Dave Phillips
Hi all, Boy, there are tons of calendars out on the web, javascript calendars, coldfusion calendars, etc. What I'm looking for specifically, I haven't found yet, so I thought I'd see if any of you have one or have seen it. I'm looking for coldfusion calendar code that is driven by javascript.