Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

asset:setlocales

This tag sets the dimensions for a given asset.

Syntax

<asset:setlocales name="assetName">
    <asset:asset ... />
</asset:setlocales>

Attributes

name (required)
Name of a loaded asset

Parameters

asset:asset (required)
Tag identifying dimension assets that should be set into the specified asset.

Description

This tag sets the dimensions for a given asset. Dimensions are specified using the asset:asset tag. Previous values are cleared.

errno

The possible values of errno include:

Value
Description

Example

This tag sets the locales with the asset id 123456 and 789123 into the asset

 <asset:setlocales name="a5">
     <asset:asset type="Dimension" assetid='123456'/>
     <asset:asset type="Dimension" assetid='789123'/>
 </asset:setlocales>

See Also

asset:setdimensions

asset:asset

asset:save

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.