+

Search Tips   |   Advanced Search

Modules that add features to a theme

Theme modules contribute resources, such as JavaScript, CSS and HTML, to a theme or page. The following modules come with the modularized theme and specifically contribute a feature rather than working in the background. The modules can be added to a theme by listing them in the theme's default profile, or to a single page or set of pages.


Portal 8.5 theme

Module name Feature
wp_status_bar Add a status bar for displaying informational, warning, and error messages to the users.
wp_layout_windowstates Allow portlets to be minimized, maximized, and restored from their menus in the skin.
wp_legacy_layouts Add responsive layout support for earlier standard portal pages.
wp_liveobject_framework The Live Text Framework allows portlet applications to display text live names and click to action links.


Site toolbar

Module name Feature
wp_toolbar_host Integrate a theme with the toolbar in both view and edit modes, use either wp_toolbar_host or both wp_toolbar_host_view and wp_toolbar_host_edit to add the toolbar to a theme.
wp_toolbar_host_view Integrate the toolbar into a theme for viewing purposes only.
wp_toolbar_host_edit Integrate the toolbar into a theme for editing purposes.
wp_toolbar_ghost Add this module to pages that do not support edit mode to allow interoperability with the toolbar, so if a user navigates from an editable page to one with this module, the toolbar remains open, and the user is able to continue editing.


Menus

Module name Feature
wp_simple_contextmenu_main Add support for simple menus. Added to the default profile to enable Portlet, Actions, More, and Toolbar navigation menus.
wp_contextmenu_main Add support for the Component Action menu. Used for inline editing of content items.


Tagging and rating

Module name Feature
wp_tagging_rating_light Provide all inline tagging and rating widgets.
wp_tagging_rating_menu Add the tagging and rating menu items in the Actions and portlet menus.
wp_tagging_rating_tagcloud Provide the widgets in Tag Cloud portlet.


Analytics

Module name Feature
wp_analytics_aggregator Add the analytics aggregator
wp_analytics_tags Add the Sites Promotions... and Analytics Tags... options to the Actions and portlet menus. Inserts the microformats for analytics tags and site promotions into the page.
wp_analytics_overlay_reports Provide analytics overlay reports for portlets and pages.
wp_analytics Provide all analytics features: aggregator, the analytics tags and site promotion function, and the overlay reports.


Search

Module name Feature
wp_searchbar Add the inline search bar that redirects to the search page to show results.


Web content management

Module name Feature
wcm_inplaceEdit Turn on inline editing for content items displayed with the Web Content Viewer portlet.
wp_oob_sample_styles Styles for default web content samples.
wp_federated_documents_picker Allow the insertion of remote content into Web Content Manager elements containing a rich text field, using the Insert Link to Remote Document button in the authoring portlet.


Social Rendering

Module name Feature
wp_social_rendering_85 Provide the social rendering feature.


IBM Connections

Module name Feature
wp_ic4_wai_resources Resources to enable IBM Connections 4 integration with Web Application Integrator.


IBM Sametime

Module name Feature
wp_sametime_proxy Enable integration with Sametime using Sametime Proxy Server.


iWidget support

Module name Feature
wp_theme_widget Allow for the rendering of iWidgets on pages.


Web Dock Application

Module name Feature
wp_webdock Provide the web dock application.


Accessibility

Module name Feature
wp_theme_skin_region Provide accessibility support to the portlet skins.
wp_theme_high_contrast Add support for high contrast mode.


Programming

Module name Feature
wp_portal Provide JavaScript configuration objects containing information about the Portal state to be used by the themes and portlets.
wp_client_main Client-side JavaScript APIs for browser detection, event attachment, object manipulation, and type detection.
wp_client_ext Client-side JavaScript APIs for modules and promises.
wp_client_selector Client-side JavaScript CSS selection engine API.
wp_worklight Add Worklight function.
wp_one_ui Provide CSS for common elements in Portal. See the documentation in PortalServer_root\theme\wp.theme.modules\webapp\installedApps\ThemeModules.ear\ThemeModules.war\modules\oneui\v2.1\lotusOneUIv2.1_Documentation.zip.
wp_one_ui_dijit An extension of One UI that provides styling for dijits, it acts as a Dojo theme. See Themes and theming.
wp_portlet_css Styles for IBM Administrative portlets.
getting_started_module Add the default simple module.


Parent The module framework


Related information


Themes and theming