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

ContentHeader()

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

Body()

     Body();

maxlength()

     maxlength($length ,\$text);

openFile

        my $m_sFile = openFile("filename");

action

        my %action = {

                title => '',

                src   => 'location',

                location => '',

                style => 'optional',

        };

        $m_sContent .= action{\%action);

ChangeDb

        my %db = {

                name => '',

                host   => '',

                user => '',

                password => '',

       };

       ChangeDb(\%action);

Unique()

        Gibt einen eindeutigen schlüssel zurück.

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 654:

Non-ASCII character seen before =encoding in 'schlüssel'. Assuming UTF-8