Skip to content

Instantly share code, notes, and snippets.

View muralidharand's full-sized avatar
💭
I may be slow to respond.

Muralidharan Deenathayalan muralidharand

💭
I may be slow to respond.
View GitHub Profile
@muralidharand
muralidharand / Importing JS
Created July 20, 2018 05:19 — forked from CesarCapillas/Importing JS
Alfresco Javascript Console Recipes
Import a script from the repository using a name-based path:
<import resource="/Company Home/Data Dictionary/Scripts/library.js">
Import a script from the repository using a NodeRef reference:
<import resource="workspace://SpacesStore/6f73de1b-d3b4-11db-80cb-112e6c2ea048">
Import a script from a Java classpath location: