Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-20

add "title" attribute to menu links

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Skins (general issues)
    • None

    Description

      Both Mozilla and MSIE 6 nicely display additional information to a link.

      I put ' title="{@title}"' in book2menu.xsl into the
        <xsl:template name="unselected">
          <a href="{@href}" title="{@title}"><xsl:value-of select="@label"/></a>
        </xsl:template>


      Now, when I add 'title="IndexBookTitle1"' to book.xml as in the next line,
         <menu-item label="Index" href="index.html" title="IndexBookTitle1"/>,
      this gets displayed very nicely!

      Therefore, please enhance the two files accordingly in the distribution!

      Attachments

        Activity

          People

            Unassigned Unassigned
            ralfhauser Ralf Hauser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: