appConfigStruct = application.ptPortlet.getAppConfig();
// Set the UI theme from the Configuration Element
if ( LEN(TRIM(appConfigStruct['portlet_ui_theme'])) )
UItheme = appConfigStruct['portlet_ui_theme'];
else
UItheme = 'redmond';
// load jQuery headers
application.ptPortlet.scripts.loadJQuery("1.3.2");
// load headers for jQuery light box
application.ptPortlet.scripts.loadADFLightbox();
// load header for jQuery UI
application.ptPortlet.scripts.loadJQueryUI("1.7.2", UItheme);
ManageElementName = "Link_Items";
ManagePageTitleText = "Manage Links";
AddRecordLinkText = "Add New Link";
//variables.AddRecordLinkText = "Add New Default Pod";
AjaxPath = application.ADF.ajaxProxy;
AjaxBean = "forms_1_0";
editForm = "renderAddEditForm";
lbAction = "refreshparent";
formID = application.ptPortlet.cedata.getFormIDByCEName(variables.ManageElementName);
dpid = 0;
formResultHTML = "";
lightboxwidth = 500;
lightboxheight = 500;
#ManagePageTitleText#
--->