Mantas Vaitkūnas
Mantas Vaitkūnas

Reputation: 744

Yii confirm dialog extension

is there any Yii extension for confirm box?

CHtml::link(Yii::t('VehicleModule.app', 'Cancel transfer of the vehicle'), array('/vehicle/vehicle/transfer', 'vehicleId'=>$data->id, 'cancel' => 1), array('confirm'=>Yii::t('VehicleModule.app', 'Are you sure you want to cancel the re-registering of the vehicle?')))

I want it styled. Make it like jqueryui dialog.

Upvotes: 2

Views: 1265

Answers (1)

Onkar Janwa
Onkar Janwa

Reputation: 3950

Yii has CJuiDialog widget which can complete you requirement.

Yii CJuiDialog Widget

Upvotes: 2

Related Questions