Documentation TYPO3 par Ameos |
Public Member Functions | |
getTable ($table, $id) | |
getTable_pages ($id) | |
getTable_tt_content ($id) | |
getTable_fe_users ($id) | |
getTable_sys_note ($id) | |
getTable_tt_board ($id) | |
getTable_tt_address ($id) | |
getTable_tt_links ($id) | |
getTable_tt_guest ($id) | |
getTable_tt_news ($id) | |
getTable_tt_calender ($id) | |
getTable_tt_products ($id) | |
makeOrdinaryList ($table, $id, $fList, $icon=0, $addWhere='') | |
dataFields ($fieldArr, $table, $row, $out=array()) | |
headerFields ($fieldArr, $table, $out=array()) | |
pages_getTree ($theRows, $pid, $qWhere, $treeIcons, $depth) | |
pages_drawItem ($row, $fieldArr) | |
tt_content_drawColHeader ($colName, $editParams, $newParams) | |
tt_content_drawHeader ($row, $space=0, $disableMoveAndNewButtons=FALSE, $langMode=FALSE) | |
tt_content_drawItem ($row, $isRTE=FALSE) | |
getNonTranslatedTTcontentUids ($defLanguageCount, $id, $lP) | |
newLanguageButton ($defLanguageCount, $lP) | |
infoGif ($infoArr) | |
newContentElementOnClick ($id, $colPos, $sys_language) | |
linkEditContent ($str, $row) | |
linkRTEbutton ($row) | |
languageSelector ($id) | |
getResult ($result) | |
tt_board_getTree ($theRows, $parent, $pid, $qWhere, $treeIcons) | |
tt_board_drawItem ($table, $row, $re) | |
numberOfRecords ($table, $pid) | |
renderText ($input) | |
getIcon ($table, $row) | |
getProcessedValue ($table, $fieldList, $row, &$info) | |
isDisabled ($table, $row) | |
wordWrapper ($content, $max=50, $char='-') | |
noEditIcon ($label='noEditItems') | |
cleanTableNames () | |
isRTEforField ($table, $row, $field) | |
getSpecConfForField ($table, $row, $field) | |
getPageInfoBox ($rec, $edit=0) | |
getTableMenu ($id) | |
strip_tags ($content, $fillEmptyContent=false) | |
Public Attributes | |
$stat_select_field = 'page_id' | |
$stat_codes = array() | |
$pI_showUser = 0 | |
$pI_showStat = 1 | |
$nextThree = 3 | |
$pages_noEditColumns = 0 | |
$option_showBigButtons = 1 | |
$option_newWizard = 1 | |
$ext_function = 0 | |
$doEdit = 1 | |
$agePrefixes = ' min| hrs| days| yrs' | |
$externalTables = array() | |
$descrTable | |
$defLangBinding = FALSE | |
$tt_contentConfig | |
$allowedTableNames = array() | |
$activeTables = array() | |
$tt_contentData | |
$CType_labels = array() | |
$itemLabels = array() |
Definition at line 115 of file class.tx_cms_layout.php.
tx_cms_layout::getTable | ( | $ | table, | |
$ | id | |||
) |
Adds the code of a single table
string | Table name | |
integer | Current page id |
Definition at line 180 of file class.tx_cms_layout.php.
References recordList::$id, recordList::$table, getTable_fe_users(), getTable_pages(), getTable_sys_note(), getTable_tt_address(), getTable_tt_board(), getTable_tt_calender(), getTable_tt_content(), getTable_tt_guest(), getTable_tt_links(), getTable_tt_news(), getTable_tt_products(), t3lib_div::loadTCA(), and makeOrdinaryList().
tx_cms_layout::getTable_pages | ( | $ | id | ) |
Renders records from the pages table from page id (Used to get information about the page tree content by "Web>Info"!)
integer | Page id |
Definition at line 240 of file class.tx_cms_layout.php.
References recordList::$id, cleanTableNames(), t3lib_BEfunc::cshItem(), t3lib_BEfunc::deleteClause(), t3lib_recordList::fwd_rwd_nav(), t3lib_BEfunc::getItemLabel(), pages_drawItem(), pages_getTree(), t3lib_BEfunc::versioningPlaceholderClause(), and t3lib_BEfunc::workspaceOL().
Referenced by getTable().
tx_cms_layout::getTable_tt_content | ( | $ | id | ) |
Renders Content Elements from the tt_content table from page id
integer | Page id |
Definition at line 378 of file class.tx_cms_layout.php.
References t3lib_recordList::$counter, $defLangBinding, recordList::$id, t3lib_BEfunc::BEenableFields(), t3lib_BEfunc::cshItem(), t3lib_BEfunc::editOnClick(), t3lib_div::fixed_lgd_cs(), t3lib_iconWorks::getIconImage(), t3lib_div::getIndpEnv(), getNonTranslatedTTcontentUids(), t3lib_BEfunc::getProcessedValue(), t3lib_BEfunc::getRecordsByField(), t3lib_BEfunc::getRecordTitle(), t3lib_BEfunc::getRecordWSOL(), getResult(), t3lib_recordList::initializeLanguages(), isRTEforField(), languageSelector(), recordList::makeQueryArray(), newContentElementOnClick(), tt_content_drawColHeader(), tt_content_drawHeader(), tt_content_drawItem(), and t3lib_BEfunc::workspaceOL().
Referenced by getTable().
tx_cms_layout::getTable_fe_users | ( | $ | id | ) |
Renders Frontend Users from the fe_users table from page id
integer | Page id |
Definition at line 754 of file class.tx_cms_layout.php.
References recordList::$id, and makeOrdinaryList().
Referenced by getTable().
tx_cms_layout::getTable_sys_note | ( | $ | id | ) |
Renders records from the sys_notes table from page id NOTICE: Requires the sys_note extension to be loaded.
integer | Page id |
Definition at line 780 of file class.tx_cms_layout.php.
References recordList::$id, recordList::$perms_clause, t3lib_BEfunc::deleteClause(), t3lib_recordList::fwd_rwd_nav(), getIcon(), getProcessedValue(), recordList::getTreeObject(), t3lib_extMgm::isLoaded(), and t3lib_BEfunc::workspaceOL().
Referenced by getTable().
tx_cms_layout::getTable_tt_board | ( | $ | id | ) |
Renders records from the tt_board table from page id NOTICE: Requires the tt_board extension to be loaded.
integer | Page id |
Definition at line 873 of file class.tx_cms_layout.php.
References recordList::$id, t3lib_BEfunc::deleteClause(), t3lib_recordList::fwd_rwd_nav(), recordList::makeQueryArray(), recordList::setTotalItems(), tt_board_drawItem(), tt_board_getTree(), and t3lib_BEfunc::workspaceOL().
Referenced by getTable().
tx_cms_layout::getTable_tt_address | ( | $ | id | ) |
Renders address records from the tt_address table from page id NOTICE: Requires the tt_address extension to be loaded.
integer | Page id |
Definition at line 955 of file class.tx_cms_layout.php.
References recordList::$id, and makeOrdinaryList().
Referenced by getTable().
tx_cms_layout::getTable_tt_links | ( | $ | id | ) |
Renders link records from the tt_links table from page id NOTICE: Requires the tt_links extension to be loaded.
integer | Page id |
Definition at line 985 of file class.tx_cms_layout.php.
References recordList::$id, and makeOrdinaryList().
Referenced by getTable().
tx_cms_layout::getTable_tt_guest | ( | $ | id | ) |
Renders link records from the tt_links table from page id NOTICE: Requires the tt_links extension to be loaded.
integer | Page id |
Definition at line 1011 of file class.tx_cms_layout.php.
References recordList::$id, and makeOrdinaryList().
Referenced by getTable().
tx_cms_layout::getTable_tt_news | ( | $ | id | ) |
Renders news items from the tt_news table from page id NOTICE: Requires the tt_news extension to be loaded.
integer | Page id |
Definition at line 1026 of file class.tx_cms_layout.php.
References recordList::$id, and makeOrdinaryList().
Referenced by getTable().
tx_cms_layout::getTable_tt_calender | ( | $ | id | ) |
Renders calender elements link records from the tt_calender table from page id NOTICE: Requires the tt_calender extension to be loaded.
integer | Page id |
Definition at line 1047 of file class.tx_cms_layout.php.
References recordList::$id, and makeOrdinaryList().
Referenced by getTable().
tx_cms_layout::getTable_tt_products | ( | $ | id | ) |
Renders shopping elements from the tt_products table from page id NOTICE: Requires the tt_products extension to be loaded.
integer | Page id |
Definition at line 1097 of file class.tx_cms_layout.php.
References recordList::$id, and makeOrdinaryList().
Referenced by getTable().
tx_cms_layout::makeOrdinaryList | ( | $ | table, | |
$ | id, | |||
$ | fList, | |||
$ | icon = 0 , |
|||
$ | addWhere = '' | |||
) |
Creates a standard list of elements from a table.
string | Table name | |
integer | Page id. | |
string | Comma list of fields to display | |
boolean | If true, icon is shown | |
string | Additional WHERE-clauses. |
Definition at line 1143 of file class.tx_cms_layout.php.
References recordList::$id, recordList::$table, dataFields(), t3lib_recordList::fwd_rwd_nav(), getIcon(), headerFields(), recordList::makeQueryArray(), noEditIcon(), recordList::setTotalItems(), and t3lib_BEfunc::workspaceOL().
Referenced by getTable(), getTable_fe_users(), getTable_tt_address(), getTable_tt_calender(), getTable_tt_guest(), getTable_tt_links(), getTable_tt_news(), and getTable_tt_products().
tx_cms_layout::dataFields | ( | $ | fieldArr, | |
$ | table, | |||
$ | row, | |||
$ | out = array() | |||
) |
Adds content to all data fields in $out array
array | Array of fields to display. Each field name has a special feature which is that the field name can be specified as more field names. Eg. "field1,field2;field3". Field 2 and 3 will be shown in the same cell of the table separated by while field1 will have its own cell. | |
string | Table name | |
array | Record array | |
array | Array to which the data is added |
Definition at line 1229 of file class.tx_cms_layout.php.
References recordList::$table, t3lib_div::fixed_lgd_cs(), t3lib_BEfunc::getProcessedValue(), isDisabled(), t3lib_div::loadTCA(), and recordList::thumbCode().
Referenced by makeOrdinaryList().
tx_cms_layout::headerFields | ( | $ | fieldArr, | |
$ | table, | |||
$ | out = array() | |||
) |
Header fields made for the listing of records
array | Field names | |
string | The table name | |
array | Array to which the headers are added. |
Definition at line 1280 of file class.tx_cms_layout.php.
References recordList::$table, and t3lib_div::loadTCA().
Referenced by makeOrdinaryList().
tx_cms_layout::pages_getTree | ( | $ | theRows, | |
$ | pid, | |||
$ | qWhere, | |||
$ | treeIcons, | |||
$ | depth | |||
) |
Adds pages-rows to an array, selecting recursively in the page tree.
array | Array which will accumulate page rows | |
integer | Pid to select from | |
string | Query-where clause | |
string | Prefixed icon code. | |
integer | Depth (decreasing) |
Definition at line 1322 of file class.tx_cms_layout.php.
References t3lib_BEfunc::workspaceOL().
Referenced by getTable_pages().
tx_cms_layout::pages_drawItem | ( | $ | row, | |
$ | fieldArr | |||
) |
Adds a list item for the pages-rendering
array | Record array | |
array | Field list |
Definition at line 1355 of file class.tx_cms_layout.php.
References getIcon(), t3lib_BEfunc::getProcessedValue(), t3lib_extMgm::isLoaded(), and numberOfRecords().
Referenced by getTable_pages().
tx_cms_layout::tt_content_drawColHeader | ( | $ | colName, | |
$ | editParams, | |||
$ | newParams | |||
) |
Draw header for a content element column:
string | Column name | |
string | Edit params (Syntax: &edit[...] for alt_doc.php) | |
string | New element params (Syntax: &edit[...] for alt_doc.php) |
Definition at line 1466 of file class.tx_cms_layout.php.
Referenced by getTable_tt_content().
tx_cms_layout::tt_content_drawHeader | ( | $ | row, | |
$ | space = 0 , |
|||
$ | disableMoveAndNewButtons = FALSE , |
|||
$ | langMode = FALSE | |||
) |
Draw the header for a single tt_content element
array | Record array | |
integer | Amount of pixel space above the header. | |
boolean | If set the buttons for creating new elements and moving up and down are not shown. | |
boolean | If set, we are in language mode and flags will be shown for languages |
Definition at line 1518 of file class.tx_cms_layout.php.
References t3lib_BEfunc::editOnClick(), getIcon(), t3lib_div::getIndpEnv(), getProcessedValue(), t3lib_BEfunc::isRecordLocked(), t3lib_recordList::languageFlag(), and t3lib_div::loadTCA().
Referenced by getTable_tt_content().
tx_cms_layout::tt_content_drawItem | ( | $ | row, | |
$ | isRTE = FALSE | |||
) |
Draws the preview content for a content element
string | Content element | |
boolean | Set if the RTE link can be created. |
Definition at line 1648 of file class.tx_cms_layout.php.
References t3lib_BEfunc::date(), t3lib_BEfunc::getItemLabel(), t3lib_BEfunc::getLabelFromItemlist(), getProcessedValue(), infoGif(), isDisabled(), linkEditContent(), linkRTEbutton(), renderText(), and recordList::thumbCode().
Referenced by getTable_tt_content().
tx_cms_layout::getNonTranslatedTTcontentUids | ( | $ | defLanguageCount, | |
$ | id, | |||
$ | lP | |||
) |
Filters out all tt_content uids which are already translated so only non-translated uids is left. Selects across columns, but within in the same PID. Columns are expect to be the same for translations and original but this may be a conceptual error (?)
array | Numeric array with uids of tt_content elements in the default language | |
integer | Page pid | |
integer | Sys language UID |
Definition at line 1811 of file class.tx_cms_layout.php.
References recordList::$id, getResult(), and recordList::makeQueryArray().
Referenced by getTable_tt_content().
tx_cms_layout::newLanguageButton | ( | $ | defLanguageCount, | |
$ | lP | |||
) |
Creates button which is used to create copies of records..
array | Numeric array with uids of tt_content elements in the default language | |
integer | Sys language UID |
Definition at line 1841 of file class.tx_cms_layout.php.
tx_cms_layout::infoGif | ( | $ | infoArr | ) |
Returns an icon, which has its title attribute set to a massive amount of information about the element.
array | Array where values are human readable output of field values (not htmlspecialchars()'ed though). The values are imploded by a linebreak. |
Definition at line 1862 of file class.tx_cms_layout.php.
Referenced by tt_content_drawItem().
tx_cms_layout::newContentElementOnClick | ( | $ | id, | |
$ | colPos, | |||
$ | sys_language | |||
) |
Creates onclick-attribute content for a new content element
integer | Page id where to create the element. | |
integer | Preset: Column position value | |
integer | Preset: Sys langauge value |
Definition at line 1878 of file class.tx_cms_layout.php.
References recordList::$id, t3lib_BEfunc::editOnClick(), and t3lib_div::getIndpEnv().
Referenced by getTable_tt_content().
tx_cms_layout::linkEditContent | ( | $ | str, | |
$ | row | |||
) |
Will create a link on the input string and possible a big button after the string which links to editing in the RTE Used for content element content displayed so the user can click the content / "Edit in Rich Text Editor" button
string | String to link. Must be prepared for HTML output. | |
array | The row. |
Definition at line 1896 of file class.tx_cms_layout.php.
References t3lib_BEfunc::editOnClick().
Referenced by tt_content_drawItem().
tx_cms_layout::linkRTEbutton | ( | $ | row | ) |
Adds a button to edit the row in RTE wizard
array | The row of tt_content element |
Definition at line 1914 of file class.tx_cms_layout.php.
References t3lib_div::implodeArrayForUrl(), and t3lib_div::linkThisScript().
Referenced by tt_content_drawItem().
tx_cms_layout::languageSelector | ( | $ | id | ) |
Make selector box for creating new translation in a language Displays only languages which are not yet present for the current page.
integer | Page id for which to create a new language (pages_language_overlay record) |
Definition at line 1935 of file class.tx_cms_layout.php.
References recordList::$id, and t3lib_div::getIndpEnv().
Referenced by getTable_tt_content().
tx_cms_layout::getResult | ( | $ | result | ) |
Traverse the result pointer given, adding each record to array and setting some internal values at the same time.
pointer | SQL result pointer for select query. |
Definition at line 1972 of file class.tx_cms_layout.php.
Referenced by getNonTranslatedTTcontentUids(), and getTable_tt_content().
tx_cms_layout::tt_board_getTree | ( | $ | theRows, | |
$ | parent, | |||
$ | pid, | |||
$ | qWhere, | |||
$ | treeIcons | |||
) |
Traverses recursively a branch in a message board.
array | Array of rows (build up recursively) | |
integer | tt_content parent uid | |
integer | Page id | |
string | Additional query part. | |
string | HTML content to prefix items with (to draw the proper tree-graphics) |
Definition at line 2041 of file class.tx_cms_layout.php.
References t3lib_iconWorks::skinImg().
Referenced by getTable_tt_board().
tx_cms_layout::tt_board_drawItem | ( | $ | table, | |
$ | row, | |||
$ | re | |||
) |
Adds an element to the tt_board listing:
string | Table name | |
array | The record row | |
string | Reply count, if applicable. |
Definition at line 2076 of file class.tx_cms_layout.php.
References recordList::$table, t3lib_BEfunc::calcAge(), t3lib_BEfunc::datetime(), t3lib_div::fixed_lgd_cs(), and getIcon().
Referenced by getTable_tt_board().
tx_cms_layout::numberOfRecords | ( | $ | table, | |
$ | pid | |||
) |
Counts and returns the number of records on the page with $pid
string | Table name | |
integer | Page id |
Definition at line 2123 of file class.tx_cms_layout.php.
References recordList::$table, t3lib_BEfunc::deleteClause(), and t3lib_BEfunc::versioningPlaceholderClause().
Referenced by pages_drawItem().
tx_cms_layout::renderText | ( | $ | input | ) |
Processing of larger amounts of text (usually from RTE/bodytext fields) with word wrapping etc.
string | Input string |
Definition at line 2142 of file class.tx_cms_layout.php.
References t3lib_div::fixed_lgd_cs(), strip_tags(), and wordWrapper().
Referenced by tt_content_drawItem().
tx_cms_layout::getIcon | ( | $ | table, | |
$ | row | |||
) |
Creates the icon image tag for record from table and wraps it in a link which will trigger the click menu.
string | Table name | |
array | Record array | |
string | Record title (NOT USED) |
Definition at line 2156 of file class.tx_cms_layout.php.
References recordList::$table, t3lib_iconWorks::getIconImage(), and t3lib_BEfunc::getRecordIconAltText().
Referenced by getTable_sys_note(), makeOrdinaryList(), pages_drawItem(), tt_board_drawItem(), and tt_content_drawHeader().
tx_cms_layout::getProcessedValue | ( | $ | table, | |
$ | fieldList, | |||
$ | row, | |||
&$ | info | |||
) |
Creates processed values for all fieldnames in $fieldList based on values from $row array. The result is 'returned' through $info which is passed as a reference
string | Table name | |
string | Commalist of fields. | |
array | Record from which to take values for processing. | |
array | Array to which the processed values are added. |
Definition at line 2179 of file class.tx_cms_layout.php.
References recordList::$table, and t3lib_BEfunc::getProcessedValue().
Referenced by getTable_sys_note(), tt_content_drawHeader(), and tt_content_drawItem().
tx_cms_layout::isDisabled | ( | $ | table, | |
$ | row | |||
) |
Returns true, if the record given as parameters is NOT visible based on hidden/starttime/endtime (if available)
string | Tablename of table to test | |
array | Record row. |
Definition at line 2199 of file class.tx_cms_layout.php.
References recordList::$table.
Referenced by dataFields(), and tt_content_drawItem().
tx_cms_layout::wordWrapper | ( | $ | content, | |
$ | max = 50 , |
|||
$ | char = ' -' | |||
) |
Will perform "word-wrapping" on the input string. What it does is to split by space or linebreak, then find any word longer than $max and if found, a hyphen is inserted. Works well on normal texts, little less well when HTML is involved (since much HTML will have long strings that will be broken).
string | Content to word-wrap. | |
integer | Max number of chars in a word before it will be wrapped. | |
string | Character to insert when wrapping. |
Definition at line 2217 of file class.tx_cms_layout.php.
Referenced by renderText().
tx_cms_layout::noEditIcon | ( | $ | label = 'noEditItems' |
) |
Returns icon for "no-edit" of a record. Basically, the point is to signal that this record could have had an edit link if the circumstances were right. A placeholder for the regular edit icon...
string | Label key from LOCAL_LANG |
Definition at line 2234 of file class.tx_cms_layout.php.
Referenced by getPageInfoBox(), and makeOrdinaryList().
tx_cms_layout::cleanTableNames | ( | ) |
Function, which fills in the internal array, $this->allowedTableNames with all tables to which the user has access. Also a set of standard tables (pages, static_template, sys_filemounts, etc...) are filtered out. So what is left is basically all tables which makes sense to list content from.
Definition at line 2243 of file class.tx_cms_layout.php.
Referenced by getTable_pages().
tx_cms_layout::isRTEforField | ( | $ | table, | |
$ | row, | |||
$ | field | |||
) |
Checking if the RTE is available/enabled for a certain table/field and if so, it returns true. Used to determine if the RTE button should be displayed.
string | Table name | |
array | Record row (needed, if there are RTE dependencies based on other fields in the record) | |
string | Field name |
Definition at line 2279 of file class.tx_cms_layout.php.
References recordList::$table, t3lib_BEfunc::fixVersioningPid(), t3lib_BEfunc::getPagesTSconfig(), getSpecConfForField(), t3lib_BEfunc::getSpecConfParametersFromArray(), t3lib_BEfunc::getTCAtypeValue(), t3lib_BEfunc::getTSCpid(), and t3lib_BEfunc::RTEsetup().
Referenced by getTable_tt_content().
tx_cms_layout::getSpecConfForField | ( | $ | table, | |
$ | row, | |||
$ | field | |||
) |
Returns "special" configuration from the "types" configuration in TCA for the record given by tablename/fieldname. Used by isRTEforField() in the process of finding whether a field has RTE enabled or not.
string | Table name | |
array | Record array | |
string | Field name |
Definition at line 2309 of file class.tx_cms_layout.php.
References recordList::$table, and t3lib_BEfunc::getTCAtypes().
Referenced by isRTEforField().
tx_cms_layout::getPageInfoBox | ( | $ | rec, | |
$ | edit = 0 | |||
) |
Creates an info-box for the current page (identified by input record).
array | Page record | |
boolean | If set, there will be shown an edit icon, linking to editing of the page properties. |
Definition at line 2346 of file class.tx_cms_layout.php.
References t3lib_BEfunc::blindUserNames(), t3lib_BEfunc::calcAge(), t3lib_BEfunc::date(), t3lib_BEfunc::datetime(), t3lib_iconWorks::getIconImage(), t3lib_BEfunc::getItemLabel(), t3lib_BEfunc::getProcessedValue(), t3lib_BEfunc::getUserNames(), t3lib_extMgm::isLoaded(), and noEditIcon().
tx_cms_layout::getTableMenu | ( | $ | id | ) |
Creates a menu of the tables that can be listed by this function Only tables which has records on the page will be included. Notice: The function also fills in the internal variable $this->activeTables with icon/titles.
integer | Page id from which we are listing records (the function will look up if there are records on the page) |
Definition at line 2515 of file class.tx_cms_layout.php.
References recordList::$id, t3lib_BEfunc::deleteClause(), t3lib_iconWorks::getIconImage(), t3lib_div::inList(), t3lib_extMgm::isLoaded(), and t3lib_BEfunc::versioningPlaceholderClause().
tx_cms_layout::strip_tags | ( | $ | content, | |
$ | fillEmptyContent = false | |||
) |
Enhancement for the strip_tags function that provides the feature to fill in empty tags. Example <link email@hostname.com></link> is accepted by TYPO3 but would not displayed in the Backend otherwise.
string | Input string | |
boolean | If true, empty tags will be filled with the first attribute of the tag before. |
Definition at line 2580 of file class.tx_cms_layout.php.
Referenced by renderText().
tx_cms_layout::$tt_contentConfig |
Initial value:
Array ( 'showInfo' => 1, // Boolean: Display info-marks or not 'showCommands' => 1, // Boolean: Display up/down arrows and edit icons for tt_content records 'showCommands_info' => 1, // Boolean: Displays infoGif with the command buttons 'single' => 1, // Boolean: If set, the content of column(s) $this->tt_contentConfig['showSingleCol'] is shown in the total width of the page 'showSingleCol' => 0, // The column(s) to show if single mode (under each other) 'languageCols' => 0, 'languageMode' => 0, 'languageColsPointer' => 0, 'showHidden' => 1, // Displays hidden records as well 'sys_language_uid' => 0, // Which language 'cols' => '1,0,2,3' // The order of the rows: Default is left(1), Normal(0), right(2), margin(3) )
Definition at line 136 of file class.tx_cms_layout.php.
tx_cms_layout::$tt_contentData |
Initial value:
Array( 'nextThree' => Array(), 'prev' => Array(), 'next' => Array() )
Definition at line 153 of file class.tx_cms_layout.php.