Version 1.0, May 16, 2002.
EWS::dictDocument provides additional methods
to read the form data returned from the browser-agent and several output and
page formatting utility methods.
EWS::dictDocument extends the
EWS::htmlout class and, therefore,
allows access to all of the methods provided by
EWS::htmlout as well as the
dictionary.pl-specific
methods.
EWS::dictDocument provides the following class
methods and attributes:
Class Methods
Public Methods
| Description
|
new
|
Returns a blessed reference to a new dictDocument object.
|
StartDocument
|
Send HTML document start code and a page title
|
EndDocument
|
Send HTML document end code.
|
BlankCell
|
Outputs the HTML blank token.
|
DisplayErrorExit
|
Display error message and end document (exit).
|
DisplayError
|
Display error message. Error is sent as an alert.
|
DisplayAlert
|
Display the error message displayed as a pop-up alert.
|
Class Attributes
Public Attributes
| Description
|
application
|
Set/get application name.
|
author
|
Set/get author's name.
|
endneeded
|
Set/get end-needed flag.
|
title
|
Set/get page title.
|
version
|
Get current version number.
|
Revision
|
Returns the revision number of baseIO.pm
|
startneeded
|
Get/set the start-needed flag.
|
stylesheet
|
Get/set stylesheet array.
|
Version
|
Returns the version number.
|