Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to open Inline Dialog region using plsql in oracle apex.

himansu_bSep 12 2016 — edited Sep 13 2016

Hi

I am facing a severe issue to open a inline dialog region which is in my apex page(page no 111) .My code is here. Please suggest me any solution.

sys.htp.p('<tr><td class="left">'||c1.detail_img||'</td><td class="left">'|| apex_escape.html(c1.item_name)||

                     '</td><td class="left">'||c1.item_price||

                      '</td><td><a href="'||apex_util.prepare_url('f?p=&APP_ID.:111:'||:app_session||':javascript:openModal('detailsKitchen'))||'" ><span>Add<i class="iR"></i></span></a></td></tr><br/>');

Highlighted code i am using to open the inline dialog region which is in the same page(111) where this code exists. But this is not working and i am not getting any idea to resolve this issue.

I am waiting for a quick response.

Thanks

Himansu

This post has been answered by matze276 on Sep 12 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2016
Added on Sep 12 2016
3 comments
3,285 views