Wednesday 12 July 2017

How To Hide Show popup -

Requirement – To display popup in adf programmatic.
You have to display the popup on click of some button. Drag drop the af:popup in the page and bind the popup in the managed bean.

Below are the steps- 
Step1- create a variable private RichPopup popup; in manage bean and setter/getter.
Step2- create binding in popup.



Write the below code in your method-
public void ShowPopup(ActionEvent actionEvent) {
          RichPopup.PopupHints hints = new RichPopup.PopupHints();
          this.getPopUp().show(hints);
 
 }
If you want to hide the popup..write below code -
public void HidePopup(ActionEvent actionEvent) {
           RichPopup.PopupHints hints = new RichPopup.PopupHints();
           this.getPopUp().hide();
 
  }


Cheers Guys :) will catch you soon with new post .


8 comments:

Amit said...

welcome Novin :)
let me know if you need anything more.

Vcom Infotech Company said...

Wow, very much useful info sharing about the hiding of popup secrets coding which you have mentioned here. Thank you very much. Web designing company in Coimbatore | Coimbatore website designing company

Amit said...

thanks :)

افزونه وردپرس said...

فروشگاه دکوراسيون
روشويي
کنسول
ميز TV
ميز تلويزيون
دانلود قالب وردپرس

دانلود قالب فروشگاهي وردپرس

دانلود رايگان قالب وردپرس

دانلود افزونه وردپرس

قیمت ساندویچ پانل said...

ساندويچ پانل


قیمت ساندويچ پانل


قیمت روز ساندويچ پانل

پروفیل Z said...

فروش ساندویچ پانل در اردبیل
قیمت پروفیل آهنی در تبریز
پروفیل در تبریز
انواع ورق گالوانیزه رنگی
انواع ساندویچ پانل پلی استایرن
خرید پروفیل زد با بهترین قیمت
نحوه خرید پروفیل در تبریز
قیمت پروفیل زد چقدر است
قیمت ساندویچ پانل در تبریز
فروش ساندویچ پانل در میانه

ترفتد خوشتیپ شدن کودک دلبندتان said...

حمام التراسونیک
لباس اسپرت کودک
لباس ترک کودک
ست ترکیب رنگ لباس دختر بچه
اهمیت انتخاب لباس بچگانه
نحوه ست کردن لباس بچگانه پسرانه
چند راهکار ست کردن لباس کودک
به کودک خود ست کردن لباس بیاموزید
تیپ دختر بچه یکساله
اصول اساسی ست کردن لباس زنانه

ehsan7n said...

دستگاه التراسونیک چیست؟


التراسونیک بکر



راهنمای خرید لباس کودک


قیمت ساندویچ پانل

Eclipse With Python

Hi Guys, Today i'll share how to start python project in eclipse IDE. to start Py development in eclipse we need to add Py Dev plugi...