NAME

HTML::Widget::Plugin::Link - a hyperlink

VERSION

version 0.055

$Id: /my/icg/widget/trunk/lib/HTML/Widget/Plugin/Input.pm 16769 2005-11-29T17:50:44.157832Z rjbs  $

DESCRIPTION

This plugin provides a basic input widget.

METHODS

provided_widgets

This plugin provides the following widgets: link

This method returns a basic text hyperlink.

In addition to the generic HTML::Widget::Plugin attributes, the following are valid arguments:

href

This is the URI to which the link ... um ... links. If no href is supplied, an exception is thrown.

text

This is the text of created link. If no text is supplied, the href is used.

AUTHOR

Ricardo SIGNES <rjbs @ cpan.org>

COPYRIGHT

Copyright (C) 2005-2007, Ricardo SIGNES. This is free software, released under the same terms as perl itself.