Skip to content
t-visualappeal edited this page Feb 18, 2012 · 1 revision

CDetailView demo

<?php 
$this->widget('EBootstrapDetailView', array(
	'data'=>$model,
	'attributes'=>array(
		'id',
		'title',
		'date_created',
		'date_updated',
	),
	'striped' => true,
	'bordered' => true,
	'condensed' => false,
)); 
?>
Clone this wiki locally