Form::Factory::Control::Role::PresetValue - controls with preset values


Form-Factory documentation Contained in the Form-Factory distribution.

Index


Code Index:

NAME

Top

Form::Factory::Control::Role::PresetValue - controls with preset values

VERSION

Top

version 0.020

DESCRIPTION

Top

This role provides no methods or attributes. It flags the control as one with a preset value that does not change based upon user input. Buttons and hidden values are examples of presets.

AUTHOR

Top

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Top


Form-Factory documentation Contained in the Form-Factory distribution.

package Form::Factory::Control::Role::PresetValue;
BEGIN {
  $Form::Factory::Control::Role::PresetValue::VERSION = '0.020';
}
use Moose::Role;

1;