Hi Mark, In short yes, you can have dedicated run modes to handle the display and processing of the popup window - a kind of 'mini' C::A if you like.
As flavio says you would normaly use javascript to call the popup window, wether through the traditional popup or the more modern ajax-style floating div technique. Either can be made to call a C::A run mode. I use a dedicated C::A script for this which is called from a modified version of the lightbox / backbox ajax code, and this is working well for me. mike 2008/7/26 Mark Jaffe <[EMAIL PROTECTED]>: > Hi, > > This may seem obvious to someone who's been using the framework for a while, > but from all that I've been reading, I can only stay working in the same > window. Is there a way I can pop-open a new view to allow detailed editing > of a single field? My results would need to be saved into the current > working data set. > > Thanks, > Mark > > ##### CGI::Application community mailing list ################ > ## ## > ## To unsubscribe, or change your message delivery options, ## > ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## > ## ## > ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## > ## Wiki: http://cgiapp.erlbaum.net/ ## > ## ## > ################################################################ > > ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
