예제 #1
0
        //$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($socios_cuotas_list)) {
    $socios_cuotas_list = new csocios_cuotas_list();
}
// Page init
$socios_cuotas_list->Page_Init();
// Page main
$socios_cuotas_list->Page_Main();
// Global Page Rendering event (in userfn*.php)
Page_Rendering();
// Page Rendering event
$socios_cuotas_list->Page_Render();
include_once "header.php";
if ($socios_cuotas->Export == "") {
    ?>
<script type="text/javascript">

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