| Form-Factory documentation | Contained in the Form-Factory distribution. |
Form::Factory::Control::Role::PresetValue - controls with preset values
version 0.020
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.
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| 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;