<?php echo CHtml::ajaxButton ("Update data",
CController::createUrl('profile/ChangeLine'),
array('update' => '#line'));
?>Im trying to use yii bootstsrap's button to change the appearance. There is a option to change the button to a ajaxButton but i cant find any documentation on how to do so.

Help











