Pergunta

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

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top