Plumtree UI Infrastructure API  
 

FormPageTypes.MEDIUM_POPUP Field

The style for medium pop-ups. This UI is used for complex, 1-page form popups, such as for adding objects, displaying a tree, etc. The dialog contains a dark blue title banner with help text below in a gray rectangle. A forms area will be located below that and may have a Section titlebar and a toolbar. The window function buttons are usually OK and Cancel and are located in the upper right of the Titlebar banner. Note that there is an exception to when you use the Medium popup. When there is more than one page, which happens with tabbed popups, the Normal page should be used instead of the Medium popup.

public static readonly FormPageTypes MEDIUM_POPUP;

See Also

FormPageTypes Class | com.plumtree.uiinfrastructure.form Namespace