[TYPO3-english] override title of menue-entries with accesskey

Philipp Gampe typo3.list at philippgampe.info
Mon Dec 6 23:04:23 CET 2010


Hi Santi,

On Sun, 05 Dec 2010 14:03:38 +0100, Santiago wrote:

> The accesskeys are generated by typo3 and the menue item, with the
> accesskey "A" gets the title attribute " (ALT-A)" - so I'd like to
> change the wrapper part of " (ALT-|)".
> I would appreciate a TS sample snippet.

temp.menu = HMENU
temp.menu {
  special = ...
  
  10 = TMENU
  10 {
    wrap = <ul>|</ul>
    
    NO = 1
    NO {
      wrapItemAndSub = <li>|</li>
      ATagTitle = MyTitle
      #alternatives, as it has stdWrap
      ATagTitle.field = abstract // description // your-field
      ATagTitle.wrap = Link:|
    }
  }
}

Best regards
Phil

http://typo3.org/documentation/document-library/references/
doc_core_tsref/4.3.2/view/1/9/#id2533628


More information about the TYPO3-english mailing list