You are here

getRenditions

getRenditions these methods retrieve existing renditions for a node.

getRenditions(node)

getRenditions(node) this method gets renditions for the specified node.

Parameters

node
The node whose renditions are requested

Returns

Returns a ScriptNode array of all existing rendition objects for the specified node.

getRenditions(node, mimeTypePrefix)

getRenditions(node, mimeTypePrefix) this method gets renditions for the specified node.

Parameters

node
The node whose renditions are requested
mimeTypePrefix
A filter to restrict the renditions returned to those whose MIME-type starts with the prefix

Returns

Returns an array of all existing rendition objects for the specified node whose MIME-type starts with the given filter string.