Posts

Showing posts with the label Create custom page in alfresco share

Add a new page to Alfresco Share with link in Share Header | Code Factory

Image
The following steps are needed to add a Surf Page: Add a Surf Page definition file (XML) Add a Template Instance file (XML) Add a physical Template file (FTL) Add a properties file (.properties) - Optional but good practice Add Web Script(s) that fetches content to display (if you have page scoped regions and use an existing template) File :  helloworldhome.xml ( <Alfresco> -> tomcat -> shared -> classes -> alfresco -> web-extension -> site-data -> pages ) Hello World Home page.helloworldhome.title Hello World Home Description page.helloworldhome.description helloworldhome-three-column none File :  helloworldhome-three-column.xml (  <Alfresco> -> tomcat -> shared -> classes -> alfresco -> web-extension -> site-data -> template-instances ) org/alfresco/demo/helloworldhome File :  helloworldhome.ftl (  <Alfresco> -...