ContentElement
        
    Table of Contents
    
    
        Classes
        
    
    
                    - ElementHistoryController
 - Controller for showing the history module of TYPO3s backend.
             - ElementInformationController
 - Modal rendering detail about a record. Reached by "Display information" on click menu and list module.
             - MoveElementController
 - The "move tt_content element" wizard. Reachable via list module "Re-position content element" on tt_content records.
             - NewContentElementController
 - New Content element wizard. This is the modal that pops up when clicking "+content" in page module, which
will trigger wizardAction() since there is a colPos given. Method positionMapAction() is triggered for
instance from the list module "+content" on tt_content table header, and from list module doc-header "+"
and then "Click here for wizard".