RE: [cfaussie] CF and Ajax

2010-10-12 Thread Andrew Scott
@googlegroups.com Subject: Re: [cfaussie] CF and Ajax The docs for Ext Core may be better, theres not much in it. I was merely suggesting using a library (there's a few out there!) so you don't reinvent any wheels. The code you write for ext core is very similar. -- You received this messa

Re: [cfaussie] CF and Ajax

2010-10-12 Thread Gavin Beau Baumanis
Awesome resource - Thanks Chris! As always, please contact me if I can be of any futher assistance. Gavin "Beau" Baumanis Senior Application Developer PalCare Pty. Ltd. P: +61 -3 9380 3513 M: +61 -438 545 586 E: b...@palcare.com.au W: http://palcare.com.au On 13/10/2010, at 11:58 AM, Chris V

Re: [cfaussie] CF and Ajax

2010-10-12 Thread Chris Velevitch
On Wed, Oct 13, 2010 at 09:04, Gavin Beau Baumanis wrote: > Hi Scott, > Fishpond.com.au - is an AU online bookstore. > They currently have a sale on technical books. Even better is the Aussie price comparator http://www.booko.com.au. They show all prices and shipping costs in AUD. For example:-

Re: [cfaussie] CF and Ajax

2010-10-12 Thread Gavin Beau Baumanis
> > Looks like my colleague and I have a lot of catching up to do. > > > > From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf > Of Damen Hansen > Sent: Wednesday, 13 October 2010 7:59 AM > To: cfaussie@googlegroups.com > Subject: Re: [c

RE: [cfaussie] CF and Ajax

2010-10-12 Thread Scott Thornton
sie@googlegroups.com>] On Behalf Of Paul Kukiel Sent: Tuesday, 12 October 2010 4:34 PM To: cfaussie@googlegroups.com<mailto:cfaussie@googlegroups.com> Subject: Re: [cfaussie] CF and Ajax It needs to work in cfmx 6.1 so jQuery is looking like the way to go. Regards, Paul On 12/10/2010 4

Re: [cfaussie] CF and Ajax

2010-10-12 Thread Damen Hansen
lf Of *Paul Kukiel > *Sent:* Tuesday, 12 October 2010 4:34 PM > *To:* cfaussie@googlegroups.com > > *Subject:* Re: [cfaussie] CF and Ajax > > > > It needs to work in cfmx 6.1 so jQuery is looking like the way to go. > > > Regards, > > Paul > > On 12

RE: [cfaussie] CF and Ajax

2010-10-11 Thread Andrew Scott
PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] CF and Ajax It needs to work in cfmx 6.1 so jQuery is looking like the way to go. Regards, Paul On 12/10/2010 4:31 PM, Andrew Scott wrote: No you don't need to always use jQuery, you can even look at using the cfajaxproxy tag

RE: [cfaussie] CF and Ajax

2010-10-11 Thread Andrew Scott
s.com] On Behalf Of Damen Hansen Sent: Tuesday, 12 October 2010 10:06 AM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] CF and Ajax Hey Scott I would recommend that you do use a library such as JQuery, it will take away all of the fiddly browser concerns. If they are yes no options, wo

Re: [cfaussie] CF and Ajax

2010-10-11 Thread Paul Kukiel
id.au/ *From:* cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] *On Behalf Of *Scott Thornton *Sent:* Tuesday, 12 October 2010 8:50 AM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] CF and Ajax Hello, I am looking for a solution that will allow Ajax-y style updates of a dat

RE: [cfaussie] CF and Ajax

2010-10-11 Thread Andrew Scott
tober 2010 8:50 AM To: cfaussie@googlegroups.com Subject: [cfaussie] CF and Ajax Hello, I am looking for a solution that will allow Ajax-y style updates of a database when a user changes a value in one of many select boxes in a form. EG: Say there are 20 select boxes in a form with Yes

Re: [cfaussie] CF and Ajax

2010-10-11 Thread Damen Hansen
Hey Scott I would recommend that you do use a library such as JQuery, it will take away all of the fiddly browser concerns. If they are yes no options, would a check box or radio buttons be more suitable? Anyway... You can do something like: $('checkbox / radio option selectors here').bind('clic

Re: [cfaussie] CF and Ajax

2010-10-11 Thread Gavin Beau Baumanis
Hi Scott, The answer is fairly simple - which is a nice change. My example below is update some fields based on what is entered into another (text) filed. It does use the jQuery core so make sure that you have that loaded and ensure that it is working (I.e. the "$" shortcut is working) Also,

[cfaussie] CF and Ajax

2010-10-11 Thread Scott Thornton
Hello, I am looking for a solution that will allow Ajax-y style updates of a database when a user changes a value in one of many select boxes in a form. EG: Say there are 20 select boxes in a form with Yes or No Options. Changing the value will perform a database update without the usual form s

[cfaussie] CF and AJAX

2008-12-02 Thread Claude Raiola
Hi, I am needing to build a cleaning management where I have a table containing a list of properties that need to be cleaned for the day that are yet to be allocated to one of the cleaning teams. I have another table listing the cleaning teams members rostered on for the day and the number of pro