How To Open Inline Dialog And Update Data Using JavaScript

<span style="font-size:22px"><h2>How To Open Inline Dialog And Update Data Using JavaScript</h2></span>

How to open inline dialog and update data using JavaScript || Oracle APEX

 

Steps To How To Open Inline Dialog And Update Data Using JavaScript

1. I Went Straight To My Previously Created Report Page. 
2. First Go To The Edit Button Of Your Report. 
3. Take A Class In The Link Attributes Box Of The Edit Button--        Link Attributes-
	                    
                     

class="update t-Button t-Button--hot t-Button--small t-Button--stretch"

        Link-
	                    
                     

javascript:$s('P10_OID','#OID#');javascript:$s('P10_IS_ACTIVE','#IS_ACTIVE#');

4. Create a Region- Name- Inline Dialogs 
       Region Template- Inline Dialogs
      Static ID- INLINE_ID
5. Create A Few Items Like Your Needs.
        Example- 1-P10_OID, 2-P10_IS_ACTIVE,
6. Create A Button, Name-update
       Create A Dynamic Action >> Name-update Data
       Action-Execute JavaScript Code
       Pl/SQL Code – Paste The Following Code
	                    
                     

closeModal('INLINE_ID');

        Action - Execute Server-side code - PL/SQL Code - Paste the following code
	                    
                     

update COURT set IS_ACTIVE =:P10_IS_ACTIVE where OID = :P10_OID;

        Create Action – Refresh - Selection Type – Region - Report.
Create a Dynamic Action - Name-Click the Edit button        Action - Execute JavaScript code - PL/SQL Code - Paste the following code
	                    
                     

openModal('INLINE_ID');

In This Article, You Can Learn How To Open Inline Modal Dialog On Oracle Apex. There Are Several Ways To Open Modal Dialogs Using Simple Jquery. The Inline Modal Dialog Helps Us In A Complex Situation Such As Showing An Error Message, Showing The Report Data To The User Or The User Can Perform Dml Operation In The Inline Dialog.

Create Two Regions, One For The Defined Button (Which Will Open The Inline Model Dialog) And The Second Region Template Will Be The Inline Dialog. Define A Static ID For A Region, Such As "Region_id".

 

🔗 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