cancel
Showing results for 
Search instead for 
Did you mean: 

Add Alfresco chrome to webscript

simon
Champ in-the-making
Champ in-the-making
I have a simple JavaScript baked web script that does some magic and I included the Alfresco CSS file in the freemarker template to mimic the Alfresco look and feel. Now, this is far from perfect (no menubar, sidebar, Alfresco footer and such). Is there a way to add the Alfresco chrome to my web script to make it look more integrated?

I know I can do this with a custom action and JSP page but that requires so much overhead and I'm wondering if there as an easier way to do this with a web script.

Thanks!
3 REPLIES 3

lista
Star Contributor
Star Contributor
Well, FreeMarker template dictates 'the look' of your web script response, so you're totally free to do anything you want there.
Take a look at DoCASU, for instance.

How to solve your concrete problem, I'm not sure.

simon
Champ in-the-making
Champ in-the-making
Thanks Lista. I know about DocCasu and it looks good but I want the Alfresco Explorer look, I want to integrate it with the default look, not create a different look like DocCasu does. I'm wondering if there is a way to add (include) let's say the Alfresco sidebar in my Freemarker page.

simon
Champ in-the-making
Champ in-the-making
*bump*