| Package: | CQ.dam |
| Class: | Util |
| Extends: | Object |
| Clientlib: | cq.dam |
CQ.dam.Util library contains utilities for a DAM Asset Share Page. | Method | Defined By | |
|---|---|---|
|
alertNoSelection() : void <static> Displays a message that no assets are selected in the lens.
<static> Displays a message that no assets are selected in the lens.
Parameters:
|
Util | |
downloadAsset( Array selection, [String path] ) : void <static> Downloads the assets in the selection under the given path. If path is
not defined the path of the fir...
<static> Downloads the assets in the selection under the given path. If path is
not defined the path of the first item in the selection is taken.
Parameters:
|
Util | |
openAsset( String editorPath, String assetPath ) : void <static> Opens a single asset in the Asset Editor.
<static> Opens a single asset in the Asset Editor.
Parameters:
|
Util | |
openAssets( String editorPath, String assetPath ) : void <static> Opens a single or mutliple assets in the Asset Editor.
<static> Opens a single or mutliple assets in the Asset Editor.
Added in CQ 5.5.
Parameters:
|
Util | |
|
reopenAssets() : void Reopens the assets that have been opened earlier using openAssets.
Reopens the assets that have been opened earlier using openAssets.
Added in CQ 5.5.
Parameters:
|
Util | |
setAssetEditorPath( String path ) : void
|
Util | |