NAME
HTML::GUI::tag - generate html tags
VERSION
Version 0.01
TAG
abstract class for generating html.
PUBLIC METHODS
new
escapeHtml
Description :
return the protected label with :
- " instead of "
- & insterad of &
getHtmlTag
Parameters :
tagName : string : Name of the tag to generate
@htmlProperties : array : Array of hash ref of properties for the tag (propName => propValue)
content : string : Content of the HTML tag. The content string is inserted "as is" in the tag, it should not contain special characters like '&' or '<' except for coding entities or inner tags.
Return :
string
Description :
AUTHOR
Jean-Christian Hassler, <jhassler at free.fr>
BUGS
Please report any bugs or feature requests to bug-gui-libhtml-tag at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-GUI. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc HTML::GUI::widget
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Jean-Christian Hassler, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.