Вопрос

i want to put alt for the imageButton. this is my code:

CHtml::imageButton($src.'flag.png', array('width'=>'40px', 'height'=>'40px','name'=>'fjfhjf' ,'alt'=>'dfffffffff'));
Это было полезно?

Решение

the answer is use title attribute in the html options array.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top