Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

4.3. TypoScript Setup Reference

Property:

Data type:

Description:

Default:

flag.CUR.stdWrap

stdWrap

stdWrap to be applied to the active language or, in other words, to the currently displayed language in the list of flags.

Default: applies CSS selector CUR and inserts the pointer image in front of the flag.

wrap = <div class="CUR"><img src="{$plugin.tx_srlanguagemenu_pi1.pointerImage}"  alt=”” style="width:7px; height:10px;" /> | </div>

flag.CUR.doNotLinkIt

boolean

If set, no link is wrapped around the flag of the current language.

flag.NO.stdWrap

stdWrap

stdWrap to be applied to normal, not currently displayed language in the list of flags.

Default: applies CSS selector NO.

wrap = <div class="NO"> | </div>

flag.INACT.stdWrap

stdWrap

stdWrap to be applied to inactive languages in the list of flags or, in other words, to languages that are not available for the currently displayed page.

Default: applies CSS selector INACT.

wrap = <div class="INACT"> | </div>

flag.INACT.doNotLinkIt

boolean

If set, no link is wrapped around the flags of the inactive languages.

flags.stdWrap

stdWrap

stdWrap to be applied to  the list of flags.

Default: no action.

split {

token = {$plugin.tx_srlanguagemenu_pi1.token}

wrap =  |

}

link.CUR.stdWrap

stdWrap

stdWrap to be applied to the active language or, in other words, to the currently displayed language in the list of links.

Default: applies CSS selector CUR and inserts the pointer image in front of the link.

wrap = <div class="CUR"><img src="{$plugin.tx_srlanguagemenu_pi1.pointerImage}"  alt=”” style="width:7px; height:10px;" /> |  </div>

link.CUR.doNotLinkIt

boolean

If set, no link is wrapped around the name of the current language.

link.NO.stdWrap

stdWrap

stdWrap to be applied to normal, not currently displayed language in the list of links.

Default: applies CSS selector NO.

wrap = <div class="NO"> | </div>

flag.INACT.stdWrap

stdWrap

stdWrap to be applied to inactive languages in the list of links or, in other words, to languages that are not available for the currently displayed page.

Default: applies CSS selector INACT.

wrap = <div class="INACT"> | </div>

link.INACT.doNotLinkIt

boolean

If set, no link is wrapped around the names of the inactive languages.

links.stdWrap

stdWrap

stdWrap to be applied to  the list of links.

Default: inserts the separator between the links.

split {

token = {$plugin.tx_srlanguagemenu_pi1.token}

wrap =  | <div class="NO"> {$plugin.tx_srlanguagemenu_pi1.separator} </div> |*|  | <div class="NO"> {$plugin.tx_srlanguagemenu_pi1.separator} </div> |*|   |  

}