2 /***************************************************************
5 * (c) 1999-2006 Kasper Skaarhoj (kasperYYYY@typo3.com)
8 * This script is part of the TYPO3 project. The TYPO3 project is
9 * free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * The GNU General Public License can be found at
15 * http://www.gnu.org/copyleft/gpl.html.
16 * A copy is found in the textfile GPL.txt and important notices to the license
17 * from the author is found in LICENSE.txt distributed with these scripts.
20 * This script is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * This copyright notice MUST APPEAR in all copies of the script!
26 ***************************************************************/
28 * Contains TYPO3 Core Form generator - AKA "TCEforms"
31 * Revised for TYPO3 3.6 August/2003 by Kasper Skaarhoj
34 * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
37 * [CLASS/FUNCTION INDEX of SCRIPT]
41 * 196: class t3lib_TCEforms
42 * 302: function t3lib_TCEforms()
43 * 338: function initDefaultBEmode()
45 * SECTION: Rendering the forms, fields etc
46 * 385: function getSoloField($table,$row,$theFieldToReturn)
47 * 424: function getMainFields($table,$row,$depth=0)
48 * 618: function getListedFields($table,$row,$list)
49 * 660: function getPaletteFields($table,$row,$palette,$header='',$itemList='',$collapsedHeader='')
50 * 737: function getSingleField($table,$field,$row,$altName='',$palette=0,$extra='',$pal=0)
51 * 900: function getSingleField_SW($table,$field,$row,&$PA)
53 * SECTION: Rendering of each TCEform field type
54 * 976: function getSingleField_typeInput($table,$field,$row,&$PA)
55 * 1057: function getSingleField_typeText($table,$field,$row,&$PA)
56 * 1178: function getSingleField_typeCheck($table,$field,$row,&$PA)
57 * 1244: function getSingleField_typeRadio($table,$field,$row,&$PA)
58 * 1279: function getSingleField_typeSelect($table,$field,$row,&$PA)
59 * 1359: function getSingleField_typeSelect_single($table,$field,$row,&$PA,$config,$selItems,$nMV_label)
60 * 1490: function getSingleField_typeSelect_checkbox($table,$field,$row,&$PA,$config,$selItems,$nMV_label)
61 * 1609: function getSingleField_typeSelect_singlebox($table,$field,$row,&$PA,$config,$selItems,$nMV_label)
62 * 1719: function getSingleField_typeSelect_multiple($table,$field,$row,&$PA,$config,$selItems,$nMV_label)
63 * 1823: function getSingleField_typeGroup($table,$field,$row,&$PA)
64 * 1992: function getSingleField_typeNone($table,$field,$row,&$PA)
65 * 2008: function getSingleField_typeNone_render($config,$itemValue)
66 * 2070: function getSingleField_typeFlex($table,$field,$row,&$PA)
67 * 2205: function getSingleField_typeFlex_langMenu($languages,$elName,$selectedLanguage,$multi=1)
68 * 2224: function getSingleField_typeFlex_sheetMenu($sArr,$elName,$sheetKey)
69 * 2259: function getSingleField_typeFlex_draw($dataStruct,$editData,$cmdData,$table,$field,$row,&$PA,$formPrefix='',$level=0,$tRows=array())
70 * 2452: function getSingleField_typeUnknown($table,$field,$row,&$PA)
71 * 2467: function getSingleField_typeUser($table,$field,$row,&$PA)
73 * SECTION: Field content processing
74 * 2496: function formatValue ($config, $itemValue)
76 * SECTION: "Configuration" fetching/processing functions
77 * 2588: function getRTypeNum($table,$row)
78 * 2614: function rearrange($fields)
79 * 2640: function getExcludeElements($table,$row,$typeNum)
80 * 2688: function getFieldsToAdd($table,$row,$typeNum)
81 * 2713: function mergeFieldsWithAddedFields($fields,$fieldsToAdd)
82 * 2745: function setTSconfig($table,$row,$field='')
83 * 2767: function getSpecConfForField($table,$row,$field)
84 * 2788: function getSpecConfFromString($extraString, $defaultExtras)
86 * SECTION: Display of localized content etc.
87 * 2816: function registerDefaultLanguageData($table,$rec)
88 * 2848: function getLanguageOverlayRawValue($table, $row, $field, $fieldConf)
89 * 2876: function renderDefaultLanguageContent($table,$field,$row,$item)
90 * 2899: function renderDefaultLanguageDiff($table,$field,$row,$item)
92 * SECTION: Form element helper functions
93 * 2955: function dbFileIcons($fName,$mode,$allowed,$itemArray,$selector='',$params=array(),$onFocus='')
94 * 3108: function getClipboardElements($allowed,$mode)
95 * 3157: function getClickMenu($str,$table,$uid='')
96 * 3178: function renderWizards($itemKinds,$wizConf,$table,$row,$field,&$PA,$itemName,$specConf,$RTE=0)
97 * 3382: function getIcon($icon)
98 * 3409: function optionTagStyle($iconString)
99 * 3425: function extractValuesOnlyFromValueLabelList($itemFormElValue)
100 * 3447: function wrapOpenPalette($header,$table,$row,$palette,$retFunc=0)
101 * 3471: function checkBoxParams($itemName,$thisValue,$c,$iCount,$addFunc='')
102 * 3485: function elName($itemName)
103 * 3496: function noTitle($str,$wrapParts=array())
104 * 3505: function blur()
105 * 3514: function thisReturnUrl()
106 * 3527: function getSingleHiddenField($table,$field,$row)
107 * 3549: function formWidth($size=48,$textarea=0)
108 * 3576: function formWidthText($size=48,$wrap='')
109 * 3592: function formElStyle($type)
110 * 3603: function formElClass($type)
111 * 3614: function formElStyleClassValue($type, $class=FALSE)
112 * 3638: function insertDefStyle($type)
113 * 3657: function getDynTabMenu($parts, $idString)
115 * SECTION: Item-array manipulation functions (check/select/radio)
116 * 3696: function initItemArray($fieldValue)
117 * 3714: function addItems($items,$iArray)
118 * 3736: function procItems($items,$iArray,$config,$table,$row,$field)
119 * 3760: function addSelectOptionsToItemArray($items,$fieldValue,$TSconfig,$field)
120 * 3980: function addSelectOptionsToItemArray_makeModuleData($value)
121 * 4002: function foreignTable($items,$fieldValue,$TSconfig,$field,$pFFlag=0)
123 * SECTION: Template functions
124 * 4083: function setNewBEDesign()
125 * 4138: function intoTemplate($inArr,$altTemplate='')
126 * 4162: function addUserTemplateMarkers($marker,$table,$field,$row,&$PA)
127 * 4173: function wrapLabels($str)
128 * 4186: function wrapTotal($c,$rec,$table)
129 * 4199: function replaceTableWrap($arr,$rec,$table)
130 * 4236: function wrapBorder(&$out_array,&$out_pointer)
131 * 4258: function rplColorScheme($inTemplate)
132 * 4278: function getDivider()
133 * 4288: function printPalette($palArr)
134 * 4339: function helpTextIcon($table,$field,$force=0)
135 * 4359: function helpText($table,$field)
136 * 4380: function setColorScheme($scheme)
137 * 4404: function resetSchemes()
138 * 4415: function storeSchemes()
139 * 4427: function restoreSchemes()
141 * SECTION: JavaScript related functions
142 * 4457: function JStop()
143 * 4508: function JSbottom($formname='forms[0]')
144 * 4835: function dbFileCon($formObj='document.forms[0]')
145 * 5053: function printNeededJSFunctions()
146 * 5080: function printNeededJSFunctions_top()
148 * SECTION: Various helper functions
149 * 5128: function getDefaultRecord($table,$pid=0)
150 * 5167: function getRecordPath($table,$rec)
151 * 5181: function readPerms()
152 * 5195: function sL($str)
153 * 5208: function getLL($str)
154 * 5229: function isPalettesCollapsed($table,$palette)
155 * 5245: function isDisplayCondition($displayCond,$row,$ffValueKey='')
156 * 5349: function getTSCpid($table,$uid,$pid)
157 * 5363: function doLoadTableDescr($table)
158 * 5375: function getAvailableLanguages($onlyIsoCoded=1,$setDefault=1)
161 * 5417: class t3lib_TCEforms_FE extends t3lib_TCEforms
162 * 5425: function wrapLabels($str)
163 * 5435: function printPalette($palArr)
164 * 5460: function setFancyDesign()
166 * TOTAL FUNCTIONS: 100
167 * (This index is automatically created/updated by the extension "extdeveval")
183 require_once(PATH_t3lib
.'class.t3lib_diff.php');
184 require_once(PATH_t3lib
.'class.t3lib_tceforms_inline.php');
189 * 'TCEforms' - Class for creating the backend editing forms.
191 * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
192 * @coauthor Rene Fritz <r.fritz@colorcube.de>
196 class t3lib_TCEforms
{
198 // variables not commented yet.... (do so...)
199 var $palFieldArr = array();
200 var $disableWizards = 0;
201 var $isPalettedoc = 0;
202 var $paletteMargin = 1;
203 var $defStyle = ''; // 'font-family:Verdana;font-size:10px;';
204 var $cachedTSconfig = array();
205 var $cachedTSconfig_fieldLevel = array();
206 var $cachedLanguageFlag = array();
207 var $cachedAdditionalPreviewLanguages = NULL;
208 var $transformedRow = array();
210 var $printNeededJS = array();
211 var $hiddenFieldAccum=array();
212 var $TBE_EDITOR_fieldChanged_func='';
214 var $prevBorderStyle='[nothing here...]'; // Something unique...
215 var $allowUpload=0; // If set direct upload fields will be shown
216 var $titleLen=15; // @deprecated: $BE_USER->uc['titleLen'] but what is default??
217 var $defaultLanguageData = array(); // Array where records in the default language is stored. (processed by transferdata)
218 var $defaultLanguageData_diff = array(); // Array where records in the default language is stored (raw without any processing. used for making diff)
219 var $additionalPreviewLanguageData = array();
223 var $backPath=''; // Set this to the 'backPath' pointing back to the typo3 admin directory from the script where this form is displayed.
224 var $returnUrl=''; // Alternative return URL path (default is t3lib_div::linkThisScript())
225 var $doSaveFieldName=''; // Can be set to point to a field name in the form which will be set to '1' when the form is submitted with a *save* button. This way the recipient script can determine that the form was submitted for save and not "close" for example.
226 var $palettesCollapsed=0; // Can be set true/false to whether palettes (secondary options) are in the topframe or in form. True means they are NOT IN-form. So a collapsed palette is one, which is shown in the top frame, not in the page.
227 var $disableRTE=0; // If set, the RTE is disabled (from form display, eg. by checkbox in the bottom of the page!)
228 var $globalShowHelp=1; // If false, then all CSH will be disabled, regardless of settings in $this->edit_showFieldHelp
229 var $localizationMode=''; // If true, the forms are rendering only localization relevant fields of the records.
230 var $fieldOrder=''; // Overrule the field order set in TCA[types][showitem], eg for tt_content this value, 'bodytext,image', would make first the 'bodytext' field, then the 'image' field (if set for display)... and then the rest in the old order.
231 var $doPrintPalette=1; // If set to false, palettes will NEVER be rendered.
234 * Set to initialized clipboard object; Then the element browser will offer a link to paste in records from clipboard.
236 * @var t3lib_clipboard
239 var $enableClickMenu=FALSE; // Enable click menu on reference icons.
240 var $enableTabMenu = FALSE; // Enable Tab Menus. If set to true, the JavaScript content from template::getDynTabMenuJScode() must be included in the document.
241 var $renderReadonly = FALSE; // When enabled all fields are rendered non-editable.
243 var $form_rowsToStylewidth = 9.58; // Form field width compensation: Factor from NN4 form field widths to style-aware browsers (like NN6+ and MSIE, with the $CLIENT[FORMSTYLE] value set)
244 var $form_largeComp = 1.33; // Form field width compensation: Compensation for large documents, doc-tab (editing)
245 var $charsPerRow=40; // The number of chars expected per row when the height of a text area field is automatically calculated based on the number of characters found in the field content.
246 var $maxTextareaWidth=48; // The maximum abstract value for textareas
247 var $maxInputWidth=48; // The maximum abstract value for input fields
248 var $defaultMultipleSelectorStyle='width:250px;'; // Default style for the selector boxes used for multiple items in "select" and "group" types.
252 var $prependFormFieldNames = 'data'; // The string to prepend formfield names with.
253 var $prependCmdFieldNames = 'cmd'; // The string to prepend commands for tcemain::process_cmdmap with.
254 var $prependFormFieldNames_file = 'data_files'; // The string to prepend FILE form field names with.
255 var $formName = 'editform'; // The name attribute of the form.
256 var $allowOverrideMatrix = array(); // Whitelist that allows TCA field configuration to be overridden by TSconfig, @see overrideFieldConf()
261 var $perms_clause=''; // Set by readPerms() (caching)
262 var $perms_clause_set=0; // Set by readPerms() (caching-flag)
263 var $edit_showFieldHelp=''; // Used to indicate the mode of CSH (Context Sensitive Help), whether it should be icons-only ('icon'), full description ('text') or not at all (blank).
264 var $docLarge=0; // If set, the forms will be rendered a little wider, more precisely with a factor of $this->form_largeComp.
265 var $clientInfo=array(); // Loaded with info about the browser when class is instantiated.
266 var $RTEenabled=0; // True, if RTE is possible for the current user (based on result from BE_USER->isRTE())
267 var $RTEenabled_notReasons=''; // If $this->RTEenabled was false, you can find the reasons listed in this array which is filled with reasons why the RTE could not be loaded)
268 var $RTEcounter = 0; // Counter that is incremented before an RTE is created. Can be used for unique ids etc.
270 var $colorScheme; // Contains current color scheme
271 var $classScheme; // Contains current class scheme
272 var $defColorScheme; // Contains the default color scheme
273 var $defClassScheme; // Contains the default class scheme
274 var $fieldStyle; // Contains field style values
275 var $borderStyle; // Contains border style values.
277 var $commentMessages=array(); // An accumulation of messages from the class.
279 // INTERNAL, templates
280 var $totalWrap='<hr />|<hr />'; // Total wrapping for the table rows.
281 var $fieldTemplate='<b>###FIELD_NAME###</b><br />###FIELD_ITEM###<hr />'; // Field template
282 var $sectionWrap=''; // Wrapping template code for a section
283 var $palFieldTemplateHeader=''; // Template for palette headers
284 var $palFieldTemplate=''; // Template for palettes
286 // INTERNAL, working memory
287 var $excludeElements=''; // Set to the fields NOT to display, if any.
288 var $palettesRendered=array(); // During rendering of forms this will keep track of which palettes has already been rendered (so they are not rendered twice by mistake)
289 var $hiddenFieldListArr = array(); // This array of fields will be set as hidden-fields instead of rendered normally! For instance palette fields edited in the top frame are set as hidden fields since the main form has to submit the values. The top frame actually just sets the value in the main form!
290 var $requiredFields=array(); // Used to register input-field names, which are required. (Done during rendering of the fields). This information is then used later when the JavaScript is made.
291 var $requiredElements=array(); // Used to register the min and max number of elements for selectorboxes where that apply (in the "group" type for instance)
292 var $renderDepth=0; // Keeps track of the rendering depth of nested records.
293 var $savedSchemes=array(); // Color scheme buffer.
294 var $dynNestedStack = array(); // holds the path an element is nested in (e.g. required for RTEhtmlarea)
296 // Internal, registers for user defined functions etc.
297 var $additionalCode_pre = array(); // Additional HTML code, printed before the form.
298 var $additionalJS_pre = array(); // Additional JavaScript, printed before the form
299 var $additionalJS_post = array(); // Additional JavaScript printed after the form
300 var $additionalJS_submit = array(); // Additional JavaScript executed on submit; If you set "OK" variable it will raise an error about RTEs not being loaded and offer to block further submission.
303 * Instance of t3lib_tceforms_inline
305 * @var t3lib_TCEforms_inline
308 var $hookObjectsMainFields = array(); // Array containing hook class instances called once for a form
309 var $hookObjectsSingleField = array(); // Array containing hook class instances called for each field
310 var $extraFormHeaders = array(); // Rows gettings inserted into the alt_doc headers (when called from alt_doc.php)
317 * Constructor function, setting internal variables, loading the styles used.
321 function t3lib_TCEforms() {
322 global $CLIENT, $TYPO3_CONF_VARS;
324 $this->clientInfo
= t3lib_div
::clientInfo();
326 $this->RTEenabled
= $GLOBALS['BE_USER']->isRTE();
327 if (!$this->RTEenabled
) {
328 $this->RTEenabled_notReasons
= implode(chr(10),$GLOBALS['BE_USER']->RTE_errors
);
329 $this->commentMessages
[] = 'RTE NOT ENABLED IN SYSTEM due to:'.chr(10).$this->RTEenabled_notReasons
;
332 // Default color+class scheme
333 $this->defColorScheme
= array(
334 $GLOBALS['SOBE']->doc
->bgColor
, // Background for the field AND palette
335 t3lib_div
::modifyHTMLColorAll($GLOBALS['SOBE']->doc
->bgColor
,-20), // Background for the field header
336 t3lib_div
::modifyHTMLColorAll($GLOBALS['SOBE']->doc
->bgColor
,-10), // Background for the palette field header
337 'black', // Field header font color
338 '#666666' // Palette field header font color
340 $this->defColorScheme
= array();
342 // Override / Setting defaults from TBE_STYLES array
343 $this->resetSchemes();
345 // Setting the current colorScheme to default.
346 $this->defColorScheme
= $this->colorScheme
;
347 $this->defClassScheme
= $this->classScheme
;
349 // Define whitelist that allows TCA field configuration to be overridden by TSconfig, @see overrideFieldConf():
350 $this->allowOverrideMatrix
= array(
351 'input' => array('size', 'max'),
352 'text' => array('cols', 'rows', 'wrap'),
353 'check' => array('cols', 'showIfRTE'),
354 'select' => array('size', 'autoSizeMax', 'maxitems', 'minitems'),
355 'group' => array('size', 'autoSizeMax', 'max_size', 'show_thumbs', 'maxitems', 'minitems'),
356 'inline' => array('appearance', 'foreign_label', 'foreign_selector', 'foreign_unique', 'maxitems', 'minitems', 'size', 'autoSizeMax', 'symmetric_label'),
359 $this->inline
= t3lib_div
::makeInstance('t3lib_TCEforms_inline');
361 // Prepare user defined objects (if any) for hooks which extend this function:
362 $this->hookObjectsMainFields
= array();
363 if (is_array ($TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tceforms.php']['getMainFieldsClass'])) {
364 foreach ($TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tceforms.php']['getMainFieldsClass'] as $classRef) {
365 $this->hookObjectsMainFields
[] = &t3lib_div
::getUserObj($classRef);
368 $this->hookObjectsSingleField
= array();
369 if (is_array ($TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tceforms.php']['getSingleFieldClass'])) {
370 foreach ($TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tceforms.php']['getSingleFieldClass'] as $classRef) {
371 $this->hookObjectsSingleField
[] = &t3lib_div
::getUserObj($classRef);
378 * Initialize various internal variables.
382 function initDefaultBEmode() {
384 $this->prependFormFieldNames
= 'data';
385 $this->formName
= 'editform';
386 $this->setNewBEDesign();
387 $this->docLarge
= $BE_USER->uc
['edit_wideDocument'] ?
1 : 0;
388 $this->edit_showFieldHelp
= $BE_USER->uc
['edit_showFieldHelp'];
390 $this->edit_docModuleUpload
= $BE_USER->uc
['edit_docModuleUpload'];
391 $this->titleLen
= $BE_USER->uc
['titleLen']; // @deprecated
393 $this->inline
->init($this);
412 /*******************************************************
414 * Rendering the forms, fields etc
416 *******************************************************/
419 * Will return the TCEform element for just a single field from a record.
420 * The field must be listed in the currently displayed fields (as found in [types][showitem]) for the record.
421 * This also means that the $table/$row supplied must be complete so the list of fields to show can be found correctly
423 * @param string The table name
424 * @param array The record from the table for which to render a field.
425 * @param string The field name to return the TCEform element for.
426 * @return string HTML output
427 * @see getMainFields()
429 function getSoloField($table,$row,$theFieldToReturn) {
433 t3lib_div
::loadTCA($table);
434 $typeNum = $this->getRTypeNum($table,$row);
435 if ($TCA[$table]['types'][$typeNum]) {
436 $itemList = $TCA[$table]['types'][$typeNum]['showitem'];
438 $fields = t3lib_div
::trimExplode(',',$itemList,1);
439 $excludeElements = $this->excludeElements
= $this->getExcludeElements($table,$row,$typeNum);
442 while(list(,$fieldInfo)=each($fields)) {
443 $parts = explode(';',$fieldInfo);
445 $theField = trim($parts[0]);
446 if (!in_array($theField,$excludeElements) && !strcmp($theField,$theFieldToReturn)) {
447 if ($TCA[$table]['columns'][$theField]) {
448 $sField = $this->getSingleField($table,$theField,$row,$parts[1],1,$parts[3],$parts[2]);
449 return $sField['ITEM'];
459 * Based on the $table and $row of content, this displays the complete TCEform for the record.
460 * The input-$row is required to be preprocessed if necessary by eg. the t3lib_transferdata class. For instance the RTE content should be transformed through this class first.
462 * @param string The table name
463 * @param array The record from the table for which to render a field.
464 * @param integer Depth level
465 * @return string HTML output
466 * @see getSoloField()
468 function getMainFields($table,$row,$depth=0) {
469 global $TCA, $TYPO3_CONF_VARS;
471 $this->renderDepth
=$depth;
474 $out_array = array(array());
475 $out_array_meta = array(array(
476 'title' => $this->getLL('l_generalTab')
481 $this->palettesRendered
=array();
482 $this->palettesRendered
[$this->renderDepth
][$table]=array();
484 // Hook: getMainFields_preProcess (requested by Thomas Hempel for use with the "dynaflex" extension)
485 foreach ($this->hookObjectsMainFields
as $hookObj) {
486 if (method_exists($hookObj,'getMainFields_preProcess')) {
487 $hookObj->getMainFields_preProcess($table,$row,$this);
493 // Load the full TCA for the table.
494 t3lib_div
::loadTCA($table);
496 // Load the description content for the table.
497 if ($this->edit_showFieldHelp ||
$this->doLoadTableDescr($table)) {
498 $GLOBALS['LANG']->loadSingleTableDescription($table);
500 // Get the current "type" value for the record.
501 $typeNum = $this->getRTypeNum($table,$row);
503 // Find the list of fields to display:
504 if ($TCA[$table]['types'][$typeNum]) {
505 $itemList = $TCA[$table]['types'][$typeNum]['showitem'];
506 if ($itemList) { // If such a list existed...
507 // Explode the field list and possibly rearrange the order of the fields, if configured for
508 $fields = t3lib_div
::trimExplode(',',$itemList,1);
509 if ($this->fieldOrder
) {
510 $fields = $this->rearrange($fields);
513 // Get excluded fields, added fiels and put it together:
514 $excludeElements = $this->excludeElements
= $this->getExcludeElements($table,$row,$typeNum);
515 $fields = $this->mergeFieldsWithAddedFields($fields,$this->getFieldsToAdd($table,$row,$typeNum));
517 // If TCEforms will render a tab menu in the next step, push the name to the tab stack:
518 if (strstr($itemList, '--div--') !== false && $this->enableTabMenu
&& $TCA[$table]['ctrl']['dividers2tabs']) {
519 $tabIdentString = 'TCEforms:'.$table.':'.$row['uid'];
520 $tabIdentStringMD5 = $GLOBALS['TBE_TEMPLATE']->getDynTabMenuId('TCEforms:'.$table.':'.$row['uid']);
521 // Remember that were currently working on the general tab:
522 if (isset($fields[0]) && strpos($fields[0], '--div--') !== 0) {
523 $this->pushToDynNestedStack('tab', $tabIdentStringMD5.'-1');
527 // Traverse the fields to render:
529 foreach($fields as $fieldInfo) {
530 // Exploding subparts of the field configuration:
531 $parts = explode(';',$fieldInfo);
533 // Getting the style information out:
534 $color_style_parts = t3lib_div
::trimExplode('-',$parts[4]);
535 if (strcmp($color_style_parts[0],'')) {
536 $this->setColorScheme($GLOBALS['TBE_STYLES']['colorschemes'][intval($color_style_parts[0])]);
538 if (strcmp($color_style_parts[1],'')) {
539 $this->fieldStyle
= $GLOBALS['TBE_STYLES']['styleschemes'][intval($color_style_parts[1])];
540 if (!isset($this->fieldStyle
)) $this->fieldStyle
= $GLOBALS['TBE_STYLES']['styleschemes'][0];
542 if (strcmp($color_style_parts[2],'')) {
543 $this->wrapBorder($out_array[$out_sheet],$out_pointer);
544 $this->borderStyle
= $GLOBALS['TBE_STYLES']['borderschemes'][intval($color_style_parts[2])];
545 if (!isset($this->borderStyle
)) $this->borderStyle
= $GLOBALS['TBE_STYLES']['borderschemes'][0];
549 $theField = $parts[0];
550 if (!in_array($theField,$excludeElements)) {
551 if ($TCA[$table]['columns'][$theField]) {
554 if ($parts[2] && !isset($this->palettesRendered
[$this->renderDepth
][$table][$parts[2]])) {
555 $sFieldPal=$this->getPaletteFields($table,$row,$parts[2]);
556 $this->palettesRendered
[$this->renderDepth
][$table][$parts[2]] = 1;
558 $sField = $this->getSingleField($table,$theField,$row,$parts[1],0,$parts[3],$parts[2]);
559 if ($sField) { $sField.= $sFieldPal; }
561 $out_array[$out_sheet][$out_pointer].= $sField;
562 } elseif ($theField=='--div--') {
564 $out_array[$out_sheet][$out_pointer].=$this->getDivider();
566 if ($this->enableTabMenu
&& $TCA[$table]['ctrl']['dividers2tabs']) {
567 $this->wrapBorder($out_array[$out_sheet],$out_pointer);
568 // Remove last tab entry from the dynNestedStack:
570 // Remove the previous sheet from stack (if any):
571 $this->popFromDynNestedStack('tab', $tabIdentStringMD5.'-'.($out_sheet));
572 // Remember on which sheet we're currently working:
573 $this->pushToDynNestedStack('tab', $tabIdentStringMD5.'-'.($out_sheet+
1));
574 $out_array[$out_sheet] = array();
575 $out_array_meta[$out_sheet]['title'] = $this->sL($parts[1]);
577 } else { // Setting alternative title for "General" tab if "--div--" is the very first element.
578 $out_array_meta[$out_sheet]['title'] = $this->sL($parts[1]);
579 // Only add the first tab to the dynNestedStack if there are more tabs:
580 if (strpos($itemList, '--div--', strlen($fieldInfo))) {
581 $this->pushToDynNestedStack('tab', $tabIdentStringMD5.'-1');
584 } elseif($theField=='--palette--') {
585 if ($parts[2] && !isset($this->palettesRendered
[$this->renderDepth
][$table][$parts[2]])) {
586 // render a 'header' if not collapsed
587 if ($TCA[$table]['palettes'][$parts[2]]['canNotCollapse'] AND $parts[1]) {
588 $out_array[$out_sheet][$out_pointer].=$this->getPaletteFields($table,$row,$parts[2],$this->sL($parts[1]));
590 $out_array[$out_sheet][$out_pointer].=$this->getPaletteFields($table,$row,$parts[2],'','',$this->sL($parts[1]));
592 $this->palettesRendered
[$this->renderDepth
][$table][$parts[2]] = 1;
603 // Hook: getMainFields_postProcess (requested by Thomas Hempel for use with the "dynaflex" extension)
604 foreach ($this->hookObjectsMainFields
as $hookObj) {
605 if (method_exists($hookObj,'getMainFields_postProcess')) {
606 $hookObj->getMainFields_postProcess($table,$row,$this);
610 // Wrapping a border around it all:
611 $this->wrapBorder($out_array[$out_sheet],$out_pointer);
614 $this->resetSchemes();
616 // Rendering Main palettes, if any
617 $mParr = t3lib_div
::trimExplode(',',$TCA[$table]['ctrl']['mainpalette']);
620 foreach ($mParr as $mP) {
621 if (!isset($this->palettesRendered
[$this->renderDepth
][$table][$mP])) {
622 $temp_palettesCollapsed=$this->palettesCollapsed
;
623 $this->palettesCollapsed
=0;
624 $label = ($i==0?
$this->getLL('l_generalOptions'):$this->getLL('l_generalOptions_more'));
625 $out_array[$out_sheet][$out_pointer].=$this->getPaletteFields($table,$row,$mP,$label);
626 $this->palettesCollapsed
=$temp_palettesCollapsed;
627 $this->palettesRendered
[$this->renderDepth
][$table][$mP] = 1;
629 $this->wrapBorder($out_array[$out_sheet],$out_pointer);
631 if ($this->renderDepth
) {
632 $this->renderDepth
--;
637 // Return the imploded $out_array:
638 if ($out_sheet>0) { // There were --div-- dividers around...
640 // Create parts array for the tab menu:
642 foreach ($out_array as $idx => $sheetContent) {
643 $resstr = implode('', $sheetContent);
645 $parts[$idx] = array(
646 'label' => $out_array_meta[$idx]['title'],
647 'content' => '<table border="0" cellspacing="0" cellpadding="0" width="100%">'.
654 if (count($parts) > 1) {
655 // Unset the current level of tab menus:
656 $this->popFromDynNestedStack('tab', $tabIdentStringMD5.'-'.($out_sheet+
1));
658 $output = $this->getDynTabMenu($parts, $tabIdentString);
661 // If there is only one tab/part there is no need to wrap it into the dynTab code
662 $output = isset($parts[0]) ?
trim($parts[0]['content']) : '';
673 // Only one, so just implode:
674 $output = implode('',$out_array[$out_sheet]);
681 * Will return the TCEform elements for a pre-defined list of fields.
682 * Notice that this will STILL use the configuration found in the list [types][showitem] for those fields which are found there. So ideally the list of fields given as argument to this function should also be in the current [types][showitem] list of the record.
683 * Used for displaying forms for the frontend edit icons for instance.
685 * @param string The table name
686 * @param array The record array.
687 * @param string Commalist of fields from the table. These will be shown in the specified order in a form.
688 * @return string TCEform elements in a string.
690 function getListedFields($table,$row,$list) {
693 t3lib_div
::loadTCA($table);
694 if ($this->edit_showFieldHelp ||
$this->doLoadTableDescr($table)) {
695 $GLOBALS['LANG']->loadSingleTableDescription($table);
699 $types_fieldConfig = t3lib_BEfunc
::getTCAtypes($table,$row,1);
701 $editFieldList=array_unique(t3lib_div
::trimExplode(',',$list,1));
702 foreach($editFieldList as $theFieldC) {
703 list($theField,$palFields) = split('\[|\]',$theFieldC);
704 $theField = trim($theField);
705 $palFields = trim($palFields);
706 if ($TCA[$table]['columns'][$theField]) {
707 $parts = t3lib_div
::trimExplode(';',$types_fieldConfig[$theField]['origString']);
708 $sField = $this->getSingleField($table,$theField,$row,$parts[1],0,$parts[3],0); // Don't sent palette pointer - there are no options anyways for a field-list.
710 } elseif($theField=='--div--') {
711 $out.= $this->getDivider();
714 $out.= $this->getPaletteFields($table,$row,'','',implode(',',t3lib_div
::trimExplode('|',$palFields,1)));
722 * Creates a palette (collection of secondary options).
724 * @param string The table name
725 * @param array The row array
726 * @param string The palette number/pointer
727 * @param string Header string for the palette (used when in-form). If not set, no header item is made.
728 * @param string Optional alternative list of fields for the palette
729 * @param string Optional Link text for activating a palette (when palettes does not have another form element to belong to).
730 * @return string HTML code.
732 function getPaletteFields($table,$row,$palette,$header='',$itemList='',$collapsedHeader='') {
734 if (!$this->doPrintPalette
) return '';
738 t3lib_div
::loadTCA($table);
740 // Getting excludeElements, if any.
741 if (!is_array($this->excludeElements
)) {
742 $this->excludeElements
= $this->getExcludeElements($table,$row,$this->getRTypeNum($table,$row));
745 // Render the palette TCEform elements.
746 if ($TCA[$table] && (is_array($TCA[$table]['palettes'][$palette]) ||
$itemList)) {
747 $itemList = $itemList?
$itemList:$TCA[$table]['palettes'][$palette]['showitem'];
749 $fields = t3lib_div
::trimExplode(',',$itemList,1);
751 while(list(,$fieldInfo)=each($fields)) {
752 $parts = t3lib_div
::trimExplode(';',$fieldInfo);
753 $theField = $parts[0];
755 if (!in_array($theField,$this->excludeElements
) && $TCA[$table]['columns'][$theField]) {
756 $this->palFieldArr
[$palette][] = $theField;
757 $part = $this->getSingleField($table,$theField,$row,$parts[1],1,'',$parts[2]);
758 if (is_array($part)) {
766 // Put palette together if there are fields in it:
767 if (count($palParts)) {
769 $out.= $this->intoTemplate(array(
770 'HEADER' => htmlspecialchars($header)
772 $this->palFieldTemplateHeader
775 $collapsed = $this->isPalettesCollapsed($table,$palette);
776 $out.= $this->intoTemplate(array(
777 'PALETTE' => $this->wrapPaletteField($this->printPalette($palParts), $table, $row ,$palette, $collapsed)
779 $this->palFieldTemplate
787 * Returns the form HTML code for a database table field.
789 * @param string The table name
790 * @param string The field name
791 * @param array The record to edit from the database table.
792 * @param string Alternative field name label to show.
793 * @param boolean Set this if the field is on a palette (in top frame), otherwise not. (if set, field will render as a hidden field).
794 * @param string The "extra" options from "Part 4" of the field configurations found in the "types" "showitem" list. Typically parsed by $this->getSpecConfFromString() in order to get the options as an associative array.
795 * @param integer The palette pointer.
796 * @return mixed String (normal) or array (palettes)
798 function getSingleField($table,$field,$row,$altName='',$palette=0,$extra='',$pal=0) {
799 global $TCA,$BE_USER;
801 // Hook: getSingleField_preProcess
802 foreach ($this->hookObjectsSingleField
as $hookObj) {
803 if (method_exists($hookObj,'getSingleField_preProcess')) {
804 $hookObj->getSingleField_preProcess($table, $field, $row, $altName, $palette, $extra, $pal, $this);
810 $PA['altName'] = $altName;
811 $PA['palette'] = $palette;
812 $PA['extra'] = $extra;
815 // Make sure to load full $TCA array for the table:
816 t3lib_div
::loadTCA($table);
818 // Get the TCA configuration for the current field:
819 $PA['fieldConf'] = $TCA[$table]['columns'][$field];
820 $PA['fieldConf']['config']['form_type'] = $PA['fieldConf']['config']['form_type'] ?
$PA['fieldConf']['config']['form_type'] : $PA['fieldConf']['config']['type']; // Using "form_type" locally in this script
822 $skipThisField = $this->inline
->skipField($table, $field, $row, $PA['fieldConf']['config']);
824 // Now, check if this field is configured and editable (according to excludefields + other configuration)
825 if ( is_array($PA['fieldConf']) &&
827 (!$PA['fieldConf']['exclude'] ||
$BE_USER->check('non_exclude_fields',$table.':'.$field)) &&
828 $PA['fieldConf']['config']['form_type']!='passthrough' &&
829 ($this->RTEenabled ||
!$PA['fieldConf']['config']['showIfRTE']) &&
830 (!$PA['fieldConf']['displayCond'] ||
$this->isDisplayCondition($PA['fieldConf']['displayCond'],$row)) &&
831 (!$TCA[$table]['ctrl']['languageField'] ||
$PA['fieldConf']['l10n_display'] ||
strcmp($PA['fieldConf']['l10n_mode'],'exclude') ||
$row[$TCA[$table]['ctrl']['languageField']]<=0) &&
832 (!$TCA[$table]['ctrl']['languageField'] ||
!$this->localizationMode ||
$this->localizationMode
===$PA['fieldConf']['l10n_cat'])
837 // Fetching the TSconfig for the current table/field. This includes the $row which means that
838 $PA['fieldTSConfig'] = $this->setTSconfig($table,$row,$field);
840 // If the field is NOT disabled from TSconfig (which it could have been) then render it
841 if (!$PA['fieldTSConfig']['disabled']) {
842 // Override fieldConf by fieldTSconfig:
843 $PA['fieldConf']['config'] = $this->overrideFieldConf($PA['fieldConf']['config'], $PA['fieldTSConfig']);
846 $PA['itemFormElName']=$this->prependFormFieldNames
.'['.$table.']['.$row['uid'].']['.$field.']'; // Form field name
847 $PA['itemFormElName_file']=$this->prependFormFieldNames_file
.'['.$table.']['.$row['uid'].']['.$field.']'; // Form field name, in case of file uploads
848 $PA['itemFormElValue']=$row[$field]; // The value to show in the form field.
849 $PA['itemFormElID']=$this->prependFormFieldNames
.'_'.$table.'_'.$row['uid'].'_'.$field;
851 // set field to read-only if configured for translated records to show default language content as readonly
852 if ($PA['fieldConf']['l10n_display'] AND t3lib_div
::inList($PA['fieldConf']['l10n_display'], 'defaultAsReadonly') AND $row[$TCA[$table]['ctrl']['languageField']]) {
853 $PA['fieldConf']['config']['readOnly'] = true;
854 $PA['itemFormElValue'] = $this->defaultLanguageData
[$table.':'.$row['uid']][$field];
857 // Create a JavaScript code line which will ask the user to save/update the form due to changing the element. This is used for eg. "type" fields and others configured with "requestUpdate"
859 ($TCA[$table]['ctrl']['type'] && !strcmp($field,$TCA[$table]['ctrl']['type'])) ||
860 ($TCA[$table]['ctrl']['requestUpdate'] && t3lib_div
::inList($TCA[$table]['ctrl']['requestUpdate'],$field))) {
861 if($GLOBALS['BE_USER']->jsConfirmation(1)) {
862 $alertMsgOnChange = 'if (confirm(TBE_EDITOR.labels.onChangeAlert) && TBE_EDITOR.checkSubmit(-1)){ TBE_EDITOR.submitForm() };';
864 $alertMsgOnChange = 'if (TBE_EDITOR.checkSubmit(-1)){ TBE_EDITOR.submitForm() };';
867 $alertMsgOnChange = '';
870 // Render as a hidden field?
871 if (in_array($field,$this->hiddenFieldListArr
)) {
872 $this->hiddenFieldAccum
[]='<input type="hidden" name="'.$PA['itemFormElName'].'" value="'.htmlspecialchars($PA['itemFormElValue']).'" />';
873 } else { // Render as a normal field:
875 // If the field is NOT a palette field, then we might create an icon which links to a palette for the field, if one exists.
876 if (!$PA['palette']) {
877 if ($PA['pal'] && $this->isPalettesCollapsed($table,$PA['pal'])) {
878 list($thePalIcon,$palJSfunc) = $this->wrapOpenPalette('<img'.t3lib_iconWorks
::skinImg($this->backPath
,'gfx/options.gif','width="18" height="16"').' border="0" title="'.htmlspecialchars($this->getLL('l_moreOptions')).'" alt="" />',$table,$row,$PA['pal'],1);
884 // onFocus attribute to add to the field:
885 $PA['onFocus'] = ($palJSfunc && !$BE_USER->uc
['dontShowPalettesOnFocusInAB']) ?
' onfocus="'.htmlspecialchars($palJSfunc).'"' : '';
889 $PA['label'] = $PA['altName'] ?
$PA['altName'] : $PA['fieldConf']['label'];
890 $PA['label'] = $this->sL($PA['label']);
891 // JavaScript code for event handlers:
892 $PA['fieldChangeFunc']=array();
893 $PA['fieldChangeFunc']['TBE_EDITOR_fieldChanged'] = "TBE_EDITOR.fieldChanged('".$table."','".$row['uid']."','".$field."','".$PA['itemFormElName']."');";
894 $PA['fieldChangeFunc']['alert']=$alertMsgOnChange;
895 // if this is the child of an inline type and it is the field creating the label
896 if ($this->inline
->isInlineChildAndLabelField($table, $field)) {
897 $PA['fieldChangeFunc']['inline'] = "inline.handleChangedField('".$PA['itemFormElName']."','".$this->inline
->inlineNames
['object']."[$table][".$row['uid']."]');";
900 // Based on the type of the item, call a render function:
901 $item = $this->getSingleField_SW($table,$field,$row,$PA);
903 // Add language + diff
904 if ($PA['fieldConf']['l10n_display'] && (t3lib_div
::inList($PA['fieldConf']['l10n_display'], 'hideDiff') || t3lib_div
::inList($PA['fieldConf']['l10n_display'], 'defaultAsReadonly'))) {
905 $renderLanguageDiff = false;
907 $renderLanguageDiff = true;
910 if ($renderLanguageDiff) {
911 $item = $this->renderDefaultLanguageContent($table,$field,$row,$item);
912 $item = $this->renderDefaultLanguageDiff($table,$field,$row,$item);
915 // If the record has been saved and the "linkTitleToSelf" is set, we make the field name into a link, which will load ONLY this field in alt_doc.php
916 $PA['label'] = t3lib_div
::deHSCentities(htmlspecialchars($PA['label']));
917 if (t3lib_div
::testInt($row['uid']) && $PA['fieldTSConfig']['linkTitleToSelf'] && !t3lib_div
::_GP('columnsOnly')) {
918 $lTTS_url = $this->backPath
.'alt_doc.php?edit['.$table.']['.$row['uid'].']=edit&columnsOnly='.$field.'&returnUrl='.rawurlencode($this->thisReturnUrl());
919 $PA['label'] = '<a href="'.htmlspecialchars($lTTS_url).'">'.$PA['label'].'</a>';
922 // Create output value:
923 if ($PA['fieldConf']['config']['form_type']=='user' && $PA['fieldConf']['config']['noTableWrapping']) {
925 } elseif ($PA['palette']) {
928 'NAME'=>$PA['label'],
933 'HELP_ICON' => $this->helpTextIcon($table,$field,1)
935 $out = $this->addUserTemplateMarkers($out,$table,$field,$row,$PA);
939 'NAME'=>$PA['label'],
943 'HELP_ICON'=>$this->helpTextIcon($table,$field),
944 'HELP_TEXT'=>$this->helpText($table,$field),
945 'PAL_LINK_ICON'=>$thePalIcon,
948 $out = $this->addUserTemplateMarkers($out,$table,$field,$row,$PA);
950 $out=$this->intoTemplate($out);
953 } else $this->commentMessages
[]=$this->prependFormFieldNames
.'['.$table.']['.$row['uid'].']['.$field.']: Disabled by TSconfig';
955 // Hook: getSingleField_postProcess
956 foreach ($this->hookObjectsSingleField
as $hookObj) {
957 if (method_exists($hookObj,'getSingleField_postProcess')) {
958 $hookObj->getSingleField_postProcess($table, $field, $row, $out, $PA, $this);
961 // Return value (string or array)
966 * Rendering a single item for the form
968 * @param string Table name of record
969 * @param string Fieldname to render
970 * @param array The record
971 * @param array parameters array containing a lot of stuff. Value by Reference!
972 * @return string Returns the item as HTML code to insert
974 * @see getSingleField(), getSingleField_typeFlex_draw()
976 function getSingleField_SW($table,$field,$row,&$PA) {
977 $PA['fieldConf']['config']['form_type'] = $PA['fieldConf']['config']['form_type'] ?
$PA['fieldConf']['config']['form_type'] : $PA['fieldConf']['config']['type']; // Using "form_type" locally in this script
979 switch($PA['fieldConf']['config']['form_type']) {
981 $item = $this->getSingleField_typeInput($table,$field,$row,$PA);
984 $item = $this->getSingleField_typeText($table,$field,$row,$PA);
987 $item = $this->getSingleField_typeCheck($table,$field,$row,$PA);
990 $item = $this->getSingleField_typeRadio($table,$field,$row,$PA);
993 $item = $this->getSingleField_typeSelect($table,$field,$row,$PA);
996 $item = $this->getSingleField_typeGroup($table,$field,$row,$PA);
999 $item = $this->inline
->getSingleField_typeInline($table,$field,$row,$PA);
1002 $item = $this->getSingleField_typeNone($table,$field,$row,$PA);
1005 $item = $this->getSingleField_typeUser($table,$field,$row,$PA);
1008 $item = $this->getSingleField_typeFlex($table,$field,$row,$PA);
1011 $item = $this->getSingleField_typeUnknown($table,$field,$row,$PA);
1036 /**********************************************************
1038 * Rendering of each TCEform field type
1040 ************************************************************/
1043 * Generation of TCEform elements of the type "input"
1044 * This will render a single-line input form field, possibly with various control/validation features
1046 * @param string The table name of the record
1047 * @param string The field name which this element is supposed to edit
1048 * @param array The record data array where the value(s) for the field can be found
1049 * @param array An array with additional configuration options.
1050 * @return string The HTML code for the TCEform field
1052 function getSingleField_typeInput($table,$field,$row,&$PA) {
1053 // typo3FormFieldSet(theField, evallist, is_in, checkbox, checkboxValue)
1054 // typo3FormFieldGet(theField, evallist, is_in, checkbox, checkboxValue, checkbox_off)
1056 $config = $PA['fieldConf']['config'];
1058 # $specConf = $this->getSpecConfForField($table,$row,$field);
1059 $specConf = $this->getSpecConfFromString($PA['extra'], $PA['fieldConf']['defaultExtras']);
1060 $size = t3lib_div
::intInRange($config['size']?
$config['size']:30,5,$this->maxInputWidth
);
1061 $evalList = t3lib_div
::trimExplode(',',$config['eval'],1);
1064 if($this->renderReadonly ||
$config['readOnly']) {
1065 $itemFormElValue = $PA['itemFormElValue'];
1066 if (in_array('date',$evalList)) {
1067 $config['format'] = 'date';
1068 } elseif (in_array('date',$evalList)) {
1069 $config['format'] = 'date';
1070 } elseif (in_array('datetime',$evalList)) {
1071 $config['format'] = 'datetime';
1072 } elseif (in_array('time',$evalList)) {
1073 $config['format'] = 'time';
1075 if (in_array('password',$evalList)) {
1076 $itemFormElValue = $itemFormElValue ?
'*********' : '';
1078 return $this->getSingleField_typeNone_render($config, $itemFormElValue);
1081 foreach ($evalList as $func) {
1084 $this->requiredFields
[$table.'_'.$row['uid'].'_'.$field]=$PA['itemFormElName'];
1087 if (substr($func, 0, 3) == 'tx_') {
1088 // Pair hook to the one in t3lib_TCEmain::checkValue_input_Eval()
1089 $evalObj = t3lib_div
::getUserObj($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tce']['formevals'][$func].':&'.$func);
1090 if (is_object($evalObj) && method_exists($evalObj, 'deevaluateFieldValue')) {
1092 'value' => $PA['itemFormElValue']
1094 $PA['itemFormElValue'] = $evalObj->deevaluateFieldValue($_params);
1101 $paramsList = "'".$PA['itemFormElName']."','".implode(',',$evalList)."','".trim($config['is_in'])."',".(isset($config['checkbox'])?
1:0).",'".$config['checkbox']."'";
1102 if (isset($config['checkbox'])) {
1103 // Setting default "click-checkbox" values for eval types "date" and "datetime":
1104 $thisMidnight = mktime(0,0,0);
1105 $checkSetValue = in_array('date',$evalList) ?
$thisMidnight : '';
1106 $checkSetValue = in_array('datetime',$evalList) ?
time() : $checkSetValue;
1108 $cOnClick = 'typo3form.fieldGet('.$paramsList.',1,\''.$checkSetValue.'\');'.implode('',$PA['fieldChangeFunc']);
1109 $item.='<input type="checkbox"'.$this->insertDefStyle('check').' name="'.$PA['itemFormElName'].'_cb" onclick="'.htmlspecialchars($cOnClick).'" />';
1112 $PA['fieldChangeFunc'] = array_merge(array('typo3form.fieldGet'=>'typo3form.fieldGet('.$paramsList.');'), $PA['fieldChangeFunc']);
1113 $mLgd = ($config['max']?
$config['max']:256);
1114 $iOnChange = implode('',$PA['fieldChangeFunc']);
1115 $item.='<input type="text" name="'.$PA['itemFormElName'].'_hr" value=""'.$this->formWidth($size).' maxlength="'.$mLgd.'" onchange="'.htmlspecialchars($iOnChange).'"'.$PA['onFocus'].' />'; // This is the EDITABLE form field.
1116 $item.='<input type="hidden" name="'.$PA['itemFormElName'].'" value="'.htmlspecialchars($PA['itemFormElValue']).'" />'; // This is the ACTUAL form field - values from the EDITABLE field must be transferred to this field which is the one that is written to the database.
1117 $this->extJSCODE
.='typo3form.fieldSet('.$paramsList.');';
1119 // going through all custom evaluations configured for this field
1120 foreach ($evalList as $evalData) {
1121 if (substr($evalData, 0, 3) == 'tx_') {
1122 $evalObj = t3lib_div
::getUserObj($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tce']['formevals'][$evalData].':&'.$evalData);
1123 if(is_object($evalObj) && method_exists($evalObj, 'returnFieldJS')) {
1124 $this->extJSCODE
.= "\n\nfunction ".$evalData."(value) {\n".$evalObj->returnFieldJS()."\n}\n";
1129 // Creating an alternative item without the JavaScript handlers.
1130 $altItem = '<input type="hidden" name="'.$PA['itemFormElName'].'_hr" value="" />';
1131 $altItem.= '<input type="hidden" name="'.$PA['itemFormElName'].'" value="'.htmlspecialchars($PA['itemFormElValue']).'" />';
1133 // Wrap a wizard around the item?
1134 $item= $this->renderWizards(array($item,$altItem),$config['wizards'],$table,$row,$field,$PA,$PA['itemFormElName'].'_hr',$specConf);
1140 * Generation of TCEform elements of the type "text"
1141 * This will render a <textarea> OR RTE area form field, possibly with various control/validation features
1143 * @param string The table name of the record
1144 * @param string The field name which this element is supposed to edit
1145 * @param array The record data array where the value(s) for the field can be found
1146 * @param array An array with additional configuration options.
1147 * @return string The HTML code for the TCEform field
1149 function getSingleField_typeText($table,$field,$row,&$PA) {
1152 $config = $PA['fieldConf']['config'];
1154 if($this->renderReadonly ||
$config['readOnly']) {
1155 return $this->getSingleField_typeNone_render($config, $PA['itemFormElValue']);
1158 // Setting columns number:
1159 $cols = t3lib_div
::intInRange($config['cols'] ?
$config['cols'] : 30, 5, $this->maxTextareaWidth
);
1161 // Setting number of rows:
1162 $origRows = $rows = t3lib_div
::intInRange($config['rows'] ?
$config['rows'] : 5, 1, 20);
1163 if (strlen($PA['itemFormElValue']) > $this->charsPerRow
*2) {
1164 $cols = $this->maxTextareaWidth
;
1165 $rows = t3lib_div
::intInRange(round(strlen($PA['itemFormElValue'])/$this->charsPerRow
), count(explode(chr(10),$PA['itemFormElValue'])), 20);
1166 if ($rows<$origRows) $rows = $origRows;
1170 $RTEwasLoaded = 0; // Set true, if the RTE is loaded; If not a normal textarea is shown.
1171 $RTEwouldHaveBeenLoaded = 0; // Set true, if the RTE would have been loaded if it wasn't for the disable-RTE flag in the bottom of the page...
1173 // "Extra" configuration; Returns configuration for the field based on settings found in the "types" fieldlist. Traditionally, this is where RTE configuration has been found.
1174 $specConf = $this->getSpecConfFromString($PA['extra'], $PA['fieldConf']['defaultExtras']);
1176 // Setting up the altItem form field, which is a hidden field containing the value
1177 $altItem = '<input type="hidden" name="'.htmlspecialchars($PA['itemFormElName']).'" value="'.htmlspecialchars($PA['itemFormElValue']).'" />';
1179 // If RTE is generally enabled (TYPO3_CONF_VARS and user settings)
1180 if ($this->RTEenabled
) {
1181 $p = t3lib_BEfunc
::getSpecConfParametersFromArray($specConf['rte_transform']['parameters']);
1182 if (isset($specConf['richtext']) && (!$p['flag'] ||
!$row[$p['flag']])) { // If the field is configured for RTE and if any flag-field is not set to disable it.
1183 t3lib_BEfunc
::fixVersioningPid($table,$row);
1184 list($tscPID,$thePidValue) = $this->getTSCpid($table,$row['uid'],$row['pid']);
1186 // If the pid-value is not negative (that is, a pid could NOT be fetched)
1187 if ($thePidValue >= 0) {
1188 $RTEsetup = $GLOBALS['BE_USER']->getTSConfig('RTE',t3lib_BEfunc
::getPagesTSconfig($tscPID));
1189 $RTEtypeVal = t3lib_BEfunc
::getTCAtypeValue($table,$row);
1190 $thisConfig = t3lib_BEfunc
::RTEsetup($RTEsetup['properties'],$table,$field,$RTEtypeVal);
1192 if (!$thisConfig['disabled']) {
1193 if (!$this->disableRTE
) {
1194 $this->RTEcounter++
;
1196 // Find alternative relative path for RTE images/links:
1197 $eFile = t3lib_parsehtml_proc
::evalWriteFile($specConf['static_write'], $row);
1198 $RTErelPath = is_array($eFile) ?
dirname($eFile['relEditFile']) : '';
1200 // Get RTE object, draw form and set flag:
1201 $RTEobj = &t3lib_BEfunc
::RTEgetObj();
1202 $item = $RTEobj->drawRTE($this,$table,$field,$row,$PA,$specConf,$thisConfig,$RTEtypeVal,$RTErelPath,$thePidValue);
1205 $item = $this->renderWizards(array($item,$altItem),$config['wizards'],$table,$row,$field,$PA,$PA['itemFormElName'],$specConf,1);
1209 $RTEwouldHaveBeenLoaded = 1;
1210 $this->commentMessages
[] = $PA['itemFormElName'].': RTE is disabled by the on-page RTE-flag (probably you can enable it by the check-box in the bottom of this page!)';
1212 } else $this->commentMessages
[] = $PA['itemFormElName'].': RTE is disabled by the Page TSconfig, "RTE"-key (eg. by RTE.default.disabled=0 or such)';
1213 } else $this->commentMessages
[] = $PA['itemFormElName'].': PID value could NOT be fetched. Rare error, normally with new records.';
1215 if (!isset($specConf['richtext'])) $this->commentMessages
[] = $PA['itemFormElName'].': RTE was not configured for this field in TCA-types';
1216 if (!(!$p['flag'] ||
!$row[$p['flag']])) $this->commentMessages
[] = $PA['itemFormElName'].': Field-flag ('.$PA['flag'].') has been set to disable RTE!';
1220 // Display ordinary field if RTE was not loaded.
1221 if (!$RTEwasLoaded) {
1222 if ($specConf['rte_only']) { // Show message, if no RTE (field can only be edited with RTE!)
1223 $item = '<p><em>'.htmlspecialchars($this->getLL('l_noRTEfound')).'</em></p>';
1225 if ($specConf['nowrap']) {
1228 $wrap = ($config['wrap'] ?
$config['wrap'] : 'virtual');
1232 if ($specConf['fixed-font']) { $classes[] = 'fixed-font'; }
1233 if ($specConf['enable-tab']) { $classes[] = 'enable-tab'; }
1235 $formWidthText = $this->formWidthText($cols,$wrap);
1237 // Extract class attributes from $formWidthText (otherwise it would be added twice to the output)
1239 if (preg_match('/ class="(.+?)"/',$formWidthText,$res)) {
1240 $formWidthText = str_replace(' class="'.$res[1].'"','',$formWidthText);
1241 $classes = array_merge($classes, explode(' ',$res[1]));
1244 if (count($classes)) {
1245 $class = ' class="'.implode(' ',$classes).'"';
1248 $iOnChange = implode('',$PA['fieldChangeFunc']);
1250 <textarea name="'.$PA['itemFormElName'].'"'.$formWidthText.$class.' rows="'.$rows.'" wrap="'.$wrap.'" onchange="'.htmlspecialchars($iOnChange).'"'.$PA['onFocus'].'>'.
1251 t3lib_div
::formatForTextarea($PA['itemFormElValue']).
1253 $item = $this->renderWizards(array($item,$altItem),$config['wizards'],$table,$row,$field,$PA,$PA['itemFormElName'],$specConf,$RTEwouldHaveBeenLoaded);
1257 // Return field HTML:
1262 * Generation of TCEform elements of the type "check"
1263 * This will render a check-box OR an array of checkboxes
1265 * @param string The table name of the record
1266 * @param string The field name which this element is supposed to edit
1267 * @param array The record data array where the value(s) for the field can be found
1268 * @param array An array with additional configuration options.
1269 * @return string The HTML code for the TCEform field
1271 function getSingleField_typeCheck($table,$field,$row,&$PA) {
1272 $config = $PA['fieldConf']['config'];
1275 if($this->renderReadonly ||
$config['readOnly']) {
1276 $disabled = ' disabled="disabled"';
1279 // Traversing the array of items:
1280 $selItems = $this->initItemArray($PA['fieldConf']);
1281 if ($config['itemsProcFunc']) $selItems = $this->procItems($selItems,$PA['fieldTSConfig']['itemsProcFunc.'],$config,$table,$row,$field);
1283 if (!count($selItems)) {
1284 $selItems[]=array('','');
1286 $thisValue = intval($PA['itemFormElValue']);
1288 $cols = intval($config['cols']);
1290 $item.= '<table border="0" cellspacing="0" cellpadding="0" class="typo3-TCEforms-checkboxArray">';
1291 for ($c=0;$c<count($selItems);$c++
) {
1293 if(!($c%
$cols)) { $item.='<tr>'; }
1294 $cBP = $this->checkBoxParams($PA['itemFormElName'],$thisValue,$c,count($selItems),implode('',$PA['fieldChangeFunc']));
1295 $cBName = $PA['itemFormElName'].'_'.$c;
1296 $cBID = $PA['itemFormElID'].'_'.$c;
1297 $item.= '<td nowrap="nowrap">'.
1298 '<input type="checkbox"'.$this->insertDefStyle('check').' value="1" name="'.$cBName.'"'.$cBP.$disabled.' id="'.$cBID.'" />'.
1299 $this->wrapLabels('<label for="'.$cBID.'">'.htmlspecialchars($p[0]).'</label> ').
1301 if(($c%
$cols)+
1==$cols) {$item.='</tr>';}
1304 $rest=$cols-($c%
$cols);
1305 for ($c=0;$c<$rest;$c++
) {
1306 $item.= '<td></td>';
1308 if ($c>0) { $item.= '</tr>'; }
1312 for ($c=0;$c<count($selItems);$c++
) {
1314 $cBP = $this->checkBoxParams($PA['itemFormElName'],$thisValue,$c,count($selItems),implode('',$PA['fieldChangeFunc']));
1315 $cBName = $PA['itemFormElName'].'_'.$c;
1316 $cBID = $PA['itemFormElID'].'_'.$c;
1317 $item.= ($c>0?
'<br />':'').
1318 '<input type="checkbox"'.$this->insertDefStyle('check').' value="1" name="'.$cBName.'"'.$cBP.$PA['onFocus'].$disabled.' id="'.$cBID.'" />'.
1319 htmlspecialchars($p[0]);
1323 $item.= '<input type="hidden" name="'.$PA['itemFormElName'].'" value="'.htmlspecialchars($thisValue).'" />';
1330 * Generation of TCEform elements of the type "radio"
1331 * This will render a series of radio buttons.
1333 * @param string The table name of the record
1334 * @param string The field name which this element is supposed to edit
1335 * @param array The record data array where the value(s) for the field can be found
1336 * @param array An array with additional configuration options.
1337 * @return string The HTML code for the TCEform field
1339 function getSingleField_typeRadio($table,$field,$row,&$PA) {
1340 $config = $PA['fieldConf']['config'];
1343 if($this->renderReadonly ||
$config['readOnly']) {
1344 $disabled = ' disabled="disabled"';
1347 // Get items for the array:
1348 $selItems = $this->initItemArray($PA['fieldConf']);
1349 if ($config['itemsProcFunc']) $selItems = $this->procItems($selItems,$PA['fieldTSConfig']['itemsProcFunc.'],$config,$table,$row,$field);
1351 // Traverse the items, making the form elements:
1352 for ($c=0;$c<count($selItems);$c++
) {
1354 $rID = $PA['itemFormElID'].'_'.$c;
1355 $rOnClick = implode('',$PA['fieldChangeFunc']);
1356 $rChecked = (!strcmp($p[1],$PA['itemFormElValue'])?
' checked="checked"':'');
1357 $item.= '<input type="radio"'.$this->insertDefStyle('radio').' name="'.$PA['itemFormElName'].'" value="'.htmlspecialchars($p[1]).'" onclick="'.htmlspecialchars($rOnClick).'"'.$rChecked.$PA['onFocus'].$disabled.' id="'.$rID.'" />
1358 <label for="'.$rID.'">'.htmlspecialchars($p[0]).'</label>
1366 * Generation of TCEform elements of the type "select"
1367 * This will render a selector box element, or possibly a special construction with two selector boxes. That depends on configuration.
1369 * @param string The table name of the record
1370 * @param string The field name which this element is supposed to edit
1371 * @param array The record data array where the value(s) for the field can be found
1372 * @param array An array with additional configuration options.
1373 * @return string The HTML code for the TCEform field
1375 function getSingleField_typeSelect($table,$field,$row,&$PA) {
1378 // Field configuration from TCA:
1379 $config = $PA['fieldConf']['config'];
1382 if($this->renderReadonly ||
$config['readOnly']) {
1383 $disabled = ' disabled="disabled"';
1386 // "Extra" configuration; Returns configuration for the field based on settings found in the "types" fieldlist. See http://typo3.org/documentation/document-library/doc_core_api/Wizards_Configuratio/.
1387 $specConf = $this->getSpecConfFromString($PA['extra'], $PA['fieldConf']['defaultExtras']);
1389 // Getting the selector box items from the system
1390 $selItems = $this->addSelectOptionsToItemArray($this->initItemArray($PA['fieldConf']),$PA['fieldConf'],$this->setTSconfig($table,$row),$field);
1391 $selItems = $this->addItems($selItems,$PA['fieldTSConfig']['addItems.']);
1392 if ($config['itemsProcFunc']) $selItems = $this->procItems($selItems,$PA['fieldTSConfig']['itemsProcFunc.'],$config,$table,$row,$field);
1394 // Possibly remove some items:
1395 $removeItems = t3lib_div
::trimExplode(',',$PA['fieldTSConfig']['removeItems'],1);
1396 foreach($selItems as $tk => $p) {
1398 // Checking languages and authMode:
1399 $languageDeny = $TCA[$table]['ctrl']['languageField'] && !strcmp($TCA[$table]['ctrl']['languageField'], $field) && !$GLOBALS['BE_USER']->checkLanguageAccess($p[1]);
1400 $authModeDeny = $config['form_type']=='select' && $config['authMode'] && !$GLOBALS['BE_USER']->checkAuthMode($table,$field,$p[1],$config['authMode']);
1401 if (in_array($p[1],$removeItems) ||
$languageDeny ||
$authModeDeny) {
1402 unset($selItems[$tk]);
1403 } elseif (isset($PA['fieldTSConfig']['altLabels.'][$p[1]])) {
1404 $selItems[$tk][0]=$this->sL($PA['fieldTSConfig']['altLabels.'][$p[1]]);
1407 // Removing doktypes with no access:
1408 if ($table.'.'.$field == 'pages.doktype') {
1409 if (!($GLOBALS['BE_USER']->isAdmin() || t3lib_div
::inList($GLOBALS['BE_USER']->groupData
['pagetypes_select'],$p[1]))) {
1410 unset($selItems[$tk]);
1415 // Creating the label for the "No Matching Value" entry.
1416 $nMV_label = isset($PA['fieldTSConfig']['noMatchingValue_label']) ?
$this->sL($PA['fieldTSConfig']['noMatchingValue_label']) : '[ '.$this->getLL('l_noMatchingValue').' ]';
1418 // Prepare some values:
1419 $maxitems = intval($config['maxitems']);
1421 // If a SINGLE selector box...
1423 $item = $this->getSingleField_typeSelect_single($table,$field,$row,$PA,$config,$selItems,$nMV_label);
1424 } elseif (!strcmp($config['renderMode'],'checkbox')) { // Checkbox renderMode
1425 $item = $this->getSingleField_typeSelect_checkbox($table,$field,$row,$PA,$config,$selItems,$nMV_label);
1426 } elseif (!strcmp($config['renderMode'],'singlebox')) { // Single selector box renderMode
1427 $item = $this->getSingleField_typeSelect_singlebox($table,$field,$row,$PA,$config,$selItems,$nMV_label);
1428 } else { // Traditional multiple selector box:
1429 $item = $this->getSingleField_typeSelect_multiple($table,$field,$row,$PA,$config,$selItems,$nMV_label);
1434 $altItem = '<input type="hidden" name="'.$PA['itemFormElName'].'" value="'.htmlspecialchars($PA['itemFormElValue']).'" />';
1435 $item = $this->renderWizards(array($item,$altItem),$config['wizards'],$table,$row,$field,$PA,$PA['itemFormElName'],$specConf);
1442 * Creates a single-selector box
1443 * (Render function for getSingleField_typeSelect())
1445 * @param string See getSingleField_typeSelect()
1446 * @param string See getSingleField_typeSelect()
1447 * @param array See getSingleField_typeSelect()
1448 * @param array See getSingleField_typeSelect()
1449 * @param array (Redundant) content of $PA['fieldConf']['config'] (for convenience)
1450 * @param array Items available for selection
1451 * @param string Label for no-matching-value
1452 * @return string The HTML code for the item
1453 * @see getSingleField_typeSelect()
1455 function getSingleField_typeSelect_single($table,$field,$row,&$PA,$config,$selItems,$nMV_label) {
1456 // check against inline uniqueness
1457 $inlineParent = $this->inline
->getStructureLevel(-1);
1458 if(is_array($inlineParent) && $inlineParent['uid']) {
1459 if ($inlineParent['config']['foreign_table'] == $table && $inlineParent['config']['foreign_unique'] == $field) {
1460 $uniqueIds = $this->inline
->inlineData
['unique'][$this->inline
->inlineNames
['object'].'['.$table.']']['used'];
1461 $PA['fieldChangeFunc']['inlineUnique'] = "inline.updateUnique(this,'".$this->inline
->inlineNames
['object'].'['.$table."]','".$this->inline
->inlineNames
['form']."','".$row['uid']."');";
1463 // hide uid of parent record for symmetric relations
1464 if ($inlineParent['config']['foreign_table'] == $table && ($inlineParent['config']['foreign_field'] == $field ||
$inlineParent['config']['symmetric_field'] == $field)) {
1465 $uniqueIds[] = $inlineParent['uid'];
1472 $noMatchingValue = 1;
1474 $selicons = array();
1475 $onlySelectedIconShown = 0;
1476 $size = intval($config['size']);
1479 if($this->renderReadonly ||
$config['readOnly']) {
1480 $disabled = ' disabled="disabled"';
1481 $onlySelectedIconShown = 1;
1484 // Icon configuration:
1485 if ($config['suppress_icons']=='IF_VALUE_FALSE') {
1486 $suppressIcons = !$PA['itemFormElValue'] ?
1 : 0;
1487 } elseif ($config['suppress_icons']=='ONLY_SELECTED') {
1489 $onlySelectedIconShown=1;
1490 } elseif ($config['suppress_icons']) {
1492 } else $suppressIcons = 0;
1494 // Traverse the Array of selector box items:
1495 foreach($selItems as $p) {
1496 $sM = (!strcmp($PA['itemFormElValue'],$p[1])?
' selected="selected"':'');
1499 $noMatchingValue = 0;
1502 // Getting style attribute value (for icons):
1503 if ($config['iconsInOptionTags']) {
1504 $styleAttrValue = $this->optionTagStyle($p[2]);
1507 // Compiling the <option> tag:
1508 if (!($p[1] != $PA['itemFormElValue'] && is_array($uniqueIds) && in_array($p[1], $uniqueIds))) {
1509 $opt[]= '<option value="'.htmlspecialchars($p[1]).'"'.
1511 ($styleAttrValue ?
' style="'.htmlspecialchars($styleAttrValue).'"' : '').
1512 (!strcmp($p[1],'--div--') ?
' class="c-divider"' : '').
1513 '>'.t3lib_div
::deHSCentities(htmlspecialchars($p[0])).'</option>';
1516 // If there is an icon for the selector box (rendered in table under)...:
1517 if ($p[2] && !$suppressIcons && (!$onlySelectedIconShown ||
$sM)) {
1518 list($selIconFile,$selIconInfo)=$this->getIcon($p[2]);
1519 $iOnClick = $this->elName($PA['itemFormElName']).'.selectedIndex='.$c.'; '.implode('',$PA['fieldChangeFunc']).$this->blur().'return false;';
1521 (!$onlySelectedIconShown ?
'<a href="#" onclick="'.htmlspecialchars($iOnClick).'">' : '').
1522 '<img src="'.$selIconFile.'" '.$selIconInfo[3].' vspace="2" border="0" title="'.htmlspecialchars($p[0]).'" alt="'.htmlspecialchars($p[0]).'" />'.
1523 (!$onlySelectedIconShown ?
'</a>' : ''),
1529 // No-matching-value:
1530 if ($PA['itemFormElValue'] && $noMatchingValue && !$PA['fieldTSConfig']['disableNoMatchingValueElement'] && !$config['disableNoMatchingValueElement']) {
1531 $nMV_label = @sprintf
($nMV_label, $PA['itemFormElValue']);
1532 $opt[]= '<option value="'.htmlspecialchars($PA['itemFormElValue']).'" selected="selected">'.htmlspecialchars($nMV_label).'</option>';
1535 // Create item form fields:
1536 $sOnChange = 'if (this.options[this.selectedIndex].value==\'--div--\') {this.selectedIndex='.$sI.';} '.implode('',$PA['fieldChangeFunc']);
1538 $item.= '<input type="hidden" name="'.$PA['itemFormElName'].'_selIconVal" value="'.htmlspecialchars($sI).'" />'; // MUST be inserted before the selector - else is the value of the hiddenfield here mysteriously submitted...
1540 $item.= '<select name="'.$PA['itemFormElName'].'"'.
1541 $this->insertDefStyle('select').
1542 ($size?
' size="'.$size.'"':'').
1543 ' onchange="'.htmlspecialchars($sOnChange).'"'.
1544 $PA['onFocus'].$disabled.'>';
1545 $item.= implode('',$opt);
1546 $item.= '</select>';
1548 // Create icon table:
1549 if (count($selicons) && !$config['noIconsBelowSelect']) {
1550 $item.='<table border="0" cellpadding="0" cellspacing="0" class="typo3-TCEforms-selectIcons">';
1551 $selicon_cols = intval($config['selicon_cols']);
1552 if (!$selicon_cols) $selicon_cols=count($selicons);
1553 $sR = ceil(count($selicons)/$selicon_cols);
1554 $selicons = array_pad($selicons,$sR*$selicon_cols,'');
1555 for($sa=0;$sa<$sR;$sa++
) {
1557 for($sb=0;$sb<$selicon_cols;$sb++
) {
1558 $sk=($sa*$selicon_cols+
$sb);
1559 $imgN = 'selIcon_'.$table.'_'.$row['uid'].'_'.$field.'_'.$selicons[$sk][1];
1560 $imgS = ($selicons[$sk][2]?
$this->backPath
.'gfx/content_selected.gif':'clear.gif');
1561 $item.='<td><img name="'.htmlspecialchars($imgN).'" src="'.$imgS.'" width="7" height="10" alt="" /></td>';
1562 $item.='<td>'.$selicons[$sk][0].'</td>';
1573 * Creates a checkbox list (renderMode = "checkbox")
1574 * (Render function for getSingleField_typeSelect())
1576 * @param string See getSingleField_typeSelect()
1577 * @param string See getSingleField_typeSelect()
1578 * @param array See getSingleField_typeSelect()
1579 * @param array See getSingleField_typeSelect()
1580 * @param array (Redundant) content of $PA['fieldConf']['config'] (for convenience)
1581 * @param array Items available for selection
1582 * @param string Label for no-matching-value
1583 * @return string The HTML code for the item
1584 * @see getSingleField_typeSelect()
1586 function getSingleField_typeSelect_checkbox($table,$field,$row,&$PA,$config,$selItems,$nMV_label) {
1588 // Get values in an array (and make unique, which is fine because there can be no duplicates anyway):
1589 $itemArray = array_flip($this->extractValuesOnlyFromValueLabelList($PA['itemFormElValue']));
1592 if($this->renderReadonly ||
$config['readOnly']) {
1593 $disabled = ' disabled="disabled"';
1596 // Traverse the Array of selector box items:
1600 $sOnChange = implode('',$PA['fieldChangeFunc']);
1601 $setAll = array(); // Used to accumulate the JS needed to restore the original selection.
1602 foreach($selItems as $p) {
1603 // Non-selectable element:
1604 if (!strcmp($p[1],'--div--')) {
1605 if (count($setAll)) {
1609 '<a href="#" onclick="'.htmlspecialchars(implode('',$setAll).' return false;').'">'.
1610 htmlspecialchars($this->getLL('l_setAllCheckboxes')).
1617 <tr class="c-header">
1618 <td colspan="2">'.htmlspecialchars($p[0]).'</td>
1621 // Selected or not by default:
1623 if (isset($itemArray[$p[1]])) {
1624 $sM = ' checked="checked"';
1625 unset($itemArray[$p[1]]);
1631 list($selIconFile,$selIconInfo) = $this->getIcon($p[2]);
1635 $onClickCell = $this->elName($PA['itemFormElName'].'['.$c.']').'.checked=!'.$this->elName($PA['itemFormElName'].'['.$c.']').'.checked;';
1636 $onClick = 'this.attributes.getNamedItem("class").nodeValue = '.$this->elName($PA['itemFormElName'].'['.$c.']').'.checked ? "c-selectedItem" : "";';
1637 $setAll[] = $this->elName($PA['itemFormElName'].'['.$c.']').'.checked=1;';
1639 <tr class="'.($sM ?
'c-selectedItem' : '').'" onclick="'.htmlspecialchars($onClick).'" style="cursor: pointer;">
1640 <td><input type="checkbox"'.$this->insertDefStyle('check').' name="'.htmlspecialchars($PA['itemFormElName'].'['.$c.']').'" value="'.htmlspecialchars($p[1]).'"'.$sM.' onclick="'.htmlspecialchars($sOnChange).'"'.$PA['onFocus'].' /></td>
1641 <td class="c-labelCell" onclick="'.htmlspecialchars($onClickCell).'">'.
1642 ($selIconFile ?
'<img src="'.$selIconFile.'" '.$selIconInfo[3].' vspace="2" border="0" class="absmiddle" style="margin-right: 4px;" alt="" />' : '').
1643 t3lib_div
::deHSCentities(htmlspecialchars($p[0])).
1644 (strcmp($p[3],'') ?
'<br/><p class="c-descr">'.nl2br(trim(htmlspecialchars($p[3]))).'</p>' : '').
1651 // Remaining checkboxes will get their set-all link:
1652 if (count($setAll)) {
1656 '<a href="#" onclick="'.htmlspecialchars(implode('',$setAll).' return false;').'">'.
1657 htmlspecialchars($this->getLL('l_setAllCheckboxes')).
1663 // Remaining values (invalid):
1664 if (count($itemArray) && !$PA['fieldTSConfig']['disableNoMatchingValueElement'] && !$config['disableNoMatchingValueElement']) {
1665 foreach($itemArray as $theNoMatchValue => $temp) {
1666 // Compile <checkboxes> tag:
1667 array_unshift($tRows,'
1668 <tr class="c-invalidItem">
1669 <td><input type="checkbox"'.$this->insertDefStyle('check').' name="'.htmlspecialchars($PA['itemFormElName'].'['.$c.']').'" value="'.htmlspecialchars($theNoMatchValue).'" checked="checked" onclick="'.htmlspecialchars($sOnChange).'"'.$PA['onFocus'].$disabled.' /></td>
1670 <td class="c-labelCell">'.
1671 t3lib_div
::deHSCentities(htmlspecialchars(@sprintf
($nMV_label, $theNoMatchValue))).
1678 // Add an empty hidden field which will send a blank value if all items are unselected.
1679 $item.='<input type="hidden" name="'.htmlspecialchars($PA['itemFormElName']).'" value="" />';
1681 // Implode rows in table:
1683 <table border="0" cellpadding="0" cellspacing="0" class="typo3-TCEforms-select-checkbox">'.
1684 implode('',$tRows).'
1692 * Creates a selectorbox list (renderMode = "singlebox")
1693 * (Render function for getSingleField_typeSelect())
1695 * @param string See getSingleField_typeSelect()
1696 * @param string See getSingleField_typeSelect()
1697 * @param array See getSingleField_typeSelect()
1698 * @param array See getSingleField_typeSelect()
1699 * @param array (Redundant) content of $PA['fieldConf']['config'] (for convenience)
1700 * @param array Items available for selection
1701 * @param string Label for no-matching-value
1702 * @return string The HTML code for the item
1703 * @see getSingleField_typeSelect()
1705 function getSingleField_typeSelect_singlebox($table,$field,$row,&$PA,$config,$selItems,$nMV_label) {
1707 // Get values in an array (and make unique, which is fine because there can be no duplicates anyway):
1708 $itemArray = array_flip($this->extractValuesOnlyFromValueLabelList($PA['itemFormElValue']));
1711 if($this->renderReadonly ||
$config['readOnly']) {
1712 $disabled = ' disabled="disabled"';
1715 // Traverse the Array of selector box items:
1717 $restoreCmd = array(); // Used to accumulate the JS needed to restore the original selection.
1719 foreach($selItems as $p) {
1720 // Selected or not by default:
1722 if (isset($itemArray[$p[1]])) {
1723 $sM = ' selected="selected"';
1724 $restoreCmd[] = $this->elName($PA['itemFormElName'].'[]').'.options['.$c.'].selected=1;';
1725 unset($itemArray[$p[1]]);
1728 // Non-selectable element:
1730 if (!strcmp($p[1],'--div--')) {
1731 $nonSel = ' onclick="this.selected=0;" class="c-divider"';
1734 // Icon style for option tag:
1735 if ($config['iconsInOptionTags']) {
1736 $styleAttrValue = $this->optionTagStyle($p[2]);
1739 // Compile <option> tag:
1740 $opt[] = '<option value="'.htmlspecialchars($p[1]).'"'.
1743 ($styleAttrValue ?
' style="'.htmlspecialchars($styleAttrValue).'"' : '').
1744 '>'.t3lib_div
::deHSCentities(htmlspecialchars($p[0])).'</option>';
1748 // Remaining values:
1749 if (count($itemArray) && !$PA['fieldTSConfig']['disableNoMatchingValueElement'] && !$config['disableNoMatchingValueElement']) {
1750 foreach($itemArray as $theNoMatchValue => $temp) {
1751 // Compile <option> tag:
1752 array_unshift($opt,'<option value="'.htmlspecialchars($theNoMatchValue).'" selected="selected">'.t3lib_div
::deHSCentities(htmlspecialchars(@sprintf
($nMV_label, $theNoMatchValue))).'</option>');
1756 // Compile selector box:
1757 $sOnChange = implode('',$PA['fieldChangeFunc']);
1758 $selector_itemListStyle = isset($config['itemListStyle']) ?
' style="'.htmlspecialchars($config['itemListStyle']).'"' : ' style="'.$this->defaultMultipleSelectorStyle
.'"';
1759 $size = intval($config['size']);
1760 $size = $config['autoSizeMax'] ? t3lib_div
::intInRange(count($selItems)+
1,t3lib_div
::intInRange($size,1),$config['autoSizeMax']) : $size;
1761 $selectBox = '<select name="'.$PA['itemFormElName'].'[]"'.
1762 $this->insertDefStyle('select').
1763 ($size ?
' size="'.$size.'"' : '').
1764 ' multiple="multiple" onchange="'.htmlspecialchars($sOnChange).'"'.
1766 $selector_itemListStyle.
1773 // Add an empty hidden field which will send a blank value if all items are unselected.
1775 $item.='<input type="hidden" name="'.htmlspecialchars($PA['itemFormElName']).'" value="" />';
1778 // Put it all into a table:
1780 <table border="0" cellspacing="0" cellpadding="0" width="1" class="typo3-TCEforms-select-singlebox">
1786 htmlspecialchars($this->getLL('l_holdDownCTRL')).
1790 <a href="#" onclick="'.htmlspecialchars($this->elName($PA['itemFormElName'].'[]').'.selectedIndex=-1;'.implode('',$restoreCmd).' return false;').'">'.
1791 '<img'.t3lib_iconWorks
::skinImg($this->backPath
,'gfx/history.gif','width="13" height="12"').' title="'.htmlspecialchars($this->getLL('l_revertSelection')).'" alt="" />'.
1802 * Creates a multiple-selector box (two boxes, side-by-side)
1803 * (Render function for getSingleField_typeSelect())
1805 * @param string See getSingleField_typeSelect()
1806 * @param string See getSingleField_typeSelect()
1807 * @param array See getSingleField_typeSelect()
1808 * @param array See getSingleField_typeSelect()
1809 * @param array (Redundant) content of $PA['fieldConf']['config'] (for convenience)
1810 * @param array Items available for selection
1811 * @param string Label for no-matching-value
1812 * @return string The HTML code for the item
1813 * @see getSingleField_typeSelect()
1815 function getSingleField_typeSelect_multiple($table,$field,$row,&$PA,$config,$selItems,$nMV_label) {
1818 if($this->renderReadonly ||
$config['readOnly']) {
1819 $disabled = ' disabled="disabled"';
1822 // Setting this hidden field (as a flag that JavaScript can read out)
1824 $item.= '<input type="hidden" name="'.$PA['itemFormElName'].'_mul" value="'.($config['multiple']?
1:0).'" />';
1827 // Set max and min items:
1828 $maxitems = t3lib_div
::intInRange($config['maxitems'],0);
1829 if (!$maxitems) $maxitems=100000;
1830 $minitems = t3lib_div
::intInRange($config['minitems'],0);
1832 // Register the required number of elements:
1833 $this->requiredElements
[$PA['itemFormElName']] = array($minitems,$maxitems,'imgName'=>$table.'_'.$row['uid'].'_'.$field);
1835 // Get "removeItems":
1836 $removeItems = t3lib_div
::trimExplode(',',$PA['fieldTSConfig']['removeItems'],1);
1838 // Perform modification of the selected items array:
1839 $itemArray = t3lib_div
::trimExplode(',',$PA['itemFormElValue'],1);
1840 foreach($itemArray as $tk => $tv) {
1841 $tvP = explode('|',$tv,2);
1842 $evalValue = rawurldecode($tvP[0]);
1843 $isRemoved = in_array($evalValue,$removeItems) ||
($config['form_type']=='select' && $config['authMode'] && !$GLOBALS['BE_USER']->checkAuthMode($table,$field,$evalValue,$config['authMode']));
1844 if ($isRemoved && !$PA['fieldTSConfig']['disableNoMatchingValueElement'] && !$config['disableNoMatchingValueElement']) {
1845 $tvP[1] = rawurlencode(@sprintf
($nMV_label, $evalValue));
1846 } elseif (isset($PA['fieldTSConfig']['altLabels.'][$evalValue])) {
1847 $tvP[1] = rawurlencode($this->sL($PA['fieldTSConfig']['altLabels.'][$evalValue]));
1849 $itemArray[$tk] = implode('|',$tvP);
1851 $itemsToSelect = '';
1854 // Create option tags:
1856 $styleAttrValue = '';
1857 foreach($selItems as $p) {
1858 if ($config['iconsInOptionTags']) {
1859 $styleAttrValue = $this->optionTagStyle($p[2]);
1861 $opt[]= '<option value="'.htmlspecialchars($p[1]).'"'.
1862 ($styleAttrValue ?
' style="'.htmlspecialchars($styleAttrValue).'"' : '').
1863 '>'.htmlspecialchars($p[0]).'</option>';
1866 // Put together the selector box:
1867 $selector_itemListStyle = isset($config['itemListStyle']) ?
' style="'.htmlspecialchars($config['itemListStyle']).'"' : ' style="'.$this->defaultMultipleSelectorStyle
.'"';
1868 $size = intval($config['size']);
1869 $size = $config['autoSizeMax'] ? t3lib_div
::intInRange(count($itemArray)+
1,t3lib_div
::intInRange($size,1),$config['autoSizeMax']) : $size;
1870 if ($config['exclusiveKeys']) {
1871 $sOnChange = 'setFormValueFromBrowseWin(\''.$PA['itemFormElName'].'\',this.options[this.selectedIndex].value,this.options[this.selectedIndex].text,\''.$config['exclusiveKeys'].'\'); ';
1873 $sOnChange = 'setFormValueFromBrowseWin(\''.$PA['itemFormElName'].'\',this.options[this.selectedIndex].value,this.options[this.selectedIndex].text); ';
1875 $sOnChange .= implode('',$PA['fieldChangeFunc']);
1877 <select name="'.$PA['itemFormElName'].'_sel"'.
1878 $this->insertDefStyle('select').
1879 ($size ?
' size="'.$size.'"' : '').
1880 ' onchange="'.htmlspecialchars($sOnChange).'"'.
1882 $selector_itemListStyle.'>
1888 // Pass to "dbFileIcons" function:
1891 'autoSizeMax' => t3lib_div
::intInRange($config['autoSizeMax'],0),
1892 'style' => isset($config['selectedListStyle']) ?
' style="'.htmlspecialchars($config['selectedListStyle']).'"' : ' style="'.$this->defaultMultipleSelectorStyle
.'"',
1893 'dontShowMoveIcons' => ($maxitems<=1),
1894 'maxitems' => $maxitems,
1897 'selector' => $this->getLL('l_selected').':<br />',
1898 'items' => $this->getLL('l_items').':<br />'
1901 'thumbnails' => $itemsToSelect,
1902 'readOnly' => $disabled
1904 $item.= $this->dbFileIcons($PA['itemFormElName'],'','',$itemArray,'',$params,$PA['onFocus']);
1910 * Generation of TCEform elements of the type "group"
1911 * This will render a selectorbox into which elements from either the file system or database can be inserted. Relations.
1913 * @param string The table name of the record
1914 * @param string The field name which this element is supposed to edit
1915 * @param array The record data array where the value(s) for the field can be found
1916 * @param array An array with additional configuration options.
1917 * @return string The HTML code for the TCEform field
1919 function getSingleField_typeGroup($table,$field,$row,&$PA) {
1921 $config = $PA['fieldConf']['config'];
1922 $internal_type = $config['internal_type'];
1923 $show_thumbs = $config['show_thumbs'];
1924 $size = intval($config['size']);
1925 $maxitems = t3lib_div
::intInRange($config['maxitems'],0);
1926 if (!$maxitems) $maxitems=100000;
1927 $minitems = t3lib_div
::intInRange($config['minitems'],0);
1928 $allowed = $config['allowed'];
1929 $disallowed = $config['disallowed'];
1932 if($this->renderReadonly ||
$config['readOnly']) {
1933 $disabled = ' disabled="disabled"';
1936 $item.= '<input type="hidden" name="'.$PA['itemFormElName'].'_mul" value="'.($config['multiple']?
1:0).'"'.$disabled.' />';
1937 $this->requiredElements
[$PA['itemFormElName']] = array($minitems,$maxitems,'imgName'=>$table.'_'.$row['uid'].'_'.$field);
1940 // "Extra" configuration; Returns configuration for the field based on settings found in the "types" fieldlist. See http://typo3.org/documentation/document-library/doc_core_api/Wizards_Configuratio/.
1941 $specConf = $this->getSpecConfFromString($PA['extra'], $PA['fieldConf']['defaultExtras']);
1943 // Acting according to either "file" or "db" type:
1944 switch((string)$config['internal_type']) {
1945 case 'file': // If the element is of the internal type "file":
1947 // Creating string showing allowed types:
1948 $tempFT = t3lib_div
::trimExplode(',',$allowed,1);
1949 if (!count($tempFT)) {$info.='*';}
1950 foreach($tempFT as $ext) {
1952 $info.=strtoupper($ext).' ';
1955 // Creating string, showing disallowed types:
1956 $tempFT_dis = t3lib_div
::trimExplode(',',$disallowed,1);
1957 if (count($tempFT_dis)) {$info.='<br />';}
1958 foreach($tempFT_dis as $ext) {
1960 $info.='-'.strtoupper($ext).' ';
1964 // Making the array of file items:
1965 $itemArray = t3lib_div
::trimExplode(',',$PA['itemFormElValue'],1);
1967 // Showing thumbnails:
1971 foreach($itemArray as $imgRead) {
1972 $imgP = explode('|',$imgRead);
1973 $imgPath = rawurldecode($imgP[0]);
1976 $rowCopy[$field] = $imgPath;
1978 // Icon + clickmenu:
1979 $absFilePath = t3lib_div
::getFileAbsFileName($config['uploadfolder'].'/'.$imgPath);
1981 $fI = pathinfo($imgPath);
1982 $fileIcon = t3lib_BEfunc
::getFileIcon(strtolower($fI['extension']));
1983 $fileIcon = '<img'.t3lib_iconWorks
::skinImg($this->backPath
,'gfx/fileicons/'.$fileIcon,'width="18" height="16"').' class="absmiddle" title="'.htmlspecialchars($fI['basename'].($absFilePath && @is_file
($absFilePath) ?
' ('.t3lib_div
::formatSize(filesize($absFilePath)).'bytes)' : ' - FILE NOT FOUND!')).'" alt="" />';
1985 $imgs[] = '<span class="nobr">'.t3lib_BEfunc
::thumbCode($rowCopy,$table,$field,$this->backPath
,'thumbs.php',$config['uploadfolder'],0,' align="middle"').
1986 ($absFilePath ?
$this->getClickMenu($fileIcon, $absFilePath) : $fileIcon).
1990 $thumbsnail = implode('<br />',$imgs);
1993 // Creating the element:
1996 'dontShowMoveIcons' => ($maxitems<=1),
1997 'autoSizeMax' => t3lib_div
::intInRange($config['autoSizeMax'],0),
1998 'maxitems' => $maxitems,
1999 'style' => isset($config['selectedListStyle']) ?
' style="'.htmlspecialchars($config['selectedListStyle']).'"' : ' style="'.$this->defaultMultipleSelectorStyle
.'"',
2001 'thumbnails' => $thumbsnail,
2002 'readOnly' => $disabled
2004 $item.= $this->dbFileIcons($PA['itemFormElName'],'file',implode(',',$tempFT),$itemArray,'',$params,$PA['onFocus']);
2007 // Adding the upload field:
2008 if ($this->edit_docModuleUpload
) $item.='<input type="file" name="'.$PA['itemFormElName_file'].'"'.$this->formWidth().' size="60" />';
2011 case 'db': // If the element is of the internal type "db":
2013 // Creating string showing allowed types:
2014 $tempFT = t3lib_div
::trimExplode(',',$allowed,1);
2015 if (!strcmp(trim($tempFT[0]),'*')) {
2016 $info.='<span class="nobr"> '.
2017 htmlspecialchars($this->getLL('l_allTables')).
2020 while(list(,$theT)=each($tempFT)) {
2022 $info.='<span class="nobr"> '.
2023 t3lib_iconWorks
::getIconImage($theT,array(),$this->backPath
,'align="top"').
2024 htmlspecialchars($this->sL($GLOBALS['TCA'][$theT]['ctrl']['title'])).
2030 $perms_clause = $GLOBALS['BE_USER']->getPagePermsClause(1);
2031 $itemArray = array();
2035 $temp_itemArray = t3lib_div
::trimExplode(',',$PA['itemFormElValue'],1);
2036 foreach($temp_itemArray as $dbRead) {
2037 $recordParts = explode('|',$dbRead);
2038 list($this_table,$this_uid) = t3lib_BEfunc
::splitTable_Uid($recordParts[0]);
2039 $itemArray[] = array('table'=>$this_table, 'id'=>$this_uid);
2040 if (!$disabled && $show_thumbs) {
2041 $rr = t3lib_BEfunc
::getRecordWSOL($this_table,$this_uid);
2042 $imgs[] = '<span class="nobr">'.
2043 $this->getClickMenu(t3lib_iconWorks
::getIconImage($this_table,$rr,$this->backPath
,'align="top" title="'.htmlspecialchars(t3lib_BEfunc
::getRecordPath($rr['pid'],$perms_clause,15)).' [UID: '.$rr['uid'].']"'),$this_table, $this_uid).
2045 t3lib_BEfunc
::getRecordTitle($this_table,$rr,TRUE).' <span class="typo3-dimmed"><em>['.$rr['uid'].']</em></span>'.
2050 if (!$disabled && $show_thumbs) {
2051 $thumbsnail = implode('<br />',$imgs);
2054 // Creating the element:
2057 'dontShowMoveIcons' => ($maxitems<=1),
2058 'autoSizeMax' => t3lib_div
::intInRange($config['autoSizeMax'],0),
2059 'maxitems' => $maxitems,
2060 'style' => isset($config['selectedListStyle']) ?
' style="'.htmlspecialchars($config['selectedListStyle']).'"' : ' style="'.$this->defaultMultipleSelectorStyle
.'"',
2062 'thumbnails' => $thumbsnail,
2063 'readOnly' => $disabled
2065 $item.= $this->dbFileIcons($PA['itemFormElName'],'db',implode(',',$tempFT),$itemArray,'',$params,$PA['onFocus'],$table,$field,$row['uid']);
2071 $altItem = '<input type="hidden" name="'.$PA['itemFormElName'].'" value="'.htmlspecialchars($PA['itemFormElValue']).'" />';
2073 $item = $this->renderWizards(array($item,$altItem),$config['wizards'],$table,$row,$field,$PA,$PA['itemFormElName'],$specConf);
2080 * Generation of TCEform elements of the type "none"
2081 * This will render a non-editable display of the content of the field.
2083 * @param string The table name of the record
2084 * @param string The field name which this element is supposed to edit
2085 * @param array The record data array where the value(s) for the field can be found
2086 * @param array An array with additional configuration options.
2087 * @return string The HTML code for the TCEform field
2089 function getSingleField_typeNone($table,$field,$row,&$PA) {
2091 $config = $PA['fieldConf']['config'];
2092 $itemValue = $PA['itemFormElValue'];
2094 return $this->getSingleField_typeNone_render($config,$itemValue);
2098 * HTML rendering of a value which is not editable.
2100 * @param array Configuration for the display
2101 * @param string The value to display
2102 * @return string The HTML code for the display
2103 * @see getSingleField_typeNone();
2105 function getSingleField_typeNone_render($config,$itemValue) {
2107 // is colorScheme[0] the right value?
2108 $divStyle = 'border:solid 1px '.t3lib_div
::modifyHTMLColorAll($this->colorScheme
[0],-30).';'.$this->defStyle
.$this->formElStyle('none').' background-color: '.$this->colorScheme
[0].'; padding-left:1px;color:#555;';
2110 if ($config['format']) {
2111 $itemValue = $this->formatValue($config, $itemValue);
2114 $rows = intval($config['rows']);
2116 if(!$config['pass_content']) {
2117 $itemValue = nl2br(htmlspecialchars($itemValue));
2120 $cols = t3lib_div
::intInRange($config['cols'] ?
$config['cols'] : 30, 5, $this->maxTextareaWidth
);
2121 if (!$config['fixedRows']) {
2122 $origRows = $rows = t3lib_div
::intInRange($rows, 1, 20);
2123 if (strlen($itemValue)>$this->charsPerRow
*2) {
2124 $cols = $this->maxTextareaWidth
;
2125 $rows = t3lib_div
::intInRange(round(strlen($itemValue)/$this->charsPerRow
),count(explode(chr(10),$itemValue)),20);
2126 if ($rows<$origRows) $rows=$origRows;
2130 if ($this->docLarge
) $cols = round($cols*$this->form_largeComp
);
2131 $width = ceil($cols*$this->form_rowsToStylewidth
);
2132 // hardcoded: 12 is the height of the font
2136 <div style="'.htmlspecialchars($divStyle.' overflow:auto; height:'.$height.'px; width:'.$width.'px;').'" class="'.htmlspecialchars($this->formElClass('none')).'">'.
2140 if(!$config['pass_content']) {
2141 $itemValue = htmlspecialchars($itemValue);
2144 $cols = $config['cols']?
$config['cols']:($config['size']?
$config['size']:$this->maxInputWidth
);
2145 if ($this->docLarge
) $cols = round($cols*$this->form_largeComp
);
2146 $width = ceil($cols*$this->form_rowsToStylewidth
);
2148 // overflow:auto crashes mozilla here. Title tag is usefull when text is longer than the div box (overflow:hidden).
2150 <div style="'.htmlspecialchars($divStyle.' overflow:hidden; width:'.$width.'px;').'" class="'.htmlspecialchars($this->formElClass('none')).'" title="'.$itemValue.'">'.
2151 '<span class="nobr">'.(strcmp($itemValue,'')?
$itemValue:' ').'</span>'.
2159 * Handler for Flex Forms
2161 * @param string The table name of the record
2162 * @param string The field name which this element is supposed to edit
2163 * @param array The record data array where the value(s) for the field can be found
2164 * @param array An array with additional configuration options.
2165 * @return string The HTML code for the TCEform field
2167 function getSingleField_typeFlex($table,$field,$row,&$PA) {
2170 $dataStructArray = t3lib_BEfunc
::getFlexFormDS($PA['fieldConf']['config'],$row,$table);
2172 // Get data structure:
2173 if (is_array($dataStructArray)) {
2176 $xmlData = $PA['itemFormElValue'];
2177 $xmlHeaderAttributes = t3lib_div
::xmlGetHeaderAttribs($xmlData);
2178 $storeInCharset = strtolower($xmlHeaderAttributes['encoding']);
2179 if ($storeInCharset) {
2180 $currentCharset=$GLOBALS['LANG']->charSet
;
2181 $xmlData = $GLOBALS['LANG']->csConvObj
->conv($xmlData,$storeInCharset,$currentCharset,1);
2183 $editData=t3lib_div
::xml2array($xmlData);
2184 if (!is_array($editData)) { // Must be XML parsing error...
2186 } elseif (!isset($editData['meta']) ||
!is_array($editData['meta'])) {
2187 $editData['meta'] = array();
2190 // Find the data structure if sheets are found:
2191 $sheet = $editData['meta']['currentSheetId'] ?
$editData['meta']['currentSheetId'] : 'sDEF'; // Sheet to display
2193 // Create sheet menu:
2194 // if (is_array($dataStructArray['sheets'])) {
2195 // #$item.=$this->getSingleField_typeFlex_sheetMenu($dataStructArray['sheets'], $PA['itemFormElName'].'[meta][currentSheetId]', $sheet).'<br />';
2198 // Create language menu:
2199 $langChildren = $dataStructArray['meta']['langChildren'] ?
1 : 0;
2200 $langDisabled = $dataStructArray['meta']['langDisable'] ?
1 : 0;
2202 $editData['meta']['currentLangId']=array();
2203 $languages = $this->getAvailableLanguages();
2205 foreach($languages as $lInfo) {
2206 if ($GLOBALS['BE_USER']->checkLanguageAccess($lInfo['uid'])) {
2207 $editData['meta']['currentLangId'][] = $lInfo['ISOcode'];
2210 if (!is_array($editData['meta']['currentLangId']) ||
!count($editData['meta']['currentLangId'])) {
2211 $editData['meta']['currentLangId']=array('DEF');
2214 $editData['meta']['currentLangId'] = array_unique($editData['meta']['currentLangId']);
2217 // if (!$langDisabled && count($languages) > 1) {
2218 // $item.=$this->getSingleField_typeFlex_langMenu($languages, $PA['itemFormElName'].'[meta][currentLangId]', $editData['meta']['currentLangId']).'<br />';
2221 $PA['_noEditDEF'] = FALSE;
2222 if ($langChildren ||
$langDisabled) {
2223 $rotateLang = array('DEF');
2225 if (!in_array('DEF',$editData['meta']['currentLangId'])) {
2226 array_unshift($editData['meta']['currentLangId'],'DEF');
2227 $PA['_noEditDEF'] = TRUE;
2229 $rotateLang = $editData['meta']['currentLangId'];
2233 if (is_array($dataStructArray['sheets'])) {
2234 $tabsToTraverse = array_keys($dataStructArray['sheets']);
2236 $tabsToTraverse = array($sheet);
2239 foreach ($rotateLang as $lKey) {
2240 if (!$langChildren && !$langDisabled) {
2241 $item.= '<b>'.$this->getLanguageIcon($table,$row,'v'.$lKey).$lKey.':</b>';
2244 $tabParts = array();
2245 foreach ($tabsToTraverse as $sheet) {
2246 $sheetCfg = $dataStructArray['sheets'][$sheet];
2247 list ($dataStruct, $sheet) = t3lib_div
::resolveSheetDefInDS($dataStructArray,$sheet);
2250 if (is_array($dataStruct['ROOT']) && is_array($dataStruct['ROOT']['el'])) {
2251 $cmdData = t3lib_div
::_GP('flexFormsCmdData');
2252 $lang = 'l'.$lKey; // Default language, other options are "lUK" or whatever country code (independant of system!!!)
2253 $PA['_valLang'] = $langChildren && !$langDisabled ?
$editData['meta']['currentLangId'] : 'DEF'; // Default language, other options are "lUK" or whatever country code (independant of system!!!)
2254 $PA['_lang'] = $lang;
2257 $tRows = $this->getSingleField_typeFlex_draw(
2258 $dataStruct['ROOT']['el'],
2259 $editData['data'][$sheet][$lang],
2260 $cmdData['data'][$sheet][$lang],
2265 '[data]['.$sheet.']['.$lang.']'
2267 $sheetContent= '<table border="0" cellpadding="1" cellspacing="1" class="typo3-TCEforms-flexForm">'.implode('',$tRows).'</table>';
2269 # $item = '<div style=" position:absolute;">'.$item.'</div>';
2270 //visibility:hidden;
2271 } else $sheetContent='Data Structure ERROR: No ROOT element found for sheet "'.$sheet.'".';
2274 $tabParts[] = array(
2275 'label' => ($sheetCfg['ROOT']['TCEforms']['sheetTitle'] ?
$this->sL($sheetCfg['ROOT']['TCEforms']['sheetTitle']) : $sheet),
2276 'description' => ($sheetCfg['ROOT']['TCEforms']['sheetDescription'] ?
$this->sL($sheetCfg['ROOT']['TCEforms']['sheetDescription']) : ''),
2277 'linkTitle' => ($sheetCfg['ROOT']['TCEforms']['sheetShortDescr'] ?
$this->sL($sheetCfg['ROOT']['TCEforms']['sheetShortDescr']) : ''),
2278 'content' => $sheetContent
2282 if (is_array($dataStructArray['sheets'])) {
2283 $item.= $this->getDynTabMenu($tabParts,'TCEFORMS:flexform:'.$PA['itemFormElName'].$PA['_lang']);
2285 $item.= $sheetContent;
2288 } else $item='Data Structure ERROR: '.$dataStructArray;
2294 * Creates the language menu for FlexForms:
2296 * @param [type] $languages: ...
2297 * @param [type] $elName: ...
2298 * @param [type] $selectedLanguage: ...
2299 * @param [type] $multi: ...
2300 * @return string HTML for menu
2302 function getSingleField_typeFlex_langMenu($languages,$elName,$selectedLanguage,$multi=1) {
2304 foreach($languages as $lArr) {
2305 $opt[]='<option value="'.htmlspecialchars($lArr['ISOcode']).'"'.(in_array($lArr['ISOcode'],$selectedLanguage)?
' selected="selected"':'').'>'.htmlspecialchars($lArr['title']).'</option>';
2308 $output = '<select name="'.$elName.'[]"'.($multi ?
' multiple="multiple" size="'.count($languages).'"' : '').'>'.implode('',$opt).'</select>';
2314 * Creates the menu for selection of the sheets:
2316 * @param array Sheet array for which to render the menu
2317 * @param string Form element name of the field containing the sheet pointer
2318 * @param string Current sheet key
2319 * @return string HTML for menu
2321 function getSingleField_typeFlex_sheetMenu($sArr,$elName,$sheetKey) {
2324 $pct = round(100/count($sArr));
2325 foreach($sArr as $sKey => $sheetCfg) {
2326 if ($GLOBALS['BE_USER']->jsConfirmation(1)) {
2327 $onClick = 'if (confirm(TBE_EDITOR.labels.onChangeAlert) && TBE_EDITOR.checkSubmit(-1)){'.$this->elName($elName).".value='".$sKey."'; TBE_EDITOR.submitForm()};";
2329 $onClick = 'if(TBE_EDITOR.checkSubmit(-1)){ '.$this->elName($elName).".value='".$sKey."'; TBE_EDITOR.submitForm();}";
2333 $tCells[]='<td width="'.$pct.'%" style="'.($sKey==$sheetKey ?
'background-color: #9999cc; font-weight: bold;' : 'background-color: #aaaaaa;').' cursor: hand;" onclick="'.htmlspecialchars($onClick).'" align="center">'.
2334 ($sheetCfg['ROOT']['TCEforms']['sheetTitle'] ?
$this->sL($sheetCfg['ROOT']['TCEforms']['sheetTitle']) : $sKey).
2338 return '<table border="0" cellpadding="0" cellspacing="2" class="typo3-TCEforms-flexForm-sheetMenu"><tr>'.implode('',$tCells).'</tr></table>';
2342 * [Describe function...]
2344 * @param [type] $dataStruct: ...
2345 * @param [type] $editData: ...
2346 * @param [type] $cmdData: ...
2347 * @param [type] $table: ...
2348 * @param [type] $field: ...
2349 * @param [type] $row: ...
2350 * @param [type] $PA: ...
2351 * @param [type] $formPrefix: ...
2352 * @param [type] $level: ...
2353 * @param [type] $tRows: ...
2354 * @return [type] ...
2356 function getSingleField_typeFlex_draw($dataStruct,$editData,$cmdData,$table,$field,$row,&$PA,$formPrefix='',$level=0,$tRows=array()) {
2358 // Data Structure array must be ... and array of course...
2359 if (is_array($dataStruct)) {
2360 foreach($dataStruct as $key => $value) {
2361 if (is_array($value)) { // The value of each entry must be an array.
2363 // ********************
2365 // ********************
2369 $rowCells['title'] = '<img src="clear.gif" width="'.($level*16).'" height="1" alt="" /><strong>'.htmlspecialchars(t3lib_div
::fixed_lgd_cs($this->sL($value['tx_templavoila']['title']),30)).'</strong>';;
2371 $rowCells['formEl']='';
2372 if ($value['type']=='array') {
2373 if ($value['section']) {
2374 // Render "NEW [container]" selectorbox:
2375 if (is_array($value['el'])) {
2377 $opt[]='<option value=""></option>';
2378 foreach($value['el'] as $kk => $vv) {
2379 $opt[]='<option value="'.$kk.'">'.htmlspecialchars($this->sL($value['el'][$kk]['tx_templavoila']['title'])).'</option>';
2381 $rowCells['formEl']=$this->getLL('l_new_section') . ' <select name="flexFormsCmdData'.$formPrefix.'['.$key.'][value]">'.implode('',$opt).'</select> ';
2382 $rowCells['formEl'].=$this->getLL('l_count') . ' <select name="flexFormsCmdData'.$formPrefix.'['.$key.'][count]">';
2383 for ($i = 1; $i <= 10; $i++
) {
2384 $rowCells['formEl'].='<option value="' . $i . '">' . $i . '</option>';
2386 $rowCells['formEl'].='</select>';
2390 $tRows[]='<tr class="bgColor2">
2391 <td nowrap="nowrap" valign="top">'.$rowCells['title'].'</td>
2392 <td>'.$rowCells['formEl'].'</td>
2396 if (is_array($editData[$key]['el'])) {
2397 foreach ($editData[$key]['el'] as $k3 => $v3) {
2399 $theType = key($v3);
2400 $theDat = $v3[$theType];
2401 $newSectionEl = $value['el'][$theType];
2402 if (is_array($newSectionEl)) {
2403 $tRows = $this->getSingleField_typeFlex_draw(
2404 array($theType => $newSectionEl),
2405 array($theType => $theDat),
2406 $cmdData[$key]['el'][$cc],
2411 $formPrefix.'['.$key.'][el]['.$cc.']',
2420 if ($cmdData[$key]['value']) {
2421 $newSectionEl = $value['el'][$cmdData[$key]['value']];
2422 if (is_array($newSectionEl)) {
2423 $newElCount = max(1, intval($cmdData[$key]['count']));
2424 for ($newElNum = 0; $newElNum < $newElCount; $newElNum++
) {
2425 $tRows = $this->getSingleField_typeFlex_draw(
2426 array($cmdData[$key]['value'] => $newSectionEl),
2433 $formPrefix.'['.$key.'][el]['.($cc+
1+
$newElNum).']',
2441 $idTagPrefix = uniqid('id',true); // ID attributes are used for the move and delete checkboxes for referencing to them in the label tag (<label for="the form field id">) that's rendered around the icons
2444 $tRows[]='<tr class="bgColor2">
2445 <td nowrap="nowrap" valign="top">'.
2446 '<input name="_DELETE_FLEX_FORM'.$PA['itemFormElName'].$formPrefix.'" id="'.$idTagPrefix.'-del" type="checkbox"'.$this->insertDefStyle('check').' value="1" /><label for="'.$idTagPrefix.'-del"><img src="'.$this->backPath
.'gfx/garbage.gif" border="0" alt="" /></label>'.
2447 '<input name="_MOVEUP_FLEX_FORM'.$PA['itemFormElName'].$formPrefix.'" id="'.$idTagPrefix.'-mvup" type="checkbox"'.$this->insertDefStyle('check').' value="1" /><label for="'.$idTagPrefix.'-mvup"><img src="'.$this->backPath
.'gfx/button_up.gif" border="0" alt="" /></label>'.
2448 '<input name="_MOVEDOWN_FLEX_FORM'.$PA['itemFormElName'].$formPrefix.'" id="'.$idTagPrefix.'-mvdown" type="checkbox"'.$this->insertDefStyle('check').' value="1" /><label for="'.$idTagPrefix.'-mvdown"><img src="'.$this->backPath
.'gfx/button_down.gif" border="0" alt="" /></label>'.
2449 $rowCells['title'].'</td>
2450 <td>'.$rowCells['formEl'].'</td>
2453 $tRows = $this->getSingleField_typeFlex_draw(
2455 $editData[$key]['el'],
2456 $cmdData[$key]['el'],
2461 $formPrefix.'['.$key.'][el]',
2467 } elseif (is_array($value['TCEforms']['config'])) { // Rendering a single form element:
2469 if (is_array($PA['_valLang'])) {
2470 $rotateLang = $PA['_valLang'];
2472 $rotateLang = array($PA['_valLang']);
2475 foreach($rotateLang as $vDEFkey) {
2476 $vDEFkey = 'v'.$vDEFkey;
2478 if (!$value['TCEforms']['displayCond'] ||
$this->isDisplayCondition($value['TCEforms']['displayCond'],$editData,$vDEFkey)) {
2480 $fakePA['fieldConf']=array(
2481 'label' => $this->sL(trim($value['TCEforms']['label'])),
2482 'config' => $value['TCEforms']['config'],
2483 'defaultExtras' => $value['TCEforms']['defaultExtras'],
2484 'onChange' => $value['TCEforms']['onChange']
2486 if ($PA['_noEditDEF'] && $PA['_lang']==='lDEF') {
2487 $fakePA['fieldConf']['config'] = array(
2494 $fakePA['fieldConf']['onChange'] == 'reload' ||
2495 ($GLOBALS['TCA'][$table]['ctrl']['type'] && !strcmp($key,$GLOBALS['TCA'][$table]['ctrl']['type'])) ||
2496 ($GLOBALS['TCA'][$table]['ctrl']['requestUpdate'] && t3lib_div
::inList($GLOBALS['TCA'][$table]['ctrl']['requestUpdate'],$key))) {
2497 if ($GLOBALS['BE_USER']->jsConfirmation(1)) {
2498 $alertMsgOnChange = 'if (confirm(TBE_EDITOR.labels.onChangeAlert) && TBE_EDITOR.checkSubmit(-1)){ TBE_EDITOR.submitForm() };';
2500 $alertMsgOnChange = 'if(TBE_EDITOR.checkSubmit(-1)){ TBE_EDITOR.submitForm();}';
2503 $alertMsgOnChange = '';
2506 $fakePA['fieldChangeFunc']=$PA['fieldChangeFunc'];
2507 if (strlen($alertMsgOnChange)) {
2508 $fakePA['fieldChangeFunc']['alert']=$alertMsgOnChange;
2510 $fakePA['onFocus']=$PA['onFocus'];
2511 $fakePA['label']=$PA['label'];
2513 $fakePA['itemFormElName']=$PA['itemFormElName'].$formPrefix.'['.$key.']['.$vDEFkey.']';
2514 $fakePA['itemFormElName_file']=$PA['itemFormElName_file'].$formPrefix.'['.$key.']['.$vDEFkey.']';
2516 if(isset($editData[$key][$vDEFkey])) {
2517 $fakePA['itemFormElValue']=$editData[$key][$vDEFkey];
2519 $fakePA['itemFormElValue']=$fakePA['fieldConf']['config']['default'];
2522 $rowCells['formEl']= $this->getSingleField_SW($table,$field,$row,$fakePA);
2523 $rowCells['title']= htmlspecialchars($fakePA['fieldConf']['label']);
2525 if (!in_array('DEF',$rotateLang)) {
2526 $defInfo = '<div class="typo3-TCEforms-originalLanguageValue">'.$this->getLanguageIcon($table,$row,0).$this->previewFieldValue($editData[$key]['vDEF'], $fakePA['fieldConf']).' </div>';
2531 if (!$PA['_noEditDEF']) {
2532 $prLang = $this->getAdditionalPreviewLanguages();
2533 foreach($prLang as $prL) {
2534 $defInfo.= '<div class="typo3-TCEforms-originalLanguageValue">'.$this->getLanguageIcon($table,$row,'v'.$prL['ISOcode']).$this->previewFieldValue($editData[$key]['v'.$prL['ISOcode']], $fakePA['fieldConf']).' </div>';
2540 <td nowrap="nowrap" valign="top" class="bgColor5">'.($vDEFkey=='vDEF' ?
'' : $this->getLanguageIcon($table,$row,$vDEFkey)).$rowCells['title'].'</td>
2541 <td class="bgColor4">'.$rowCells['formEl'].$defInfo.$this->renderVDEFDiff($editData[$key],$vDEFkey).'</td>
2554 * Handler for unknown types.
2556 * @param string The table name of the record
2557 * @param string The field name which this element is supposed to edit
2558 * @param array The record data array where the value(s) for the field can be found
2559 * @param array An array with additional configuration options.
2560 * @return string The HTML code for the TCEform field
2562 function getSingleField_typeUnknown($table,$field,$row,&$PA) {
2563 $item='Unknown type: '.$PA['fieldConf']['config']['form_type'].'<br />';
2569 * User defined field type
2571 * @param string The table name of the record
2572 * @param string The field name which this element is supposed to edit
2573 * @param array The record data array where the value(s) for the field can be found
2574 * @param array An array with additional configuration options.
2575 * @return string The HTML code for the TCEform field
2577 function getSingleField_typeUser($table,$field,$row,&$PA) {
2578 $PA['table']=$table;
2579 $PA['field']=$field;
2584 return t3lib_div
::callUserFunction($PA['fieldConf']['config']['userFunc'],$PA,$this);
2592 /************************************************************
2594 * Field content processing
2596 ************************************************************/
2599 * Format field content of various types if $config['format'] is set to date, filesize, ..., user
2600 * This is primarily for the field type none but can be used for user field types for example
2602 * @param array Configuration for the display
2603 * @param string The value to display
2604 * @return string Formatted Field content
2606 function formatValue ($config, $itemValue) {
2607 $format = trim($config['format']);
2611 $option = trim($config['format.']['option']);
2613 if ($config['format.']['strftime']) {
2614 $value = strftime($option,$itemValue);
2616 $value = date($option,$itemValue);
2619 $value = date('d-m-Y',$itemValue);
2624 if ($config['format.']['appendAge']) {
2625 $value .= ' ('.t3lib_BEfunc
::calcAge((time()-$itemValue), $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.minutesHoursDaysYears')).')';
2627 $itemValue = $value;
2629 case 'datetime': // compatibility with "eval" (type "input")
2630 $itemValue = date('H:i d-m-Y',$itemValue);
2632 case 'time': // compatibility with "eval" (type "input")
2633 $itemValue = date('H:i',$itemValue);
2635 case 'timesec': // compatibility with "eval" (type "input")
2636 $itemValue = date('H:i:s',$itemValue);
2638 case 'year': // compatibility with "eval" (type "input")
2639 $itemValue = date('Y',$itemValue);
2642 $baseArr = array('dec'=>'d','hex'=>'x','HEX'=>'X','oct'=>'o','bin'=>'b');
2643 $base = trim($config['format.']['base']);
2644 $format = $baseArr[$base] ?
$baseArr[$base] : 'd';
2645 $itemValue = sprintf('%'.$format,$itemValue);
2648 $precision = t3lib_div
::intInRange($config['format.']['precision'],1,10,2);
2649 $itemValue = sprintf('%.'.$precision.'f',$itemValue);
2652 $format = trim($config['