new_ml_form_text

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION
SEE ALSO

NAME

new_ml_form_text - monolith form text input widget

SYNOPSIS

#include <ml_form_text.h>

ml_form_text new_ml_form_text (pool pool, ml_form form);

DESCRIPTION

This is a single line text input field, which can only be used within forms (see new_ml_form(3)).
new_ml_form_text creates a new form text input widget. The form into which this widget is being embedded is passed as the form parameter.

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).