The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::Widget::Plugin::Calendar - simple construction of jscalendar inputs

VERSION

version 0.010

 $Id$

SYNOPSIS

  $factory->calendar({
    name   => 'date_of_birth',
    format => '%Y-%m-%d',
    value  => $user->date_of_birth,
  });

DESCRIPTION

This module plugs in to HTML::Widget::Factory and provides a calendar widget using the excellent jscalendar.

METHODS

provided_widgets

This plugin provides the following widgets: calendar

calendar

calendar_js

calendar_baseurl

This method sets or returns the plugin's base URL for the jscalendar files. This must be set or calendar plugin creation will throw an exception.

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

Development of this code in 2005 and 2006 was sponsored by Listbox.

BUGS

Please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2005-2006 Ricardo SIGNES, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.