Exemplo n.º 1
0
        //$opt = &$this->ListOptions->Add("new");
        //$opt->Header = "xxx";
        //$opt->OnLeft = TRUE; // Link on left
        //$opt->MoveTo(0); // Move to first column
    }
    // ListOptions Rendered event
    function ListOptions_Rendered()
    {
        // Example:
        //$this->ListOptions->Items["new"]->Body = "xxx";
    }
}
ew_Header(FALSE);
// Create page object
if (!isset($tbl_user_list)) {
    $tbl_user_list = new ctbl_user_list();
}
// Page init
$tbl_user_list->Page_Init();
// Page main
$tbl_user_list->Page_Main();
include_once "header.php";
if ($tbl_user->Export == "") {
    ?>
<script type="text/javascript">

// Page object
var tbl_user_list = new ew_Page("tbl_user_list");
tbl_user_list.PageID = "list"; // Page ID
var EW_PAGE_ID = tbl_user_list.PageID; // For backward compatibility
Exemplo n.º 2
0
include "ewcfg7.php";
include "ewmysql7.php";
include "phpfn7.php";
include "tbl_userinfo.php";
include "userfn7.php";
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
// Date in the past
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
// Always modified
header("Cache-Control: private, no-store, no-cache, must-revalidate");
// HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
// HTTP/1.0
// Create page object
$tbl_user_list = new ctbl_user_list();
$Page =& $tbl_user_list;
// Page init
$tbl_user_list->Page_Init();
// Page main
$tbl_user_list->Page_Main();
include "header.php";
if ($tbl_user->Export == "") {
    ?>
<script type="text/javascript">
<!--

// Create page object
var tbl_user_list = new ew_Page("tbl_user_list");

// page properties