[Typo3] title param in a A-tag

Christopher bedlamhotel at gmail.com
Sat Nov 12 09:58:55 CET 2005


Hi Pierre,

On 12/11/05, Pierre Rouwens <prouwens at infoglobe.ca> wrote:
> Hi listers,
>
> this is my code :
> menuPpal = HMENU
> menuPpal.special = directory
> menuPpal.special.value = 1
> menuPpal.excludeUidList = 2
> menuPpal {
>       1 = TMENU
>       wrap = <ul id="menuPpal"> | </ul>
>       1 {
>           NO {
>               doNotShowLink = 1
>               before.cObject = IMAGE
>               before.cObject {
>                   file.import = uploads/media/
>                   file.import.field = media
>                   file.import.listNum = 0
>                   params = class="bouton_h"
>                   altText.field = title
>                   titleText.field = title
>                   stdWrap.typolink.parameter.field = uid
>                   stdWrap.typolink.wrap = <li> | </li>
>               }
>           }
>       }
> }
>
> And i need to add a title param to my a-tag ...
> i've tried this
> stdWrap.typolink.ATagParams = title=title
> but of course it doesn't work...
>
> I can't find a way ti achieve it ... any clues please ???
>


'.typolink.ATagParams' works here. Try it with quotes:

stdWrap.typolink.ATagParams = title="title"


-Christopher



More information about the TYPO3-english mailing list