Hello, Did you succeed in implementing the Preview feature. Can you please share your code.
On Jan 24, 9:03 pm, WhyNotSmile <[email protected]> wrote: > Thanks, yes, i'd renamed them for my own purposes, sorry about that! > > I'll give all that a go. > > Thanks again. > > On Jan 22, 2:53 pm, cricket <[email protected]> wrote: > > > On Sat, Jan 22, 2011 at 9:37 AM, WhyNotSmile <[email protected]> > > wrote: > > > Another question: > > > > what are 'pages_modal' and 'pages_modal_content'? Are those in the > > > original window or the pop-up? > > > It's '#newsletter_modal'. That's a hidden div in thepagethat JQModal > > uses to create the pop-up (it's not a separate window). > > See:http://dev.iceburg.net/jquery/jqModal/ > > > This gets JQModal to show the hidden div, styled as a popo-up. > > $('#newsletter_modal').jqmShow() > > > And this part places the rendered view in the inner content div. > > .find('#newsletter_modal_content').html(responseText); > > > But there are a ton of other plugins available (lightbox, etc.) to > > choose from for creating a pop-up. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
