Name

textarea — display value, providing HTML textarea box change it

DESCRIPTION

The textarea widget displays variables from the values space in a HTML textarea box.

EXAMPLES

Example: Value initialization and display

[value name=widget_testtextarea set="Test Widget Value" hide=1]

[widget name=widget_testtextarea type=textarea]
Example in action:
              


            

NOTES

AVAILABILITY

textarea is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/Widget/text.widget
Lines: 15


# Copyright 2005-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: text.widget,v 1.3 2007-03-30 23:40:58 pajamian Exp $

CodeDef text Widget 1
CodeDef text Description Text entry*
CodeDef text Help Default HTML input widget
CodeDef textarea Widget 1
CodeDef textarea Description Text box (textarea)
CodeDef textarea Help Size defined by height and width

AUTHORS

Interchange Development Group

SEE ALSO

realvalue(7ic), text(7ic), value(7ic)

DocBook! Interchange!