예제 #1
0
        //echo $this->ExportDoc->Text;
    }
}
ew_Header(FALSE);
// Create page object
if (!isset($socios_activos_list)) {
    $socios_activos_list = new csocios_activos_list();
}
// Page init
$socios_activos_list->Page_Init();
// Page main
$socios_activos_list->Page_Main();
// Global Page Rendering event (in userfn*.php)
Page_Rendering();
// Page Rendering event
$socios_activos_list->Page_Render();
include_once "cciag_header.php";
if ($socios_activos->Export == "") {
    ?>
<script type="text/javascript">

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

// Form object
var fsocios_activoslist = new ew_Form("fsocios_activoslist");
fsocios_activoslist.FormKeyCountName = '<?php 
    echo $socios_activos_list->FormKeyCountName;
    ?>