Documentation TYPO3 par Ameos |
Public Member Functions | |
init () | |
main () | |
pagesOnly () | |
regularNew () | |
printContent () | |
linkWrap ($code, $table, $pid, $addContentTable=0) | |
isTableAllowedForThisPage ($pid_row, $checkTable) | |
showNewRecLink ($table, $allowedNewTables='') | |
Public Attributes | |
$pageinfo | |
$pidInfo | |
$newPagesInto | |
$newContentInto | |
$newPagesAfter | |
$web_list_modTSconfig | |
$allowedNewTables | |
$web_list_modTSconfig_pid | |
$allowedNewTables_pid | |
$code | |
$R_URI | |
$id | |
$returnUrl | |
$pagesOnly | |
$perms_clause | |
$doc | |
$content |
Definition at line 128 of file db_new.php.
|
Constructor function for the class
Definition at line 157 of file db_new.php. References t3lib_div::_GP(), t3lib_BEfunc::getRecord(), t3lib_div::makeInstance(), pagesOnly(), and t3lib_BEfunc::readPageAccess(). |
|
Returns true if the tablename $checkTable is allowed to be created on the page with record $pid_row
Definition at line 476 of file db_new.php. References t3lib_div::inList(). Referenced by regularNew(). |
|
Links the string $code to a create-new form for a record in $table created on page $pid
Definition at line 456 of file db_new.php. References t3lib_BEfunc::editOnClick(). Referenced by regularNew(). |
|
Main processing, creating the list of new record tables to select from
Definition at line 217 of file db_new.php. References t3lib_BEfunc::getModTSconfig(), pagesOnly(), regularNew(), showNewRecLink(), and t3lib_div::trimExplode(). |
|
Creates the position map for pages wizard
Definition at line 269 of file db_new.php. References t3lib_BEfunc::cshItem(), and t3lib_div::makeInstance(). |
|
Ending page output and echo'ing content to browser.
Definition at line 442 of file db_new.php. |
|
Create a regular new element (pages and records)
Definition at line 287 of file db_new.php. References t3lib_BEfunc::cshItem(), t3lib_extMgm::extRelPath(), t3lib_iconWorks::getIconImage(), t3lib_extMgm::isLoaded(), isTableAllowedForThisPage(), linkWrap(), showNewRecLink(), and t3lib_iconWorks::skinImg(). Referenced by main(). |
|
Returns true if the $table tablename is found in $allowedNewTables (or if $allowedNewTables is empty)
Definition at line 506 of file db_new.php. References $allowedNewTables. Referenced by main(), and regularNew(). |