how to make a display item clickable in a form region in Apex
ID 7369  (Make it clickable)
Name Smith
Deptno 10

If we would like to give an option to the user as shown in the above, that upon clicking ID 7369 a popup window will be appeared or it will be redirected to a new page.

we have to do the following:

  • Go to your Item property ( P1_ID) that we would like to make  clickable.
  • go to the Pre element Text section and type the below html code

     

  • go to the Post element text section and type the below code :    

Now run the application and see after clicking ID, the page redirecting to the page number 2.

Thank You