Project

General

Profile

Feature #33390 » flexform_ds.xml

tt_news flexform - Anonymous, 2012-01-24 17:12

 
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
<!-- <langChildren>1</langChildren>!-->
</meta>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.sheet_general</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<what_to_display>
<TCEforms>
<onChange>reload</onChange>
<label>LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.what_to_display</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.codeFromTS</numIndex>
<numIndex index="1"></numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.LIST</numIndex>
<numIndex index="1">LIST</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.LIST2</numIndex>
<numIndex index="1">LIST2</numIndex>
</numIndex>
<numIndex index="3" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.LIST3</numIndex>
<numIndex index="1">LIST3</numIndex>
</numIndex>
<numIndex index="4" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.HEADER_LIST</numIndex>
<numIndex index="1">HEADER_LIST</numIndex>
</numIndex>
<numIndex index="5" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.LATEST</numIndex>
<numIndex index="1">LATEST</numIndex>
</numIndex>
<numIndex index="6" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.SINGLE</numIndex>
<numIndex index="1">SINGLE</numIndex>
</numIndex>
<numIndex index="7" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.SINGLE2</numIndex>
<numIndex index="1">SINGLE2</numIndex>
</numIndex>
<numIndex index="8" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.AMENU</numIndex>
<numIndex index="1">AMENU</numIndex>
</numIndex>
<numIndex index="9" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.SEARCH</numIndex>
<numIndex index="1">SEARCH</numIndex>
</numIndex>
<numIndex index="10" type="array">
<numIndex index="0">LLL:EXT:tt_news/locallang_tca.xml:tt_news.pi_flexform.CATMENU</numIndex>
<numIndex index="1">CATMENU</numIndex>
</numIndex>

</items>
<itemsProcFunc>tx_ttnews_itemsProcFunc->user_insertExtraCodes</itemsProcFunc>
<maxitems>1</maxitems>
<size>1</size>
<!-- <multiple>0</multiple><selectedListStyle>width:150px</selectedListStyle>
<itemListStyle>width:150px</itemListStyle> -->
</config>
</TCEforms>
</what_to_display>
</el>
</ROOT>
</sDEF>
<s_list2only>
<ROOT>
<TCEforms>
<sheetTitle>only for LIST2</sheetTitle>
<displayCond>FIELD:sDEF.what_to_display:=:LIST2</displayCond>
</TCEforms>
</ROOT>
</s_list2only>
<s_allExceptList3>
<ROOT>
<TCEforms>
<sheetTitle>all except LIST3</sheetTitle>
<displayCond>FIELD:sDEF.what_to_display:!=:LIST3</displayCond>
</TCEforms>
</ROOT>
</s_allExceptList3>
<s_latestAndSingle>
<ROOT>
<TCEforms>
<sheetTitle>LATEST and SINGLE only</sheetTitle>
<displayCond>FIELD:sDEF.what_to_display:IN:LATEST,SINGLE</displayCond>
</TCEforms>
</ROOT>
</s_latestAndSingle>
<s_version>
<ROOT>
<TCEforms>
<sheetTitle>live-workspace only</sheetTitle>
<displayCond>VERSION:IS:false</displayCond>
</TCEforms>
</ROOT>
</s_version>
<s_newElement>
<ROOT>
<TCEforms>
<sheetTitle>new element only</sheetTitle>
<displayCond>REC:NEW:true</displayCond>
</TCEforms>
</ROOT>
</s_newElement>
<s_admin>
<ROOT>
<TCEforms>
<sheetTitle>admin only</sheetTitle>
<displayCond>HIDE_FOR_NON_ADMINS</displayCond>
</TCEforms>
</ROOT>
</s_admin>
<s_notImplementedYet>
<ROOT>
<TCEforms>
<sheetTitle>for all cases coz cond not implemented yet</sheetTitle>
<displayCond>OTHERCOND</displayCond>
</TCEforms>
</ROOT>
</s_notImplementedYet>
</sheets>
</T3DataStructure>
(2-2/3)