new_ml_form_password

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION
SEE ALSO

NAME

new_ml_form_password - monolith form password input widget

SYNOPSIS

#include <ml_form_password.h>

ml_form_password new_ml_form_password (pool pool, ml_form form);

DESCRIPTION

This is a single line text input field, for use in forms. The field is rendered by the browser obscured (often with "*" for characters). However it is passed over the network in plain text.
new_ml_form_password creates a new form password 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).