<table class="items">and I want to change this to
<table class="example">
How to do that?
thx
Posted 28 December 2010 - 08:52 AM
<table class="items">and I want to change this to
<table class="example">
Posted 28 December 2010 - 09:18 AM
$this->widget('zii.widgets.grid.CGridView', array(
'htmlOptions' => array('class' => 'example')div.example table.items
Posted 28 December 2010 - 09:23 AM
fouss, on 28 December 2010 - 08:52 AM, said:
<table class="items">and I change this to
<table class="example">
Posted 28 December 2010 - 09:41 AM
frantic, on 28 December 2010 - 09:18 AM, said:
$this->widget('zii.widgets.grid.CGridView', array(
'htmlOptions' => array('class' => 'example')div.example table.items
<div class="keys" <div class="summary"> <table class="items">
Posted 28 December 2010 - 05:19 PM
fouss, on 28 December 2010 - 09:41 AM, said:
#ID table {style}
Posted 29 December 2010 - 04:00 AM
Trejder, on 28 December 2010 - 05:19 PM, said:
#ID table {style}
Posted 05 January 2013 - 05:58 AM
$this->widget('zii.widgets.grid.CGridView', array(
'itemsCssClass' => 'table-class',
'htmlOptions' => array('class' => 'example'))<div class="example"><table class="table-class"></table></div>