macwadu
macwadu

Reputation: 907

Oracle APEX: popup menu

I have seen in this application a popup windows with a form inside.

Can anyone help me build a popup windows like that, or if there is any tutorial where I can see how it's done.

Upvotes: 2

Views: 2849

Answers (1)

Tony Andrews
Tony Andrews

Reputation: 132580

There are some modal form plug-ins like this one on Apex-Plugin.com. I haven't used them myself so cannot vouch for them.

Alternatively, use your browser's "View Source" function on the Apex page you like and you will see all the function definitions and where they are called. It appears to just be using the standard JQuery libraries that come with Apex 4.0

Update 04/10/2011:

I have recently used this modal page plug-in, and can recommend it. There is plenty of instruction, including a half hour YouTube video showing how to use it.

Upvotes: 2

Related Questions