Module HtmlWrite_Mixin.pkg
****************************************************************************//
//
$File name : HtmlWrite_mixin.PKG //
$File title : HTML conversion functions //
$Author : John Tuohy //
//
Confidential Trade Secret. //
Copyright 1998-1999 Data Access Corporation, Miami FL, USA //
All Rights reserved //
DataFlex is a registered trademark of Data Access Corporation. //
$Rev History //
//
//
//
****************************************************************************//
create standard html write commands. This expect that the
message WriteHtml already exists
Current messages
WriteHtmlBreak String WrStr writes line with a <br>
WriteHtmlHorzLine writes horizontal line <hr>
WriteHtmlTableBegin String sParams starts a table <table>
WriteHtmlTableEnd end a table </table>
WriteHtmlRowBegin start a row <tr>
WriteHtmlRowEnd end a row </tr>
WriteHtmlCell String sData String sAlign create a data cell <td>
WriteHtmlCellHeader String sData string sAlign create a header cell <th>
HtmlWrite_Mixin.pkg (view source)- import declarations
- HtmlWrite_mixin : Mixin
WriteHtmlBreak(String sHtml)
WriteHtmlHorzLine()
WriteHtmlTableBegin(String sParams string sPer)
- String
sHtml
WriteHtmlTableEnd()
WriteHtmlRowBegin()
WriteHtmlRowEnd()
WriteHtmlCell(String sData String sAlign)
- String
sAl - String
sHtml
WriteHtmlCellHeader(String sData string sAlign)
- String
sAl - String
sHtml
References (2):
Field References (0):
Module | Containing Symbol | Line |
---|