PhpExtUx : Grid [ class tree ] [ index ] [ all elements ]

Source for file CheckColumn.php

Documentation is available at CheckColumn.php

  1. <?php
  2. /**
  3.  * PHP-Ext Library
  4.  * http://php-ext.googlecode.com
  5.  * @author Sergei Walter <sergeiw[at]gmail[dot]com>
  6.  * @copyright 2008 Sergei Walter
  7.  * @license http://www.gnu.org/licenses/lgpl.html
  8.  * @link http://php-ext.googlecode.com
  9.  * 
  10.  *  Reference for Ext JS: http://extjs.com
  11.  * 
  12.  */
  13. /**
  14.  * @see PhpExt_Ext
  15.  */
  16. include_once 'PhpExt/Ext.php';
  17. /**
  18.  * @see PhpExt_Grid_ColumnConfigObject
  19.  */
  20. include_once 'PhpExt/Grid/ColumnConfigObject.php';
  21.  
  22. /**
  23.  * @package PhpExtUx
  24.  * @subpackage Grid
  25.  */
  26. {    
  27.     public function __construct($header{
  28.         parent::__construct($header);
  29.         $this->setExtClassInfo("Ext.grid.CheckColumn"null);
  30.     }    
  31.     
  32.     public function getJavascript($lazy false$varName null{
  33.         return PhpExt_Object::getJavascript(false$varName);
  34.     }
  35.  
  36.     
  37. }
  38.  
  39. ?>

Documentation generated on Fri, 08 Aug 2008 15:51:06 -0500 by phpDocumentor 1.4.0