[TYPO3-templavoila] links, and target attributes
Antonio Reher
areher at sonoratec.biz
Mon Mar 17 14:56:20 CET 2008
Great, this works for text inside the link tag... can I do the same with
an image? What would the TypoScript be in that case?
Thanks in advance,
Antonio
lee perry wrote:
> hi antonio,
>
> or you map the full a-tag (outer) as a Link field (field_link) for the
> URL and a [Not mapped] Plain Input field (field_linkname) for the Linktext.
> Then you can use the following easy Typoscript by the link field
> (field_link) in the Datatstructure (DS):
>
> 10 = TEXT
> 10.field = field_linkname
> 10.typolink.parameter.current = 1
>
> and the link will completely parsed with the target-option in the link
> pop-up.
>
> have fun,
> lee
>
>
>> Hi Antonio,
>>
>>
>> Antonio Reher schrieb:
>>
>>> It turns out I want some links to load in _top and others to _blank,
>>> so I've tried using the target option in the link pop-up but it
>>> doesn't map.
>>> What is a simple solution for this?
>>>
>>>
>> you could map the target param with an select element. Than you can use
>> the dropdown for _blank, _top and so on.
>>
>>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila
>
More information about the TYPO3-project-templavoila
mailing list