Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Alfresco 3 Cookbook

You're reading from   Alfresco 3 Cookbook Over 70 recipes for implementing the most important functionalities of Alfresco

Arrow left icon
Product type Paperback
Published in Jul 2011
Publisher Packt
ISBN-13 9781849511087
Length 380 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (21) Chapters Close

Alfresco 3 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Getting Started FREE CHAPTER 2. Creating and Organizing Contents 3. Securing and Searching Contents 4. Rules—the Smart Spaces 5. Alfresco Administration Console 6. Customizing Alfresco Web Client 7. Alfresco Content Model 8. Alfresco JavaScript API 9. FreeMarker Templates 10. Web Scripts 11. Working with Workflows 12. Integrating with MS Outlook and MS Office 13. Configuring Alfresco E-Mail and File Servers 14. Building Alfresco Index

Writing and executing scripts


There are a few options and implementation models by which you can write your JavaScript files and execute them in Alfresco. A couple of the most usual models are:

  • Writing and storing scripts in the Data Dictionary

  • Using Web Scripts

We will explore Web Scripts later in Chapter 10. However, in this recipe, we will see how to write and execute simple scripts from the Data Dictionary.

Getting ready

  1. 1. Open the Alfresco explorer and navigate to the Company Home | Data Dictionary | Scripts folder.

  2. 2. This is the space where all the JavaScript files should be stored. Alfresco explorer looks for JS files by default from this location. Alfresco has provided some sample scripts to make the scripting methodology more understandable.

  3. 3. We will try executing the backup.js script provided in this space. One way you can execute the script files is with the Run Action method.

  4. 4. Let’s assume in a particular space we have a document. We will run the backup.js script against this...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image