So... no one doesn't have any other tip? Nobody didn't use this kind of functionality?
On Fri, Dec 16, 2011 at 8:54 PM, Geoff Douglas <[email protected]>wrote: > Take a look at the http://jqueryui.com/demos/dialog/#modal-form > Modal Form demo. > > There is a function that fires when a user clicks the buttons. > > There is a function that fires when the modal is open, and closed. (And > many other "Events" you can tie functions to) > > A callback function is simply an event based function. So that when > something happens you can tie a function to that event. > > Study the demo. Try it out. If you have questions ask them. > > -- > 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 > -- 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
