Class TbGridView
Bootstrap Zii grid view.
- CComponent
- CBaseController
- CWidget
- CBaseListView
- CGridView
- TbGridView
Copyright: Copyright © Christoffer Niska 2011-
License: New BSD License
Author: Christoffer Niska <ChristofferNiska@gmail.com>
Located at crisu83/yii-bootstrap/widgets/TbGridView.php
Methods summary
public
|
|
protected
|
|
protected
|
Methods inherited from CGridView
getFormatter()
,
getHasFooter()
,
registerClientScript()
,
renderFilter()
,
renderItems()
,
renderTableBody()
,
renderTableFooter()
,
renderTableHeader()
,
renderTableRow()
,
setFormatter()
Methods inherited from CBaseListView
renderContent()
,
renderEmptyText()
,
renderKeys()
,
renderPager()
,
renderSection()
,
renderSummary()
,
run()
Methods inherited from CWidget
__construct()
,
actions()
,
getController()
,
getId()
,
getOwner()
,
getViewFile()
,
getViewPath()
,
render()
,
setId()
Methods inherited from CBaseController
beginCache()
,
beginClip()
,
beginContent()
,
beginWidget()
,
createWidget()
,
endCache()
,
endClip()
,
endContent()
,
endWidget()
,
renderFile()
,
renderInternal()
,
widget()
Methods inherited from CComponent
__call()
,
__get()
,
__isset()
,
__set()
,
__unset()
,
asa()
,
attachBehavior()
,
attachBehaviors()
,
attachEventHandler()
,
canGetProperty()
,
canSetProperty()
,
detachBehavior()
,
detachBehaviors()
,
detachEventHandler()
,
disableBehavior()
,
disableBehaviors()
,
enableBehavior()
,
enableBehaviors()
,
evaluateExpression()
,
getEventHandlers()
,
hasEvent()
,
hasEventHandler()
,
hasProperty()
,
raiseEvent()
Magic methods summary
Constants summary
string |
TYPE_STRIPED
|
'striped' |
|
string |
TYPE_BORDERED
|
'bordered' |
|
string |
TYPE_CONDENSED
|
'condensed' |
Constants inherited from CGridView
FILTER_POS_BODY
,
FILTER_POS_FOOTER
,
FILTER_POS_HEADER
Properties summary
public
string|array
|
$type |
#
the table type. Valid values are 'striped', 'bordered' and/or ' condensed'. |
public
string
|
$pagerCssClass |
#
the CSS class name for the pager container. Defaults to 'pagination'. |
public
array
|
$pager |
#
the configuration for the pager. Defaults to |
public
string
|
$cssFile |
#
the URL of the CSS file used by this grid view. Defaults to false, meaning that no CSS will be included. |
Properties inherited from CGridView
$afterAjaxUpdate
,
$ajaxUpdate
,
$ajaxUpdateError
,
$ajaxUrl
,
$ajaxVar
,
$baseScriptUrl
,
$beforeAjaxUpdate
,
$blankDisplay
,
$columns
,
$enableHistory
,
$filter
,
$filterCssClass
,
$filterPosition
,
$hideHeader
,
$loadingCssClass
,
$nullDisplay
,
$rowCssClass
,
$rowCssClassExpression
,
$selectableRows
,
$selectionChanged
,
$showTableOnEmpty
,
$updateSelector
Properties inherited from CBaseListView
$dataProvider
,
$emptyText
,
$enablePagination
,
$enableSorting
,
$htmlOptions
,
$itemsCssClass
,
$summaryCssClass
,
$summaryText
,
$tagName
,
$template
Properties inherited from CWidget
$actionPrefix
,
$skin
Magic properties inherited from CGridView
$formatter
,
$hasFooter
Magic properties inherited from CWidget
$controller
,
$id
,
$owner
,
$viewPath