Thursday, October 23, 2014

How can you make a template as Default template in Webcenter Portal application


This blog explains about how to make a custom template as default template for all the pages that you create in your webcenter portal application ?

- Open your Template.jspx file in Jdeveloper
- Set the value equals ' your newly created template' as shown below

<portal:preference
          id="oracle.webcenter.portalapp.pagetemplate.pageTemplate"
          desc="Default Page Template"
          value="/oracle/webcenter/portalapp/pagetemplates/FMTemplate.jspx"
          resourceType="Template" display="true"/>

No comments:

Post a Comment