Module WmlWrite_Mixin.pkg
****************************************************************************//
//
$File name : WmlWrite_mixin.PKG //
$File title : Wml Write Messages //
$Author : John Tuohy //
//
Confidential Trade Secret. //
Copyright 2000 Data Access Corporation, Miami FL, USA //
All Rights reserved //
DataFlex is a registered trademark of Data Access Corporation. //
$Rev History //
//
//
10/2/00 jjt - created //
//
****************************************************************************//
create standard wml write commands.
Current messages
WriteWmlBreak String WrStr writes line with a <br />
WriteWmlTableBegin String sParams starts a table <table>
WriteWmlTableEnd end a table </table>
WriteWmlRowBegin start a row <tr>
WriteWmlRowEnd end a row </tr>
WriteWmlDataBegin start a cell <td>
WriteWmlDataEnd end a cell </td>
WriteWmlImg sAlt sSrc sExtra write an image tag </img.../>
WmlWrite_Mixin.pkg (view source)- import declarations
- WmlWrite_mixin : Mixin
- WriteWml(String sWml)
- WriteWmlBreak(String sWml)
- WriteWmlTableBegin(String sParams string sPer)
- StringsWml
- WriteWmlTableEnd()
- WriteWmlRowBegin()
- WriteWmlRowEnd()
- WriteWmlCell(string sData)
- WriteWmlDataBegin()
- WriteWmlDataEnd()
- WriteWmlImg(String sAlt String sSrc String sExtra)
- StringsWml
References (2):
Field References (0):
Module | Containing Symbol | Line |
---|