Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
textformat:tostring
Converts a list to a displayable string.
Syntax
<textformat:tostring list="listname
" [field="fieldname
"] varname="varname
" [maxcount="number
"] [ellipsis="true|false"]/>Parameters
list
(required)- Input parameter. Name of the list to convert.
field
(optional)- Input parameter. A column name in the list.
varname
(required)- Input and output parameter. As input, the name of variable to hold the string on output.
maxcount
(optional)- Input parameter. Maximum number of entries to display.
ellipsis
(optional)- Input parameter. Determines if an ellipsis string (...) is appended if more than the maximum number of entries exist in this list. Valid options are
true
(the default value) andfalse
.
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.