Yes, this is an ajax thing. CFWindow might have something for this 
(don't remember), but you don't have a lot of control after that. You're 
better off creating your own, with something like JQueryUI, or (even 
better) Twitter Bootstrap, then using JQuery's .load() method to pull in 
an html fragment. Basically, you create the html "box" of the modal in 
your page html, then a javascript method opens the window, calls your 
server for your html fragment (maybe just a cfm page, for instance) and 
puts the return into your "box"/modal.

If you don't have a lot of JS chops, I would look up some tutorials.

Steve 'Cutter' Blades
Adobe Community Professional
Adobe Certified Expert
Advanced Macromedia ColdFusion MX 7 Developer
____________
http://cutterscrossing.com


Co-Author "Learning Ext JS 3.2" Packt Publishing 2010
https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book

"The best way to predict the future is to help create it"

On 12/12/2012 7:58 PM, Adrian Cesana wrote:
> I have a summary type page and I would like to drill down into detail of a 
> record using a modal window.
>
> What is the preferred method not to reload the summary page but open the 
> modal window that possibly cfincludes another template that I pass a few 
> parameters too?
>
> The way I see it now modal windows are just hidden and all the processing is 
> done upon the first load of the page.  I need to do some processing within 
> the loaded page almost like an old school popup.
>
> Will this be an AJAX thing?
>
> Thanks
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353448
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to