Name

evalue — return encoded content of the named form input field

ATTRIBUTES

Attribute Pos. Req. Default Description

DESCRIPTION

[evalue] behaves exactly the same as [value], except that it automatically encodes entities found in the value.

For all other information, please see tag [value].

BEHAVIOR

This tag does not appear to be affected by, or affect, the rest of Interchange.

EXAMPLES

Example: displaying user's first name

Hello, [evalue fname]!

NOTES

AVAILABILITY

evalue is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/SystemTag/value.coretag
Lines: 15


# Copyright 2002-2007 Interchange Development Group and others
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.  See the LICENSE file for details.
# 
# $Id: value.coretag,v 1.7 2008-07-04 15:52:35 mheins Exp $

UserTag value               Order        name
UserTag value               addAttr
UserTag value               PosNumber    1
UserTag value               Version      $Revision: 1.7 $
UserTag value               MapRoutine   Vend::Interpolate::tag_value
UserTag evalue              Alias        value keep=1 filter="encode_entities" name=

AUTHORS

Interchange Development Group

SEE ALSO

encode_entities(7ic), value(7ic)

DocBook! Interchange!