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

NAME

CGI::CMS::GUI - CGI::CMS user front end

SYNOPSIS

        use CGI::CMS::GUI;

        Body("config/settings.pl");

EXPORT

        action Body maxlength openFile

Body()

     Body("/path/to/your/settings.pl");

maxlength()

     maxlength($length ,\$text);

openFile

        my $file = openFile("filename");

action

        my %action = {

                title => '',

                src   => 'location',

                location => '',

                style => 'optional',

        };

        print action{\%action);

SEE ALSO

CGI CGI::CMS DBI DBI::Library DBI::Library::Database CGI::CMS::GUI::Main HTML::TabWidget HTML::Window HTML::Menu::Pages HTML::Menu::TreeView HTML::Editor::BBCODE HTML::LZE::Editor

AUTHOR

Dirk Lindner <lze@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005-2008 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.