7.9 <RDML FUNCTION>
Syntax: |
<RDML FUNCTION>
|
Description: |
This tag is used by the e-Business Framework Wizard in the layout pages and instructs LANSA to embed the HTML for your function at a particular point in the layout. Do not modify this tag.
|
For example, the DEFAULT_LAYOUT pages might appear something like the following:
<RDML MERGE="&DTD_TRANSITIONAL">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><RDML MERGE="&FUNCTION"></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<RDML MERGE="&STYLE">
</head>
<RDML MERGE="&STYLE">
<RDML MERGE="&SCRIPT">
<body bgcolor="<RDML MERGE="*LW3CLNTCOLOR">" background="<RDML MERGE="*LW3CLNTBKGND">">
<RDML FUNCTION>
</body>
</html>