HTML-Tag
view release on metacpan or search on metacpan
name => $date_field_name,
value => $date_to_show
)->html;
GENESIS
If you are a web developer such as me, you know that many times you
needed to use html controls that are not directly available in the HTML
language.
Every time you needed of use a datetime input control or to validate an
input field you needed to mix html, javascript and cascade style sheet
to make what you want. And, in every project you needed that, you needed
to find all the required code for you "advanced" control or you must
reinvent the wheel.
This module try to encapsulate these advanced widget so that you can
forget all inside code and substitute with a few lines of perl.
Be aware, the HTML code generated by this module use heavy javascript
and css code and so are not compatible with all browser. Like every
time, you need to make a compromised between great input feedback and
name => $date_field_name,
value => $date_to_show
)->html;
=head1 GENESIS
If you are a web developer such as me, you know that many times you needed to use
html controls that are not directly available in the HTML language.
Every time you needed of use a datetime input control or to validate an input
field you needed to mix html, javascript and cascade style sheet to make what
you want. And, in every project you needed that, you needed to find all the
required code for you "advanced" control or you must reinvent the wheel.
This module try to encapsulate these advanced widget so that you can forget all
inside code and substitute with a few lines of perl.
Be aware, the HTML code generated by this module use heavy javascript and css
code and so are not compatible with all browser. Like every time, you need to
make a compromised between great input feedback and browser compatibility.
( run in 2.320 seconds using v1.01-cache-2.11-cpan-9581c071862 )