Domanda

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'));
È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top