| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Summary view] [Print] [Text view]
1 <?php 2 //-------------------------------------------------------------------------------- 3 // Copyright 2003 Procata, Inc. 4 // Released under the LGPL license (http://www.gnu.org/copyleft/lesser.html) 5 //-------------------------------------------------------------------------------- 6 /** 7 * @package WACT_COMPONENT 8 * @version $Id: html_tablerow.inc.php,v 1.3 2004/11/12 21:25:08 jeffmoore Exp $ 9 */ 10 //-------------------------------------------------------------------------------- 11 /** 12 * Load the parent block component 13 */ 14 require_once WACT_ROOT . 'template/components/html/html_base.inc.php'; 15 /** 16 * Runtime API for table rows 17 * @see http://wact.sourceforge.net/index.php/HtmlTableRowComponent 18 * @access public 19 * @package WACT_COMPONENT 20 */ 21 class HtmlTableRowComponent extends HtmlBaseComponent { 22 23 } 24 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |