This document gives an overview of the various function options
that are available in the Websydian patterns.
Option name |
Default |
Description |
PageGenerator
|
WSYD
URL Encode Marked Data
|
No
|
URL encode data written to the HTML page. |
Trim trailing blanks
|
Yes
|
Remove trailing blanks in character fields before writing data
to the HTML page. |
ASP
Generation
|
No
|
Enable for ASP generation. |
JSP
Generation
|
No
|
Enable for JSP generation. |
WSYD Read external path
|
Yes
|
Lookup the path to the template in the INI file/property
file/data area. |
Full
grid load
|
No
|
Force GridPageGenerator to load all available records to the
grid |
|
ChildPageGenerator
|
GridChild
|
No
|
The ChildPageGenerator is located in the grid section of the
calling ParentPageGenerator function. |
|
EventHandler
|
Generate submit button as link
|
No
|
Create a link instead of a button. |
Trim trailing blanks
|
Yes
|
Remove trailing blanks in character fields when reading data
from the user request. |
WSYD
Grid event
|
No
|
The event is located in the grid section of the scoping
PageGenerator function. |
Target frame
|
n/a |
Used to specify the target frame where the response generated
by the called PageGenerator function should be sent to. |
Target top
|
No
|
The called PageGenerator function sends the generated response
to the Top window (used when using frames). |
|
EventDispatcher
|
Trim trailing blanks
|
Yes
|
Remove trailing blanks in character fields when reading data
from the user request. |
WSYD Connect to AS400 if no web
|
No
|
If the EventDispatcher is called from the command line then
connect to the iSeries backend (used to specify iSeries user and
password). |
|
|
|
FrameSetPagegenerator
|
|
|
Generate frames
as rows
|
No
|
Specifies whether the frames are generated as rows or as
columns. |
|
|
|
TemplateGenerator
|
|
|
Generate start and end
|
Yes
|
Include the HTML HEAD section in the template. |
Report missing field impl names
|
Yes
|
Report if fields used in the template does not have an
implementation name. |
Report missing fnc impl names
|
Yes
|
Report if any PageGenerator or EventHandler functions are
missing an implementation name. |