htmlOption for

Hello. Does exist any way to format the items showed in CListView widget? I explain: Like in CGridView, we can define a htmlOption for each attribute, I wonder if also exists some similar for CListView widget. Particulary in my case, i want to print <img> tags for a field which has image names.

Thanks




 $this->widget('zii.widgets.grid.CGridView', array(

    'dataProvider'=>$dataProvider,

    'columns'=>array(

                    array(         

            'name' => 'titulo',

            'htmlOptions'=>array('style'=>'color:#;'), <--- DOES EXIST THE SAME FOR CLISTVIEW??

        ),

    ),


)); 

Excuse me, newbie question ::)

what i needed was located in _view.php file as CListView ‘itemView’ attribute