cancel
Showing results for 
Search instead for 
Did you mean: 

alfresco header and footer

hemant1147
Champ in-the-making
Champ in-the-making
is it possible to add alfresco share header and footer in alfresco web scripts.
2 REPLIES 2

scouil
Star Contributor
Star Contributor
Hi,

What exactly are you trying to achieve?
For what I understand you're trying to create a brand new page in Alfresco and want to still have the Alfresco look-and-feel.
If so, have you had a look at Aikau?
http://docs.alfresco.com/5.0/concepts/aikau-intro.html
It might be a quick way to achieve what you actually want to do.

hemant1147
Champ in-the-making
Champ in-the-making
Hi Scouil,
thanks for reply.

You are right.
I am trying to open a new page from Document Actions custom link with same look and feel.
my code in share-config-custom.xml is
<param name="href">http://localhost:9999/share/page/hdp/ws/itemlist?nodeRef={node.nodeRef}</param>


now i want to access node ref parameter in java script or java controller. But when i am accessing nodeRef parameter in controller its showing null. I also try to access full url in controller but i found that url is changed to /share/service/itemlist. Can you please help me how to access nodeRef parameter in controller.