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 = "RSS_Formatted_Content"; ManagePageTitleText = "Manage RSS Formatted Content"; AddRecordLinkText = "Add New Formatted Content"; AjaxPath = application.ADF.ajaxProxy; AjaxBean = "forms_1_0"; editForm = "renderAddEditForm"; lbAction = "refreshparent"; formID = application.ptPortlet.cedata.getFormIDByCEName(ManageElementName); dpid = 0; formResultHTML = ""; lightboxwidth = 600; lightboxheight = 500; request.params.hasRTE = application.ADF.cedata.containsFieldType(formID, "formatted_text_block"); request.params.hasLargeText = application.ADF.cedata.containsFieldType(formID, "large_textarea"); if ( (request.params.hasRTE) OR (request.params.hasLargeText) ) lightboxwidth = 750;
#ManagePageTitleText#

--->