|
Apache::Wyrd::Input::Opt - Wyrd for passing options to Apache::Wyrd::Input::Set |
Apache::Wyrd::Input::Opt - Wyrd for passing options to Apache::Wyrd::Input::Set
see SYNOPSIS for Apache::Wyrd::Input::Set
Roughly equivalent to the <option> HTML tag, but for
Apache::Wyrd::Input::Set objects, rather than for <select>
tags. Opt provides an option to a Set Input. The label is given either
as the value attribute or as the enclosed text. The name attribute is
the value added to the list of values for the affected parameter.
Opt accepts most attributes that can be handed to the appropriate HTML tag, i.e. <option>, <checkbox>, or <radio>. These are:
disabled is set if the attribute disable is set to some value or if the disabled flag is set.
(format: (returns) name (arguments after self))
name (void)value (void)radiobutton (void)checkbox (void)option (void)
Reserves the _format_output, _generate_output, and final_output methods.
Barry King <wyrd@nospam.wyrdwright.com>
Copyright 2002-2004 Wyrdwright, Inc. and licensed under the GNU GPL.
See LICENSE under the documentation for Apache::Wyrd.
|
Apache::Wyrd::Input::Opt - Wyrd for passing options to Apache::Wyrd::Input::Set |