echo CHtml::ajaxLink( CHtml::image(Yii::app()->request->baseUrl.'/uploads/participants/thumbs/'.$model->picture, $model->name, array("style"=>"display:block; margin: 0 auto;height:90px;")), Yii::app()->createUrl( 'participants/participantdetails' ), array( 'type' => 'POST', 'beforeSend' => "function( request ) { }", 'success' => "function( data ) { $('#idrr').html(data); }", 'data' => array( 'id' => $model->id) ), array( 'href' => Yii::app()->createUrl( 'participants/participantdetails' ), 'class' => 'dffclass' ) );
Hi,
ReplyDeleteIs the theme a custom designed theme on your screenshots?
thanks