</td></tr></table></span></td>
	</tr>
	</thead>
	<tbody>
<?php 
$tbl_user_delete->RecCnt = 0;
$i = 0;
while (!$tbl_user_delete->Recordset->EOF) {
    $tbl_user_delete->RecCnt++;
    $tbl_user_delete->RowCnt++;
    // Set row properties
    $tbl_user->ResetAttrs();
    $tbl_user->RowType = EW_ROWTYPE_VIEW;
    // View
    // Get the field contents
    $tbl_user_delete->LoadRowValues($tbl_user_delete->Recordset);
    // Render row
    $tbl_user_delete->RenderRow();
    ?>
	<tr<?php 
    echo $tbl_user->RowAttributes();
    ?>
>
		<td<?php 
    echo $tbl_user->user_id->CellAttributes();
    ?>
><span id="el<?php 
    echo $tbl_user_delete->RowCnt;
    ?>
_tbl_user_user_id" class="tbl_user_user_id">
<span<?php 
Example #2
0
	</tr>
	</thead>
	<tbody>
<?php 
$tbl_user_delete->lRecCnt = 0;
$i = 0;
while (!$rs->EOF) {
    $tbl_user_delete->lRecCnt++;
    // Set row properties
    $tbl_user->CssClass = "";
    $tbl_user->CssStyle = "";
    $tbl_user->RowAttrs = array();
    $tbl_user->RowType = EW_ROWTYPE_VIEW;
    // View
    // Get the field contents
    $tbl_user_delete->LoadRowValues($rs);
    // Render row
    $tbl_user_delete->RenderRow();
    ?>
	<tr<?php 
    echo $tbl_user->RowAttributes();
    ?>
>
		<td<?php 
    echo $tbl_user->id_user->CellAttributes();
    ?>
>
<div<?php 
    echo $tbl_user->id_user->ViewAttributes();
    ?>
><?php