PHP 클래스 TbDataColumn

상속: extends CDataColumn
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$filterInputOptions HTML options for filter input

공개 메소드들

메소드 설명
renderFilterCell ( ) ### .renderFilterCell()

보호된 메소드들

메소드 설명
renderFilterCellContent ( ) ### .renderFilterCellContent()
renderHeaderCellContent ( ) ### .renderHeaderCellContent()

메소드 상세

renderFilterCell() 공개 메소드

Renders the filter cell.
부터: 24/09/2012 added filterHtmlOptions
저자: antonio ramirez ([email protected])
public renderFilterCell ( )

renderFilterCellContent() 보호된 메소드

Renders the filter cell content. On top of Yii's default, here we can provide HTML options for actual filter input
저자: Sergii Gamaiunov ([email protected])
protected renderFilterCellContent ( )

renderHeaderCellContent() 보호된 메소드

Renders the header cell content. This method will render a link that can trigger the sorting if the column is sortable.
protected renderHeaderCellContent ( )

프로퍼티 상세

$filterInputOptions 공개적으로 프로퍼티

HTML options for filter input
또한 보기: TbDataColumn::renderFilterCellContent()
public $filterInputOptions