Activating rendering in client side mode
You can activate client side rendering for portal pages. Client side rendering mode is only active if the theme that renders the page supports client side rendering mode, for example, the Page Builder theme. If the theme does not support client side rendering, server side rendering is used as the fallback.
You can activate client side rendering by one of the following two methods:
- Set client side rendering mode for individual pages by using the Page Properties portlet.
- Set the corresponding page metadata by using the XML configuration interface or WebDAV. To set client side rendering mode, use the following metadata:
com.ibm.portal.rendertype=iwidget com.ibm.portal.rendertype.version=2.0
To set server side rendering mode, use the following metadata: com.ibm.portal.rendertype=SSAIf you do not explicitly set the rendering mode on a page, the portal uses the rendering mode set for the parent page.
Parent
Design a site using Page Builder themes and skins
Client-side and server-side page rendering modes
finally fixed the link Minor change Minor change added reference to "Client-side and server-side page rendering modes: ...