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