The Web 2.0 PHP Widget Library using Ext JS
Home
Docs
Samples
Blog
Download
PhpExtUx
:
Grid
[
class tree
] [
index
] [
all elements
]
PhpExtUx
Todo List
Packages:
PhpExt
PhpExtUx
Services_JSON
Source for file CheckColumn.php
Documentation is available at
CheckColumn.php
<?php
/**
* PHP-Ext Library
* http://php-ext.googlecode.com
*
@author
Sergei Walter <sergeiw[at]gmail[dot]com>
*
@copyright
2008 Sergei Walter
*
@license
http://www.gnu.org/licenses/lgpl.html
*
@link
http://php-ext.googlecode.com
*
* Reference for Ext JS: http://extjs.com
*
*/
/**
*
@see
PhpExt_Ext
*/
include_once
'PhpExt/Ext.php'
;
/**
*
@see
PhpExt_Grid_ColumnConfigObject
*/
include_once
'PhpExt/Grid/ColumnConfigObject.php'
;
/**
*
@package
PhpExtUx
*
@subpackage
Grid
*/
class
PhpExtUx_Grid_CheckColumn
extends
PhpExt_Grid_ColumnConfigObject
{
public
function
__construct
(
$header
)
{
parent
::
__construct
(
$header
)
;
$this
->
setExtClassInfo
(
"Ext.grid.CheckColumn"
,
null
)
;
}
public
function
getJavascript
(
$lazy
=
false
,
$varName
=
null
)
{
return
PhpExt_Object
::
getJavascript
(
false
,
$varName
)
;
}
}
?>
Documentation generated on Fri, 08 Aug 2008 15:51:06 -0500 by
phpDocumentor 1.4.0