new_ml_form_textarea

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION
SEE ALSO

NAME

new_ml_form_textarea - monolith form textarea widget

SYNOPSIS

#include <ml_form_textarea.h>

ml_form_textarea new_ml_form_textarea (pool pool, ml_form form, int rows, int cols);

DESCRIPTION

This is a multiple line text input field, which can only be used within forms (see new_ml_form(3)).
new_ml_form_textarea creates a new form textarea widget. The form into which this widget is being embedded is passed as the form parameter. The size of this input field is given by the rows and cols parameters (both measured in number of characters).

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

monolith-1.0.0

SEE ALSO

new_ml_form(3), ml_form_input_get_value(3)