Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) Part Number E10726-01 |
|
|
View PDF |
Returns the URL of a given rendition.
Type and Usage
Parameters
Takes three parameters:
The first parameter is the URL of the content item.
The second parameter is the dRevLabel value.
The third parameter is the dRendition1 value. Possible values of dRendition1 include:
T = Thumbnail rendition
X = XML rendition
Output
Returns the complete URL of the rendition as a string.
Example
Returns the URL of the rendition as a string.
<$computeRenditionUrl(url, dRevLabel, dRendition1)$>