Hello!
Sorry, My english isn't good.
I have problem with showing titles in html code.
Now I have that soure code:
Code: |
<li class="ux-menu-item-main ux-menu-item-parent ux-menu-item101 ux-menu-item-parent-pos0"><a href="/" class="ux-menu-link-first current ux-menu-link-parent">INDEX</a>
|
and I want get that result:
Code: |
<li class="ux-menu-item-main ux-menu-item-parent ux-menu-item101 ux-menu-item-parent-pos0"><a href="/" class="ux-menu-link-first current ux-menu-link-parent" title="MY CUSTOM TITLE">INDEX</a>
|
In My "Menu Manager" I written "MY CUSTOM TITLE" to "Link Title Attribute" but that isn't show it.
I have no idea how to get this. Please, help me
My 2nd question. It's possible to change classes for Ext Menu? Oryginal classes is so long, I want shorter classes like this "menuParent pos0". If it's possible where i can change this? and maybe how?