appConfigStruct = application.ptPortlet.getAppConfig();
UItheme = 'redmond';
// Set the UI theme from the Configuration Element
if ( LEN(TRIM(appConfigStruct['portlet_ui_theme'])) )
UItheme = appConfigStruct['portlet_ui_theme'];
// load jQuery headers
application.ptPortlet.scripts.loadJQuery();
// load headers for jQuery light box
application.ptPortlet.scripts.loadADFLightbox();
// load header for jQuery UI
application.ptPortlet.scripts.loadJQueryUI(themeName=UItheme);
ManageElementName = "PortletPodInstance";
ManagePageTitleText = "Manage and Configure Default Pods";
AddRecordLinkText = "Add New Pod";
AjaxPath = application.ADF.ajaxProxy;
AjaxBean = "managePodForms";
editForm = "renderAddEditForm";
//formID = application.ptPortlet.cedata.getFormIDByCEName(ManageElementName);
formID = application.ptPortlet.getPortletPodInstanceFormID();
dpid = 0;
formResultHTML = "";
lbAction = "refreshparent";
lightboxwidth = 600;
lightboxheight = 500;
#ManagePageTitleText#