Answer the question
In order to leave comments, you need to log in
How to put glyth bootstrap in button in yii?
This trick works:
echo CHtml::htmlButton('<span class="glyphicon glyphicon-search"></span>',
["class"=>"btn btn-default", 'type'=>'submit', 'name'=>'yt0']);
echo CHtml::SubmitButton('<span class="glyphicon glyphicon-search"></span>',
["class"=>"btn btn-default"]);
echo CHtml::SubmitButton(CHtml::tag('span',['class'=>'glyphicon glyphicon-search'],'',true),
["class"=>"btn btn-default"]);
Answer the question
In order to leave comments, you need to log in
CHtml::submitButton('<strong>test</strong>', ['encode' => false]);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question