TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Template\BigDocumentTemplate Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Template\BigDocumentTemplate:
TYPO3\CMS\Backend\Template\DocumentTemplate bigDoc

Public Attributes

 $divClass = 'typo3-bigDoc'
 
- Public Attributes inherited from TYPO3\CMS\Backend\Template\DocumentTemplate
 $backPath = ''
 
 $form = ''
 
 $JScodeLibArray = array()
 
 $JScode = ''
 
 $extJScode = ''
 
 $JScodeArray
 
 $postCode = ''
 
 $docType = ''
 
 $moduleTemplate = ''
 
 $scriptID = ''
 
 $bodyTagId = ''
 
 $bodyTagAdditions = ''
 
 $inDocStyles = ''
 
 $inDocStylesArray = array()
 
 $form_largeComp = 1.33
 
 $endJS = 1
 
 $bgColor = '#F7F3EF'
 
 $bgColor2 = '#9BA1A8'
 
 $bgColor3 = '#F6F2E6'
 
 $bgColor4 = '#D9D5C9'
 
 $bgColor5 = '#ABBBB4'
 
 $bgColor6 = '#E7DBA8'
 
 $hoverColor = '#254D7B'
 
 $styleSheetFile = ''
 
 $styleSheetFile2 = ''
 
 $styleSheetFile_post = ''
 
 $backGroundImage = ''
 
 $inDocStyles_TBEstyle = ''
 
 $parseTimeFlag = 0
 
 $sectionFlag = 0
 
 $divClass = ''
 
 $pageHeaderBlock = ''
 
 $endOfPageJsBlock = ''
 
 $hasDocheader = TRUE
 
 $showFlashMessages = TRUE
 
const STATUS_ICON_ERROR = 3
 
const STATUS_ICON_WARNING = 2
 
const STATUS_ICON_NOTIFICATION = 1
 
const STATUS_ICON_OK = -1
 
 $tableLayout
 
 $table_TR = '<tr>'
 
 $table_TABLE = '<table border="0" cellspacing="0" cellpadding="0" class="typo3-dblist" id="typo3-tmpltable">'
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Backend\Template\DocumentTemplate
 __construct ()
 
 getPageRenderer ()
 
 setExtDirectStateProvider ()
 
 wrapClickMenuOnIcon ($str, $table, $uid=0, $listFr=TRUE, $addParams='', $enDisItems='', $returnOnClick=FALSE)
 
 viewPageIcon ($id, $backPath, $addParams='hspace="3"')
 
 issueCommand ($params, $redirectUrl='')
 
 isCMlayers ()
 
 getHeader ($table, $row, $path, $noViewPageIcon=FALSE, $tWrap=array('', ''), $enableClickMenu=TRUE)
 
 getResourceHeader (\TYPO3\CMS\Core\Resource\ResourceInterface $resource, $tWrap=array('', ''), $enableClickMenu=TRUE)
 
 getFileheader ($title, $path, $iconfile)
 
 makeShortcutIcon ($gvList, $setList, $modName, $motherModName='')
 
 makeShortcutUrl ($gvList, $setList)
 
 formWidth ($size=48, $textarea=FALSE, $styleOverride='')
 
 formWidthText ($size=48, $styleOverride='', $wrap='')
 
 redirectUrls ($thisLocation='')
 
 formatTime ($tstamp, $type)
 
 parseTime ()
 
 useCompatibilityTag ($useCompatibilityTag=TRUE)
 
 startPage ($title, $includeCsh=TRUE)
 
 endPage ()
 
 render ($title, $content, $includeCsh=TRUE)
 
 header ($text)
 
 section ($label, $text, $nostrtoupper=FALSE, $sH=FALSE, $type=0, $allowHTMLinHeader=FALSE)
 
 divider ($dist)
 
 spacer ($dist)
 
 sectionHeader ($label, $sH=FALSE, $addAttrib='')
 
 sectionBegin ()
 
 sectionEnd ()
 
 endPageJS ()
 
 docBodyTagBegin ()
 
 docStyle ()
 
 addStyleSheet ($key, $href, $title='', $relation='stylesheet')
 
 addStyleSheetDirectory ($path)
 
 insertStylesAndJS ($content)
 
 getSkinStylesheetDirectories ()
 
 generator ()
 
 xUaCompatible ($content='IE=8')
 
 icons ($type, $styleAttribValue='')
 
 t3Button ($onClick, $label)
 
 dfw ($string)
 
 rfw ($string)
 
 wrapInCData ($string)
 
 wrapScriptTags ($string, $linebreak=TRUE)
 
 table ($data, $layout=NULL)
 
 menuTable ($arr1, $arr2=array(), $arr3=array())
 
 funcMenu ($content, $menu)
 
 loadJavascriptLib ($lib)
 
 getContextMenuCode ()
 
 getDragDropCode ($table)
 
 getTabMenu ($mainParams, $elementName, $currentValue, $menuItems, $script='', $addparams='')
 
 getTabMenuRaw ($menuItems)
 
 getDynTabMenu ($menuItems, $identString, $toggle=0, $foldout=FALSE, $noWrap=TRUE, $fullWidth=FALSE, $defaultTabIndex=1, $dividers2tabs=2)
 
 getDynTabMenuId ($identString)
 
 getVersionSelector ($id, $noAction=FALSE)
 
 getHtmlTemplate ($filename)
 
 setModuleTemplate ($filename)
 
 moduleBody ($pageRecord=array(), $buttons=array(), $markerArray=array(), $subpartArray=array())
 
 renderFlashMessages (array $params, \TYPO3\CMS\Core\Http\AjaxRequestHandler $ajaxObj)
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Template\DocumentTemplate
 loadCshJavascript ()
 
 getDocHeaderButtons ($buttons)
 
 getPagePath ($pageRecord)
 
 getPageInfo ($pageRecord)
 
 getBackendFavicon ()
 
- Protected Attributes inherited from TYPO3\CMS\Backend\Template\DocumentTemplate
 $moduleTemplateFilename = ''
 
 $useCompatibilityTag = TRUE
 
 $xUaCompatibilityVersion = 'IE=10'
 
 $stylesheetsCore
 
 $stylesheetsSkins
 
 $jsFiles
 
 $jsFilesNoConcatenation
 
 $charset = 'utf-8'
 
 $pageRenderer
 
 $pageHeaderFooterTemplateFile = ''
 
 $extDirectStateProvider = FALSE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Extension class for "template" - used for backend pages which are wide. Typically modules taking up all the space in the "content" frame of the backend The class were more significant in the past than today.

Definition at line 25 of file BigDocumentTemplate.php.

Member Data Documentation

◆ $divClass

TYPO3\CMS\Backend\Template\BigDocumentTemplate::$divClass = 'typo3-bigDoc'
Todo:
Define visibility

Definition at line 30 of file BigDocumentTemplate.php.