merging 6.2.8 changes and initial draft of TinyMCE as rich editor

This commit is contained in:
JT Smith 2004-10-30 15:49:59 +00:00
parent a189f52942
commit 6ddb7c49e6
38 changed files with 328 additions and 145 deletions

View file

@ -30,16 +30,19 @@ This package allows the manipulation of HTTP protocol information.
=head1 SYNOPSIS
use WebGUI::HTTP;
$header = WebGUI::HTTP::getHeader();
WebGUI::HTTP::setRedirect($url);
WebGUI::HTTP::setCookie($name,$value);
WebGUI::HTTP::setNoHeader($bool);
use WebGUI::HTTP;
$header = WebGUI::HTTP::getHeader();
$mimetype = WebGUI::HTTP::getMimeType();
$code = WebGUI::HTTP::getStatus();
$boolean = WebGUI::HTTP::isRedirect();
WebGUI::HTTP::setCookie($name,$value);
WebGUI::HTTP::setFilename($filename,$mimetype);
WebGUI::HTTP::setMimeType($mimetype);
WebGUI::HTTP::setNoHeader($bool);
WebGUI::HTTP::setRedirect($url);
=head1 METHODS
These subroutines are available from this package: