forked from DMKEBUSINESSGMBH/typo3-mktools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflexform_main.xml
More file actions
120 lines (115 loc) · 5.76 KB
/
flexform_main.xml
File metadata and controls
120 lines (115 loc) · 5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
</meta>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.tab.common</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<action> <!-- Bezeichner ist frei wählbar -->
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.action</label>
<config>
<type>select</type>
<renderType>selectSingle</renderType>
<items type="array">
<numIndex index="10" type="array">
<numIndex index="0">LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.action.ShowTemplate</numIndex>
<numIndex index="1">tx_mktools_action_ShowTemplate</numIndex>
</numIndex>
<numIndex index="20" type="array">
<numIndex index="0">LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.action.TsLib</numIndex>
<numIndex index="1">tx_mktools_action_TsLib</numIndex>
</numIndex>
<numIndex index="100" type="array">
<numIndex index="0">LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.action.FlashMessage</numIndex>
<numIndex index="1">tx_mktools_action_FlashMessage</numIndex>
</numIndex>
</items>
<multiple>0</multiple>
<maxitems>10</maxitems>
<size>20</size>
</config>
</TCEforms>
</action>
</el>
</ROOT>
</sDEF>
<s_registerApplicant> <!-- @TODO: rename this! -->
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.action.ShowTemplate</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<showtemplateTemplate>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.formHtml</label>
<config>
<type>input</type>
<size>50</size>
<max>256</max>
<eval>trim</eval>
<wizards type="array">
<_PADDING>2</_PADDING>
<link type="array">
<type>popup</type>
<title>Link</title>
<icon>link_popup.gif</icon>
<script>browse_links.php?mode=wizard&act=file</script>
<module><name>wizard_link</name></module>
<params type="array">
<blindLinkOptions>page,url,mail,spec</blindLinkOptions>
<allowedExtensions>html</allowedExtensions>
</params>
<JSopenParams>height=300,width=500,status=0,menubar=0,scrollbars=1</JSopenParams>
</link>
</wizards>
</config>
</TCEforms>
</showtemplateTemplate>
<showtemplate.template.subpart>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.formMainSubpart</label>
<config>
<type>input</type>
<size>50</size>
<max>256</max>
<eval>trim</eval>
</config>
</TCEforms>
</showtemplate.template.subpart>
</el>
</ROOT>
</s_registerApplicant>
<s_tssetup>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.tab.tssetup</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<flexformTS>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:mktools/locallang_db.xml:plugin.mktools.flexform.tssetup</label>
<config>
<type>text</type>
<cols>80</cols>
<rows>10</rows>
</config>
</TCEforms>
</flexformTS>
</el>
</ROOT>
</s_tssetup>
</sheets>
</T3DataStructure>