
HTML::Window.pm - move-,resize-,collapse- and closeable Html Window.

use HTML::Window qw(:all);
my %parameter =(
path => "path to cgi-bin",
style => "style to use",
title => "title",
server => "http://servername",
id => $id,
class => min or max,
);
$m_bMod_perl = ($ENV{MOD_PERL}) ? 1 : 0;
initWindow(\%parameter) unless($m_bMod_perl);
windowHeader();
print 'this is the content';
windowFooter();

Produce a move-,resize-,collapse- and closeable Html Window.
This Module is mainly written for MySQL::Admin::GUI.
But there is no reason to use it not standalone. Also it is much more easier
to update, test and distribute it standalone.
my %parameter =(
path => "path to template",
style => "style to use",
title => "title
server => "http://servername",
id => $id,
class => min or max,
);
my $window = new window(\%parameter);
default: lze;
default: 0;
default = 0;
default = 0;
default = 0;
default = 0;
default = 0;
my %parameter =(
path => "path to templates",
style => "style to use",
title => "title
server => "http://servername",
id => $id,
class => min or max,
hidden => '', #set the window hidden
);
initWindow(\%parameter);
MySQL::Admin::GUI CGI MySQL::Admin Template::Quick

Dirk Lindner <lze@cpan.org>

Copyright (C) 2005 - 2009 by Hr. Dirk Lindner
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; 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. See the GNU Lesser General Public License for more details.