Plumtree Pluggable Navigation API  
 

NavigationJSPortalMenuDropDownView Class

Horizontal navigaton scheme with dropdown menus using the JSPortalMenu framework. This navigation view displays "My Pages", "My Communities", "Directory" and mandatory links dropdown menus using the JSPortalMenu framework. Mandatory communities and link to Administration are displayed using same tabs as the menu tabs. The tabs will wrap to multiple rows if there are too many tabs to fit on one row. This view is used by the NavTypeJSPortalMenuDropDown in the above banner view. The menu framework is defined in navjsportalmenufuncs.js and functions in navjsportalmenucommon.js is used for the mandatory community tabs. Now supports browser detection internally, so this view can be used as a nested view by other navigation views. This view supports auto-browser handling so it can be used by external custom navigations. Custom navs that use this view MUST also use the JavaScriptIncludes() method on NavTypeJSPortalMenuDropDown to return proper javascript to support this view.

For a list of all members of this type, see NavigationJSPortalMenuDropDownView Members.

System.Object
   com.plumtree.portalnavigation.views.NavigationJSPortalMenuDropDownView

public class NavigationJSPortalMenuDropDownView : IView, IMVCObject, IManagedObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portalnavigation.views

Assembly: portalnavigation (in portalnavigation.dll)

See Also

NavigationJSPortalMenuDropDownView Members | com.plumtree.portalnavigation.views Namespace