Plumtree Portal UI  
 

PlumtreeHelpers Fields

The fields of the PlumtreeHelpers class are listed below. For a complete list of PlumtreeHelpers class members, see the PlumtreeHelpers Members topic.

Public Static Fields

DPROFILE_EDITOR_SESSION_FLAG Name of the session flag indicating being in the default profile editor. Defined in the gateway so that the AppDataObject can access it too. This is stored on the persistent session.
GIF_TYPE Gif type
LARGE_IMAGE Large Image
PORTAL_IMAGE_PAGE Portal image page
s_strDefaultStyleSheet The default style sheet should only be used by the common code that determines style sheets.
SMALL_IMAGE Small Image
STR_JS_FUNC_NAME_EXECUTE_VIA_ENTER To execute a javascript function when you press enter in a input field, set the onkeypress attribute of the input equal to "return executeViaEnter(event)". Also include the HTMLScript returned by GetExecuteViaEnterJScript in your page. Example: myInput.SetOnKeyPress("return " + PlumtreeHelpers.STR_JS_FUNC_NAME_EXECUTE_VIA_ENTER + "(event);");
STYLE_PREFIX_508 508 mode style sheet prefix

See Also

PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace