Scripting and Templating Guide

cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting and Templating Guide

resplin
Intermediate
0 0 1,224

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



OverviewWeb Client Customization

Alfresco provides high-level customization and creation of applications through scripting and templating.  Scripts and templates can be stored in the Alfresco repository, allowing easy creation and modification of Alfresco functionality.

With Alfresco scripts and templates, you can easily extend the functionality of the Alfresco web client or create complete new applications.

JavaScript API Guide - manipulate Alfresco objects and processes through JavaScript.  Scripts can be called from UI Actions, Rules or by URL.  A visual debugger is available.

Template Guide - generate output, such as HTML and XML, from templates that can access Alfresco objects and queries.  Templates can be used in dashboards and custom views within the Alfresco web client, as well as for generating new content.

Web Scripts - combine scripting and templating in a URL-based framework, which can run in portals, dashboards or other web containers; also can be used to provide custom data APIs.