Cdetailview: Assign The Object Method To The Value

Hi,

I have CDetailView and I want to assign object method to the value parameter in attributes, just like defined in Joblo’s article CGridView: Render customized/complex datacolumns for CGridView:




array(            

     'name'=>'newColumn',

     //call the method 'gridDataColumn' from the controller

     'value'=>array($this,'gridDataColumn'), 

),



I tried to do the same with CDetailView but did not worked out…

How do I assign object method to the value parameter in CDetailView?

Thanks