home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1999 September
/
Dpcb0999.iso
/
Web
/
Homesite
/
data1.cab
/
HS_Wizards
/
HTML
/
Table_Row.wml
< prev
next >
Wrap
Text File
|
1999-04-12
|
374b
|
19 lines
<WIZSET RowTagName = DefaultCase('TR')>
<WIZIF CurrentRow neq 1>>
</WIZIF>
<WIZIF 1><$${RowTagName}</WIZIF>
<WIZSET CurrentCol = 0>
<WIZSET IsFirstCell = "Yes">
<WIZLOOP index="item" list="$${Row}">
<WIZSET CurrentCol = CurrentCol + 1>
<WIZSET Cell = Item>
<WIZINCLUDE template="Table_Cell.wml">
</WIZLOOP>
<WIZIF 1>>
</$${RowTagName}
</WIZIF>