debian man page for vend::form

Query: vend::form

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Vend::Form(3pm) 					User Contributed Perl Documentation					   Vend::Form(3pm)

NAME
Vend::Form -- Interchange form element routines
SYNOPSIS
(no external use)
DESCRIPTION
Provides form element routines for Interchange, emulating the old tag_accessories stuff. Allows user-added widgets.
ROUTINES
yesno Provides an easy "Yes/No" widget. "No" returns a value of blank/false, and "Yes" returns 1/true. Calling: { name => 'varname' || undef, ## Derived from item if called by # [PREFIX-options] or [PREFIX-accessories] type => 'yesno' || 'yesno radio', ## Second is shorthand for variant=>radio variant => 'radio' || 'select', ## Default is select } The data array passed by "passed" is never used, it is overwritten with the equivalent of '=No,1=Yes'. "No" and "Yes" are generated from the locale, so if you want a translated version set those keys in the locale. If you want another behavior the same widget can be constructed with: [display passed="=My no,0=My yes" type=select ...] noyes Same as "yesno" except sense is reversed. "No" returns a value of 1/true, and "Yes" returns blank/false. perl v5.14.2 2011-03-09 Vend::Form(3pm)
Related Man Pages
vend::payment::businessonlinepayment(3pm) - debian
vend::payment::ezic(3pm) - debian
vend::payment::tclink(3pm) - debian
vend::payment::testpayment(3pm) - debian
vend::table::editor(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph