Monday 18 March 2013

PopUp Window Using PopupBean Programetically



In Process Request

OAPopupBean popupBean =(OAPopupBean)createWebBean(pageContext,POPUP_BEAN,null,"myPopup");
//Set the following properties on the pop-up:
popupBean.setID("myPopup");
popupBean.setUINodeName("myPopup");
String popupRegion= "/oracle/apps/fnd/framework/toolbox/labsolutions/webui/TestEmpDetailsRN" ;
popupBean.setRegion(popupRegion);
popupBean.setHeight("130");
popupBean.setWidth("320"); 
popupBean.setTitle("Test");
popupBean.setType(EMBEDDED_POPUP); /* Embedded type */

1 comment:

  1. You are commenting on every post on multiple sites with the same message. You aren't helping or answering just promoting yourself. I understand that is way to drum up business but you should either help or stay out of the forums. That is not what they are designed for. Peace be with you.

    ReplyDelete