[TYPO3-templavoila] Start and end date in Flexible CE
Sergio Catalá
scatala.enet at gmail.com
Thu Apr 18 11:40:44 CEST 2013
Hi Matthias,
thank you for your suggestion. The problem is the field I want to be
displayed or not is a "Container for elements" and I'm not sure where to
add these conditions in the XML. I tried "displayCond" or "TypoScript",
but without success. Or maybe my syntax is not correct.
This is the aspect of my container field:
<field_icon type="array">
<type>array</type>
<tx_templavoila type="array">
<title>Slideshow Item</title>
<eType>input</eType>
<TypoScript></TypoScript>
<proc type="array">
<int>0</int>
<HSC>0</HSC>
<stdWrap></stdWrap>
</proc>
<preview></preview>
</tx_templavoila>
<TCEforms type="array">
<label></label>
<displayCond></displayCond>
<config type="array"></config>
</TCEforms>
<el type="array">
.......
</el>
</field_icon>
Regards,
Sergio
On 16/04/13 08:32, Matthias wrote:
> You can define date fields like this:
>
> <label>Your cool date field</label>
> <config>
> <type>input</type>
> <size>8</size>
> <max>8</max>
> <eval>date</eval>
> <checkbox>1</checkbox>
> </config>
>
>
> Furthermore stdWrap.if should be able to do what you want. There's even an example in the docs:
>
> http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.5.0/view/1/5/ (http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.5.0/view/1/5/#id2621713)
>
> Search for "newUntil" on that page.
>
>
> Am Dienstag, 9. April 2013 um 19:07 schrieb Sergio Catalá:
>
>> Hi list,
>>
>> I've got a Flexible CE in TV that allows to insert several images that
>> work as a slider. Now my customer wants each image has an start and end
>> date to hide automatically the image. Is this possible in TV? Could you
>> give me some hints to achieve it?
>>
>> Thanks in advance,
>> Sergio
>>
>> _______________________________________________
>> TYPO3-project-templavoila mailing list
>> TYPO3-project-templavoila at lists.typo3.org (mailto:TYPO3-project-templavoila at lists.typo3.org)
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-templavoila
>
>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-templavoila
More information about the TYPO3-project-templavoila
mailing list