Dynamically Change Title Of Modal Dialog Page, Oracle Apex

How To Dynamically Change The Title Of Modal Dialog Page In Oracle Apex

 

We often update Oracle Apex applications through various data modal dialog pages. If the title of the modal dialog page changes with our data update, then hopefully the dialog page will be of great benefit to us and our work. In today's post I will try to show you how to dynamically change the title of the modal dialog page.

Some Discussion About How To Dynamically Change The Title Of Modal Dialog Page In Oracle Apex.

In today's blog post, I will show you how to dynamically change the title of a modal dialog page in Oracle Apex. If you keep up with Oracle Apex, then you know this is a very common requirement. The title of the dialog page is often used to help our users navigate the whole data modal dialog page. If the title changes, then chances are that the whole dialog will be of greater benefit. In today's blog post, I will show you how to dynamically change the title of a modal dialog page in Oracle Apex. We often update Oracle Apex applications through various data modal dialog pages. If the title of the modal dialog page changes with our data update, then hopefully the dialog page will be of great benefit to us and our work. | In today's post I will try to show you how to dynamically change.

 

Steps To How To Dynamically Change The Title Of Modal Dialog Page In Oracle Apex.

You can easily complete this process with just a few steps. Each step is described below. First We Will Go Directly To The Page On Which We Update Data Or Do Different Types Of Work Through The Modal Page. I Will Change The Type Of The Column You Want To See The Title Of The Modal Page According To The Report.

 
1. Change Column Type -   Link
           Target- Modal Page Number
           Link Attributes- class="DialogTitle"
2. Create a Item,   Name= P85_DIALOG_TITLE
4. Create a dynamic action,   Name- Set Dialog Title
           Event → Click, Selection Type → jQuery Selector, jQuery Selector → .DialogTitle
           Action → Set Value,
           Set Type → JavaScript Expression,
 
            
            this.triggeringElement.innerText
            
        
           Affected Elements → Item(s) → P85_DIALOG_TITLE
2. Go To The Modal Dialog Page,  
2. Go to the Properties page
           Attributes
 
            
           title: $v("P85_DIALOG_TITLE")
            
        

Our work is finished. Now I will try to see if it is working properly?

 

🔗 Demo Application-
            URL- Demo Application
            Username - demo, Pass- demo
 

I hope everyone will like it. Please watch the full video,
Comment on any of your problems, I will try my best to solve the problem, In-Shah Allah. Everyone's cooperation is desirable. Visit my blog site, new technology related videos, you will get different types of tutorials of Oracle Apex, and hopefully, you can use them in your daily work.
Please stay tuned by subscribing to the YouTube channel, and encourages new videos to be uploaded.
=================
Visit my site to get more collaborative posts about Oracle Apex and subscribe to my YouTube channel. Thanks.
Comment on any of your issues, I will try my best to solve the problem, In-Shah Allah. Everyone's cooperation is desirable.
Visit my blog site, new technology-related videos, you will get different types of tutorials of Oracle Apex, and hopefully, you can use them in your daily work.
==============================

🙍🏾‍ Md jABER HOSSEN
📲 Mobile- +8801760688286
📨 Email- jaberit786@gmail.com
🌐 FB- facebook.com/mdjaber.hossen1
Please Subscribe to My Channel

Many thanks for visiting the site.

Then Enjoy.........................

Post a Comment

Hlo Sir

Previous Post Next Post