Thanks Marc. One thing though, is how can I get a cake URL to load in the thickbox. Specifically, what I want to do is something similar to scaffolding, where when an update link on a controller would occur, the view would load in the thickbox, the user would modify the data, hit save and close the thickbox.
So if I have a transactions controller with an update function, when I would click the link in my view, it would load http://www.mydomain.com/transactions/update into the thickbox, with a height and width of 500 x 500. On Jan 4, 12:15 pm, 1Marc <[EMAIL PROTECTED]> wrote: > <?php echo $html->link('Link Title','test.html? > height=300&width=300'); ?> > > -- > Marc Grabanskihttp://marcgrabanski.com > > On Jan 4, 9:40 am, Travis <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > > I'm new to the group here. I have been out of development since 2004, > > so I'm just getting back into the swing of things. I'm writing an app > > with cakePHP for a client, and we want to use jQuery and thickBox with > > the user interface. > > > A URL in thickBox requires a height and width to be passed, such as > > test.html?height=300&width=300. How do I pass those parameters to a > > link while using cake? > > > Any help would be greatly appreciated. > > > Thanks, > > > Travis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
