TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController:
TYPO3\CMS\Frontend\Plugin\AbstractPlugin

Public Member Functions

 render_clickenlarge ($content, $conf)
 
- Public Member Functions inherited from TYPO3\CMS\Frontend\Plugin\AbstractPlugin
 pi_setPiVarDefaults ()
 
 pi_getPageLink ($id, $target='', $urlParameters=[])
 
 pi_linkToPage ($str, $id, $target='', $urlParameters=[])
 
 pi_linkTP ($str, $urlParameters=[], $cache=false, $altPageId=0)
 
 pi_linkTP_keepPIvars ($str, $overrulePIvars=[], $cache=false, $clearAnyway=false, $altPageId=0)
 
 pi_linkTP_keepPIvars_url ($overrulePIvars=[], $cache=false, $clearAnyway=false, $altPageId=0)
 
 pi_list_linkSingle ($str, $uid, $cache=false, $mergeArr=[], $urlOnly=false, $altPageId=0)
 
 pi_openAtagHrefInJSwindow ($str, $winName='', $winParams='width=670, height=500, status=0, menubar=0, scrollbars=1, resizable=1')
 
 pi_list_browseresults ($showResultCount=1, $tableParams='', $wrapArr=[], $pointerName='pointer', $hscText=true, $forceOutput=false)
 
 pi_list_searchBox ($tableParams='')
 
 pi_list_modeSelector ($items=[], $tableParams='')
 
 pi_list_makelist ($res, $tableParams='')
 
 pi_list_row ($c)
 
 pi_list_header ()
 
 pi_getClassName ($class)
 
 pi_classParam ($class, $addClasses='')
 
 pi_wrapInBaseClass ($str)
 
 pi_getEditPanel ($row=[], $tablename='', $label='', $conf=[])
 
 pi_getEditIcon ($content, $fields, $title='', $row=[], $tablename='', $oConf=[])
 
 pi_getLL ($key, $alternativeLabel='', $hsc=false)
 
 pi_exec_query ($table, $count=false, $addWhere='', $mm_cat='', $groupBy='', $orderBy='', $query='')
 
 pi_getRecord ($table, $uid, $checkPage=false)
 
 pi_getPidList ($pid_list, $recursive=0)
 
 pi_prependFieldsWithTable ($table, $fieldList)
 
 pi_getCategoryTableContents ($table, $pid, $whereClause='', $groupBy='', $orderBy='', $limit='')
 
 pi_isOnlyFields ($fList, $lowerThan=-1)
 
 pi_autoCache ($inArray)
 
 pi_RTEcssText ($str)
 
 pi_initPIflexForm ($field='pi_flexform')
 
 pi_getFFvalue ($T3FlexForm_array, $fieldName, $sheet='sDEF', $lang='lDEF', $value='vDEF')
 
 pi_getFFvalueFromSheetArray ($sheetArray, $fieldNameArr, $value)
 

Public Attributes

 $prefixId = 'tx_rtehtmlarea_pi3'
 
 $scriptRelPath = 'pi3/class.tx_rtehtmlarea_pi3.php'
 
 $extKey = 'rtehtmlarea'
 
 $conf = []
 
 $cObj
 
- Public Attributes inherited from TYPO3\CMS\Frontend\Plugin\AbstractPlugin
 $cObj
 
 $prefixId
 
 $scriptRelPath
 
 $extKey
 
 $piVars
 
 $internal = ['res_count' => 0
 
 $LOCAL_LANG = []
 
 $LOCAL_LANG_charset = []
 
 $LOCAL_LANG_loaded = 0
 
 $LLkey = 'default'
 
 $altLLkey = ''
 
 $LLtestPrefix = ''
 
 $LLtestPrefixAlt = ''
 
 $pi_isOnlyFields = 'mode,pointer'
 
 $pi_alwaysPrev = 0
 
 $pi_lowerThan = 5
 
 $pi_moreParams = ''
 
 $pi_listFields = '*'
 
 $pi_autoCacheFields = []
 
 $pi_autoCacheEn = 0
 
 $pi_USER_INT_obj = false
 
 $pi_checkCHash = false
 
 $conf = []
 
 $pi_EPtemp_cObj
 
 $pi_tmpPageId = 0
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Frontend\Plugin\AbstractPlugin
 applyStdWrapRecursive (array $conf, $level=0)
 
- Protected Attributes inherited from TYPO3\CMS\Frontend\Plugin\AbstractPlugin
 $LOCAL_LANG_UNSET = []
 
 $frontendController
 
 $databaseConnection
 

Detailed Description

Render custom attribute data-htmlarea-clickenlarge

Definition at line 20 of file CustomAttributeController.php.

Member Function Documentation

◆ render_clickenlarge()

TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController::render_clickenlarge (   $content,
  $conf 
)

Rendering the "data-htmlarea-clickenlarge" custom attribute, called from TypoScript

Parameters
string$contentContent input. Not used, ignore.
array$confTypoScript configuration
Returns
string HTML output. private

Definition at line 61 of file CustomAttributeController.php.

References TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController\$conf, $GLOBALS, TYPO3\CMS\Core\Resource\ResourceFactory\getInstance(), TYPO3\CMS\Core\Utility\GeneralUtility\implodeAttributes(), TYPO3\CMS\Core\Utility\GeneralUtility\isFirstPartOfStr(), and TYPO3\CMS\Core\Utility\PathUtility\stripPathSitePrefix().

Member Data Documentation

◆ $cObj

TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController::$cObj

Definition at line 51 of file CustomAttributeController.php.

◆ $conf

TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController::$conf = []

◆ $extKey

TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController::$extKey = 'rtehtmlarea'

Definition at line 38 of file CustomAttributeController.php.

◆ $prefixId

TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController::$prefixId = 'tx_rtehtmlarea_pi3'

Definition at line 26 of file CustomAttributeController.php.

◆ $scriptRelPath

TYPO3\CMS\Rtehtmlarea\Controller\CustomAttributeController::$scriptRelPath = 'pi3/class.tx_rtehtmlarea_pi3.php'

Definition at line 32 of file CustomAttributeController.php.