The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Data-MuForm integer"

Data::MuForm::Field::Integer - validate an integer value River stage one • 3 direct dependents • 3 total dependents

This accepts a positive or negative integer. Negative integers may be prefixed with a dash. By default a max of eight digits are accepted. Widget type is 'text'. If form has 'is_html5' flag active it will render <input type="number" ... /> instead of...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Form::KLS River stage one • 3 direct dependents • 3 total dependents

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::MuForm - Data validator and form processor River stage one • 3 direct dependents • 3 total dependents

This documentation is mainly of Data::MuForm class attributes and methods. For general-purpose documentation see Data::MuForm::Manual....

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::MuForm::Field - Base field package River stage one • 3 direct dependents • 3 total dependents

This is the base class for form fields. The 'type' of a field class is used in the MuForm field_list or has_field to identify which field class to load from the 'field_namespace' (or directly, when prefixed with '+'). If the type is not specified, it...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::MuForm::Field::Float - validate a float value River stage one • 3 direct dependents • 3 total dependents

This accepts a positive or negative float/integer. Negative numbers may be prefixed with a dash. By default a max of eight digits including 2 precision are accepted. Default decimal symbol is ','. Widget type is 'text'. # For example 1234,12 has size...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::MuForm::Manual::Intro - introduction to using MuForm River stage one • 3 direct dependents • 3 total dependents

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::MuForm::Manual::Fields - brief documentation of available fields River stage one • 3 direct dependents • 3 total dependents

A form's fields are created from the 'has_field' and 'field_list' definitions. MuForm processes the field lists and creates an array of Data::MuForm::Field objects. The "type" of a field determines which field class to use. The field class determines...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::MuForm::Renderer::Base - Renderer River stage one • 3 direct dependents • 3 total dependents

Base functionality for renderers, including rendering standard form controls. You can use this base renderer if it does everything that you need. The various attributes can be set in a form class: sub build_renderer_args { { error_tag => 'label' } } ...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::MuForm::Field::CompoundDateTime - compound DateTime field River stage one • 3 direct dependents • 3 total dependents

This is a compound field that requires you to define the subfields for month/day/year/hour/minute. If you want to use drop-down select boxes for your DateTime, you can select fields like: has_field 'my_date' => ( type => 'DateTime' ); has_field 'my_d...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC
9 results (0.026 seconds)