[Typo3-german] target wird nicht
Philipp Holdener
philipp at holdener.ch
Wed Nov 23 14:11:12 CET 2005
"Thomas Janke" <janke at imco.de> schrieb im Newsbeitrag
news:mailman.800.1132747697.30370.typo3-german at lists.netfielders.de...
> On Wed, Nov 23, 2005 at 12:49:04PM -0000, Philipp Holdener wrote:
>> Leider wird mir der Target-Tag, den ich bei der Auswahl des Links auf
>> "_blank" gesetzt habe, nicht im FE bernommen.
>>
> hallo,
>
> ist imho extra als "Target" (extra Eingabefeld/Listbox fuer das
> Attribut) zu mappen oder per TS im FCE als
> typolink-Eigenschaft haendisch einzusammeln.
> Im zweiten Fall wird der Link aus den FCE-Elementen von Hand zusammen
> konstruiert.
>
> Gruss Thomas
>
Hallo Thomas
Bei folgendem Bild/Text/Link FCE übernimmts den Target Wert beim Bild, aber
nicht beim Text!?
Also muss doch beim Text-Code was nicht stimmen?
<T3DataStructure>
<meta type="array">
<langChildren type="integer">1</langChildren>
<langDisable type="integer">0</langDisable>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Select the HTML element on the page which you want
to be the overall container element for the template.</description>
</tx_templavoila>
<type>array</type>
<el type="array">
<field_bild type="array">
<tx_templavoila type="array">
<title>Bild</title>
<sample_data type="array">
<numIndex index="0">Bild</numIndex>
</sample_data>
<eType>imagefixed</eType>
<TypoScript>
10 = IMAGE
10.file = GIFBUILDER
10.file {
XY = 169,160
10 = IMAGE
10.file.import = uploads/tx_templavoila/
10.file.import.current = 1
10.file.import.listNum = 0
10.file.maxW = 169
10.file.minW = 169
10.file.maxH = 160
10.file.minH = 160
}
10.stdWrap.typolink.parameter.field = field_link
</TypoScript>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>group</type>
<internal_type>file</internal_type>
<allowed>gif,png,jpg,jpeg</allowed>
<max_size>1000</max_size>
<uploadfolder>uploads/tx_templavoila</uploadfolder>
<show_thumbs>1</show_thumbs>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
</config>
<label>Bild</label>
</TCEforms>
</field_bild>
<field_text type="array">
<tx_templavoila type="array">
<title>Text</title>
<sample_data type="array">
<numIndex index="0">Test</numIndex>
</sample_data>
<eType>input</eType>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
<label>Text</label>
</TCEforms>
</field_text>
<field_link type="array">
<type>attr</type>
<tx_templavoila type="array">
<title>Link URL</title>
<sample_data type="array">
<numIndex index="0">Link</numIndex>
</sample_data>
<eType>link</eType>
<TypoScript>
10 = TEXT
10.typolink.parameter.current = 1
10.typolink.returnLast = url
</TypoScript>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>15</size>
<max>256</max>
<checkbox></checkbox>
<eval>trim</eval>
<wizards type="array">
<_PADDING type="integer">2</_PADDING>
<link type="array">
<type>popup</type>
<title>Link</title>
<icon>link_popup.gif</icon>
<script>browse_links.php?mode=wizard</script>
<JSopenParams>height=300,width=500,status=0,menubar=0,scrollbars=1</JSopenParams>
</link>
</wizards>
</config>
<label>Link URL</label>
</TCEforms>
</field_link>
<field_linktitel type="array">
<tx_templavoila type="array">
<title>Link Titel</title>
<sample_data type="array">
<numIndex index="0">Link Titel</numIndex>
</sample_data>
<eType>input</eType>
<proc type="array">
<HSC type="integer">1</HSC>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>input</type>
<size>48</size>
<eval>trim</eval>
</config>
<label>Link Titel</label>
</TCEforms>
</field_linktitel>
</el>
</ROOT>
</T3DataStructure>
More information about the TYPO3-german
mailing list