i want add fontawesome icon in ajaxsubmitbutton,
<?php echo CHtml::ajaxSubmitButton('<i class="fa fa-plus"></i> Print Preview',
array('ma/select'),
array( 'success'=>'reloadGrid',
'error'=>'js:function(data){
alert("Please select checkbox");
return false;
}'),
array( //'encodeLabel'=>false,
'class'=>'btn btn-success',
)); ?>
i have try to set encodeLabel to false, and try encode to false, all of them doesn't work,
does anyone know how to about that??? thank you