Skip to content
Advertisement

How can i add title attributes in links using the Yii2 framework?

I created a navigation menu in yii2 and i have links generated by the following code:

JavaScript

but title attribute doesn’t work. What i m doing wrong??

Advertisement

Answer

OK, finally i managed to make it work with the help of Michal Hynčica.

I had to use options key:

JavaScript

so the code should be:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement