Implement jQuery modal form
610880Feb 18 2010 — edited Nov 10 2010Hi,
For a long time I am trying to find anything related to implementation of modal popup windows into Apex and so far no luck.
Here is a link:
[http://jqueryui.com/demos/dialog/#modal-form]
and that is close to whatever I want to get. I have a page with lots of items and buttons, by clicking on one of the buttons I want modal window to popup and value from Parent Page (stored in hiden item) passed to modal window. In modal window I want to enter some data and by clicking "submit" data will go to the table and window shold be closed after that. In the same time I need Parent Page to get just entered data from modal (or just simply be refreshed)............ so it is all just basic stuff of popups and modals.....but I can not get this working.
Anyone has done it before? Any resuls?
Thanks a lot