Oracle APEX: popup menu

北城余情 提交于 2019-12-11 03:24:23

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/4992670/oracle-apex-popup-menu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!