Oracle Apex Modal Page
Hi everone,
I have problem in modal page. I am using 4.2.0 apex version on the apex.oracle.com workspace. I want to create modal page for the form. I have done following changes on the report page though it is not working. When I click on the create button it displays only dialog box (like a popup as in actual output) without including form in it. It means only empty dialog box is displayed with scroller as output.
1) Under Action when button clicked
Action ----> Redirect to URL
URL Target -----> javascript:return false;
Button Attributes -----> id="modal"
Button Template -----> Button
2) In Button template, I have also copied the #button_substitution# string in the html code of the button. I also tried without copy and paste #button_substitution# string in the HTML code.
3) Then I have created dynamic action for the click event of the create button on the report page as follow
Event ----> Click
Selection Type ----> Jquery Selector
Jquery Selector ----> #modal
Action ---> Skill Builders Modal page 2.0.0
URL Location : Statically defined
Static URL ----> f?p=&APP_ID.:29:&APP_SESSION.:::29:::
So I want to know what is problem? I am looking for your quick reply.
Thanks in Advance
Tushar