tx_rtehtmlarea_image_folderTree Class Reference

Inheritance diagram for tx_rtehtmlarea_image_folderTree:

Inheritance graph
[legend]
Collaboration diagram for tx_rtehtmlarea_image_folderTree:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 wrapTitle ($title, $v)
 ext_isLinkable ($v)
 PM_ATagWrap ($icon, $cmd, $bMark='')
 printTree ($treeArr='')

Public Attributes

 $ext_IconMode = 1


Detailed Description

Definition at line 48 of file class.tx_rtehtmlarea_select_image.php.


Member Function Documentation

tx_rtehtmlarea_image_folderTree::wrapTitle ( title,
v 
)

Wrapping the title in a link, if applicable.

Parameters:
string Title, ready for output.
array The "record"
Returns:
string Wrapping title string.

Definition at line 58 of file class.tx_rtehtmlarea_select_image.php.

tx_rtehtmlarea_image_folderTree::ext_isLinkable ( v  ) 

Returns true if the input "record" contains a folder which can be linked.

Parameters:
array Array with information about the folder element. Contains keys like title, uid, path, _title
Returns:
boolean True is returned if the path is found in the web-part of the the server and is NOT a recycler or temp folder

Definition at line 73 of file class.tx_rtehtmlarea_select_image.php.

tx_rtehtmlarea_image_folderTree::PM_ATagWrap ( icon,
cmd,
bMark = '' 
)

Wrap the plus/minus icon in a link

Parameters:
string HTML string to wrap, probably an image tag.
string Command for 'PM' get var
boolean If set, the link will have a anchor point (=$bMark) and a name attribute (=$bMark)
Returns:
string Link-wrapped input string private

Reimplemented from t3lib_treeView.

Definition at line 92 of file class.tx_rtehtmlarea_select_image.php.

tx_rtehtmlarea_image_folderTree::printTree ( treeArr = ''  ) 

Print tree.

Parameters:
mixed Input tree array. If not array, then $this->tree is used.
Returns:
string HTML output of the tree.

Reimplemented from t3lib_treeView.

Definition at line 107 of file class.tx_rtehtmlarea_select_image.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!