Skip to content

JonasHeylen/elzar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

elzar

jQuery-inspired JavaScript tools for Alfresco

Installation

Copy elzar.js to "/Company Home/Data Dictionary/Scripts"

Usage

Add

<import resource="/Company Home/Data Dictionary/Scripts/elzar.js">

as the first line of your script.

Documentation

NodeRef selector

var node = $("workspace://SpacesStore/683a7581-b138-47be-a367-cceddb5d6bf8");

Search query selector

var results = $("name:test")

dir

$.dir(object);

Prints all properties of the object.

bean

var nodeService = $.bean("NodeService");

Returns the Spring bean with the given name.

Other

  • console.log: Alias for logger.log
  • JSON.stringify: Alias for jsonUtils.toJSONString

About

jQuery-inspired JavaScript tools for Alfresco

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published