Pregunta

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'));
¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top