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

NAME

IWL::Container - a container widget

INHERITANCE

IWL::Error -> IWL::Object -> IWL::Widget -> IWL::Container

DESCRIPTION

The container widget is a basic <div> element in markup notation. It also serves as a base for every other container-type widget.

CONSTRUCTOR

IWL::Container->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values corresponding to the attributes that a regular <div> markup would have.

inline

True if the type of the container is an inline container, false if it is a block container, default: false.

tag

You can use a custom tag like h1, pre, or whatever you want.

LICENCE AND COPYRIGHT

Copyright (c) 2006-2008 Viktor Kojouharov. All rights reserved.

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

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.