Tuesday 9 June 2015

Yii 1.1: Customize admin grid view/update/delete buttons.

In admin.php, change the following:


'class' => 'CButtonColumn',
  'template' => '{update}{delete}',
    'updateButtonUrl' =>'Yii::app()->createUrl("/customer/editmember1",array("id" => $data->primaryKey))',
    'updateButtonImageUrl'=>Yii::app()->request->baseUrl.'/images/edit.jpg',
    deleteButtonUrl' =>'Yii::app()->createUrl("/customer/delete",array("id" => $data->primaryKey))',
    'deleteButtonImageUrl'=>Yii::app()->request->baseUrl.'/images/delete.jpg', 
),

Reference:

No comments:

Post a Comment

Parenting tips to inculcate learning habits in your kid

Parenting tips to inculcate learning habits in your kid Tip #1) Children do not learn things, they emitate. So, try to do things by yours...