Documentation TYPO3 par Ameos |
Public Member Functions | |
preInit () | |
doProcessData () | |
processData () | |
init () | |
main () | |
printContent () | |
makeEditForm () | |
makeButtonPanel () | |
makeDocSel () | |
makeCmenu () | |
compileForm ($panel, $docSel, $cMenu, $editForm) | |
functionMenus () | |
shortCutLink () | |
tceformMessages () | |
editRegularContentFromId () | |
compileStoreDat () | |
getNewIconMode ($table, $key='saveDocNew') | |
closeDocument ($code=0) | |
setDocument ($currentDocFromHandlerMD5='', $retUrl='alt_doc_nodoc.php') | |
Public Attributes | |
$editconf | |
$columnsOnly | |
$defVals | |
$overrideVals | |
$returnUrl | |
$closeDoc | |
$doSave | |
$data | |
$mirror | |
$cacheCmd | |
$redirect | |
$disableRTE | |
$returnNewPageId | |
$vC | |
$popViewId | |
$popViewId_addParams | |
$viewUrl | |
$editRegularContentFromId | |
$recTitle | |
$disHelp | |
$noView | |
$returnEditConf | |
$doc | |
$content | |
$retUrl | |
$R_URL_parts | |
$R_URL_getvars | |
$R_URI | |
$storeTitle | |
$storeArray | |
$storeUrl | |
$storeUrlMd5 | |
$docDat | |
$docHandler | |
$elementsData | |
$firstEl | |
$errorC | |
$newC | |
$viewId | |
$viewId_addParams | |
$modTSconfig | |
$tceforms | |
$generalPathOfForm | |
$dontStoreDocumentRef |
Definition at line 94 of file alt_doc.php.
|
Handling the closing of a document
Definition at line 1074 of file alt_doc.php. References t3lib_div::locationHeaderUrl(). Referenced by preInit(), and processData(). |
|
Put together the various elements (buttons, selectors, form) into a table
Definition at line 859 of file alt_doc.php. |
|
Populates the variables $this->storeArray, $this->storeUrl, $this->storeUrlMd5
Definition at line 1048 of file alt_doc.php. References t3lib_div::compileSelectedGetVarsFromArray(), and t3lib_div::implodeArrayForUrl(). Referenced by preInit(), and processData(). |
|
Detects, if a save command has been triggered.
Definition at line 219 of file alt_doc.php. |
|
Function, which populates the internal editconf array with editing commands for all tt_content elements from the normal column in normal language from the page pointed to by $this->editRegularContentFromId
Definition at line 1021 of file alt_doc.php. References t3lib_BEfunc::deleteClause(), and t3lib_extMgm::isLoaded(). Referenced by init(). |
|
Create the checkbox buttons in the bottom of the pages.
Definition at line 921 of file alt_doc.php. References t3lib_div::implodeArrayForUrl(). |
|
Function used to look for configuration of buttons in the form: Fx. disabling buttons or showing them at various positions.
Definition at line 1061 of file alt_doc.php. Referenced by processData(). |
|
Initialize the normal module operation
Definition at line 346 of file alt_doc.php. References t3lib_div::_GP(), editRegularContentFromId(), t3lib_BEfunc::getModuleData(), t3lib_div::implodeArrayForUrl(), and t3lib_div::makeInstance(). |
|
Main module operation
Definition at line 432 of file alt_doc.php. References t3lib_BEfunc::cshItem(), t3lib_BEfunc::getModTSconfig(), and t3lib_div::makeInstance(). |
|
Create the panel of buttons for submitting the form or otherwise perform operations.
Definition at line 717 of file alt_doc.php. References t3lib_extMgm::isLoaded(), and t3lib_div::testInt(). |
|
Create the selector box form element which allows to select a clear-cache operation. Can be disabled through Page TSconfig.
Definition at line 838 of file alt_doc.php. References t3lib_BEfunc::cshItem(). |
|
Create the selector box form element which allows to select between open documents. Can be disabled through Page TSconfig.
Definition at line 796 of file alt_doc.php. References t3lib_BEfunc::cshItem(), and t3lib_div::htmlspecialchars_decode(). |
|
Creates the editing form with TCEforms, based on the input from GPvars.
Definition at line 535 of file alt_doc.php. References t3lib_BEfunc::fixVersioningPid(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::getRecordTitle(), t3lib_BEfunc::isRecordLocked(), t3lib_div::makeInstance(), and t3lib_div::trimExplode(). |
|
First initialization.
Definition at line 167 of file alt_doc.php. References t3lib_div::_GET(), t3lib_div::_GP(), closeDocument(), compileStoreDat(), t3lib_div::getIndpEnv(), and setDocument(). |
|
Outputting the accumulated content to screen
Definition at line 500 of file alt_doc.php. |
|
Do processing of data, submitting it to TCEmain.
Definition at line 229 of file alt_doc.php. References t3lib_div::_GP(), closeDocument(), compileStoreDat(), t3lib_div::getIndpEnv(), getNewIconMode(), t3lib_BEfunc::getRecord(), t3lib_BEfunc::getSetUpdateSignal(), t3lib_div::implodeArrayForUrl(), and t3lib_div::makeInstance(). |
|
Redirects to the document pointed to by $currentDocFromHandlerMD5 OR $retUrl (depending on some internal calculations). Most likely you will get a header-location redirect from this function.
Definition at line 1106 of file alt_doc.php. References t3lib_div::getIndpEnv(), t3lib_extMgm::isLoaded(), and t3lib_div::locationHeaderUrl(). Referenced by preInit(). |
|
Create shortcut and open-in-window link in the bottom of the page
Definition at line 952 of file alt_doc.php. References t3lib_div::linkThisScript(). |
|
Reads comment messages from TCEforms and prints them in a HTML comment in the buttom of the page.
Definition at line 983 of file alt_doc.php. |