tx_rtehtmlarea_pi3 Class Reference

Inheritance diagram for tx_rtehtmlarea_pi3:

Inheritance graph
[legend]
Collaboration diagram for tx_rtehtmlarea_pi3:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 render_clickenlarge ($content, $conf)

Public Attributes

 $prefixId = 'tx_rtehtmlarea_pi3'
 $scriptRelPath = 'pi3/class.tx_rtehtmlarea_pi3.php'
 $extKey = 'rtehtmlarea'
 $conf = array()
 $cObj


Detailed Description

Render custom attribute clickenlarge

Author:
Stanislas Rolland <stanislas.rolland(arobas)fructifor.ca>
Id
class.tx_rtehtmlarea_pi3.php 3439 2008-03-16 19:16:51Z flyguide
*

Definition at line 37 of file class.tx_rtehtmlarea_pi3.php.


Member Function Documentation

tx_rtehtmlarea_pi3.render_clickenlarge ( content,
conf 
)

Rendering the "clickenlarge" custom attribute, called from TypoScript

Parameters:
string Content input. Not used, ignore.
array TypoScript configuration
Returns:
string HTML output. private

Definition at line 60 of file class.tx_rtehtmlarea_pi3.php.

References $conf, $content, $GLOBALS, $TYPO3_CONF_VARS, t3lib_div.implodeAttributes(), and t3lib_div.isFirstPartOfStr().

Here is the call graph for this function:


Member Data Documentation

tx_rtehtmlarea_pi3.$prefixId = 'tx_rtehtmlarea_pi3'

Reimplemented from tslib_pibase.

Definition at line 40 of file class.tx_rtehtmlarea_pi3.php.

tx_rtehtmlarea_pi3.$scriptRelPath = 'pi3/class.tx_rtehtmlarea_pi3.php'

Reimplemented from tslib_pibase.

Definition at line 41 of file class.tx_rtehtmlarea_pi3.php.

tx_rtehtmlarea_pi3.$extKey = 'rtehtmlarea'

Reimplemented from tslib_pibase.

Definition at line 42 of file class.tx_rtehtmlarea_pi3.php.

tx_rtehtmlarea_pi3.$conf = array()

Should normally be set in the main function with the TypoScript content passed to the method.

$conf[LOCAL_LANG][_key_] is reserved for Local Language overrides. $conf[userFunc] / $conf[includeLibs] reserved for setting up the USER / USER_INT object. See TSref

Reimplemented from tslib_pibase.

Definition at line 43 of file class.tx_rtehtmlarea_pi3.php.

Referenced by render_clickenlarge().

tx_rtehtmlarea_pi3.$cObj

Reimplemented from tslib_pibase.

Definition at line 50 of file class.tx_rtehtmlarea_pi3.php.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen