[TYPO3-templavoila] optionSplit in pseudo record list

Bartosz Aninowski bart at REM-IT-sonik.pl
Tue Nov 13 10:48:58 CET 2007


Hi I have very simple FCE which generates 3 divs as pseudo record list.
Can I use optionSpli to add class to last div?
Here is my T3DataStructure

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
 <meta type="array">
  <langDisable>1</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_image type="array">
    <tx_templavoila type="array">
     <title>Zdjêcie do banneru</title>
     <sample_data type="array">
      <numIndex index="0"></numIndex>
     </sample_data>
     <eType>ce</eType>
     <TypoScript>
 10= RECORDS
 10.source.current=1
 10.tables = tt_content
                    </TypoScript>
     <oldStyleColumnNumber type="integer">0</oldStyleColumnNumber>
    </tx_templavoila>
    <TCEforms type="array">
     <config type="array">
      <type>group</type>
      <internal_type>db</internal_type>
      <allowed>tt_content</allowed>
      <size>5</size>
      <maxitems>200</maxitems>
      <minitems>0</minitems>
      <multiple>1</multiple>
      <show_thumbs>1</show_thumbs>
     </config>
     <label>Zdjêcie do banneru</label>
    </TCEforms>
   </field_image>
   <field_contener type="array">
    <type>array</type>
    <section>1</section>
    <tx_templavoila type="array">
     <title>Kontener</title>
     <eType>input</eType>
    </tx_templavoila>
    <el type="array">
     <field_sekcja type="array">
      <type>array</type>
      <tx_templavoila type="array">
       <title>Sekcja</title>
       <eType>input</eType>
      </tx_templavoila>
      <el type="array">
       <field_nazwa type="array">
        <tx_templavoila type="array">
         <title>Nazwa</title>
         <sample_data type="array">
          <numIndex index="0"></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>Nazwa</label>
        </TCEforms>
       </field_nazwa>
       <field_link type="array">
        <type>attr</type>
        <tx_templavoila type="array">
         <title>Link</title>
         <description>Link</description>
         <sample_data type="array">
          <numIndex index="0"></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</label>
        </TCEforms>
       </field_link>
      </el>
     </field_sekcja>
    </el>
   </field_contener>
  </el>
 </ROOT>
</T3DataStructure> 




More information about the TYPO3-project-templavoila mailing list