imageAsset-Objekt
Dieses Objekt bietet Zugriff auf Bilder in der Bildverwaltung.
altText
Syntax: asset.altText : string
contentCopyHeight
Syntax: asset.contentCopyHeight : integer
contentCopyPath
Syntax: asset.contentCopyPath : string
contentCopyWidth
Syntax: asset.contentCopyWidth : integer
createThumb(width, [height])
Syntax: asset.createThumb(width : int, [optional] height : int) : bool
Gibt true zurück, wenn ein Thumbnail erstellt wurde, false, wenn nicht.
createThumbWithInfo(width, [height])
Syntax: asset.createThumbWithInfo(width : int, [optional] height : int) : imageAssetThumbnailInfo
description
Syntax: asset.description : string
ensureContentCopy
Syntax: asset.ensureContentCopy( article : article, size : integer ) : string
isSvgImage
Syntax: asset.isSvgImage : boolean
name
Syntax: asset.name : string
path
Syntax: asset.path : string
skipContentCopy()
Syntax: asset.skipContentCopy() : void
thumbPath(width, [height])
Syntax: asset.thumbPath(width : int, [optional] height : int) : string
workingCopyHeight
Syntax: asset.workingCopyHeight : integer
workingCopyPath
Syntax: asset.workingCopyPath : string
workingCopyWidth
Syntax: asset.workingCopyWidth : integer