Hi I am developing a module and need a modal window to show a form with some input fields. The entered values should be passed back to the module settings.
What I specifically need is: In the module settings is a field with a button / link beside it which should open the popup. If the user saves the form from the popup the inserted data should be passed back.
What is the correct way to accomplish this feature.
Thanks your answer was partial useful.
For anybody who like to know how I achieved the modal window and pass back data from it to a main dialog:
I ended up using Fancybox (http://fancybox.net/) which is JQuery and way more flexiable than the Joomla default modal window.
The result can be found here: