Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
asset:def
Returns a list of an asset type's attributes and indicates whether each attribute is optional, required, read only, or editable.
Syntax
<asset:def type="asset type name" [pubid="publication ID"] [subtype="asset subtype"] list="list name" />Parameters
type (required)
- Name of the asset type.
pubid (optional)
- Site (formerly publication) ID.
subtype (optional)
- Name of the asset subtype.
list (required)
- Name of the list to be created. Columns are:
name
- Attribute name, description.editable
- Set totrue
if the attribute can be edited in the UI; set tofalse
for read-only.required
- Set totrue
if this is a required field in the database table; set tofalse
if the field is optional.description
- Name that can be displayed on the screen.errno
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.