org.chenillekit.tapestry.core.components.ThumbNail

converts a image asset into a thumbnail.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
asset Object Required, NOT Allow Null literal the asset path or asset itself, that converted to thumbnail.
clientId String NOT Allow Null prop:componentResources.id literal The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness. The uniqued value may be accessed via the clientId property.
onClickAction boolean NOT Allow Null false prop if true, clicking mouse over the thumbnail show the original image.
quality float NOT Allow Null 80 prop output quality of the thumbnail.
thumbHeight int Required, NOT Allow Null prop the height (pixel) of the thumbnail.

Informal parameters: supported


Back to index