Tuesday, August 17, 2021

Use GlassPane in ADF Appliation

Hi,

Today I thought of sharing my knowledge via writing Blogs as I also learn a-lot from blogs and it’s really useful when u stuck in some point of time...

Today I want to explain about use of Glass Pane to prevent the user input for long running queries

Here I'm attaching the sample Application for including the Glass Pane in the Application to prevent the user input for long running operations.

Follow steps to Apply Glass Pane:

Step 1: First Create the Fusion Web Application



 Step 2: In View Controller Project Create the JavaScript in named accordingly I have given GlassPane.js, and add the following code














 Step 3:  Register The JavaScript in your page using resource tag add the clientListner on type load and call method initGlassPane and include the glassPane1 element inside this insert the image and give the image path which you want to show user while preventing the user input as below.




Step 4: now you can add field or regions in the page as per the requirement and whenever u put tab-out from the input-field or perform any action you can see the popup in your screen to prevent user input.





Thanks for giving your valuable time to see my blog, please share your idea's as it will help others, if need any clarification please mail me or put your comments.

download the sample:
MyGlassPane

Use GlassPane in ADF Appliation

Hi, Today I thought of sharing my knowledge via writing Blogs as I also learn a-lot from blogs and it’s really useful when u stuck in s...