0

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'));
Mohammad
  • 3,449
  • 6
  • 48
  • 75

1 Answers1

1

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

Mohammad
  • 3,449
  • 6
  • 48
  • 75