//$this->ListOptions->Items["new"]->Body = "xxx";
    }
    // Row Custom Action event
    function Row_CustomAction($action, $row)
    {
        // Return FALSE to abort
        return TRUE;
    }
}
ew_Header(FALSE);
// Create page object
if (!isset($cant_socios_actividad_list)) {
    $cant_socios_actividad_list = new ccant_socios_actividad_list();
}
// Page init
$cant_socios_actividad_list->Page_Init();
// Page main
$cant_socios_actividad_list->Page_Main();
// Global Page Rendering event (in userfn*.php)
Page_Rendering();
// Page Rendering event
$cant_socios_actividad_list->Page_Render();
include_once "cciagheader.php";
if ($cant_socios_actividad->Export == "") {
    ?>
<script type="text/javascript">

// Page object
var cant_socios_actividad_list = new ew_Page("cant_socios_actividad_list");
cant_socios_actividad_list.PageID = "list"; // Page ID
var EW_PAGE_ID = cant_socios_actividad_list.PageID; // For backward compatibility