Main Page | Directories | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

ext_posMap_tt_content Class Reference

Inherits t3lib_positionMap.

List of all members.

Public Member Functions

 linkPageTitle ($str, $rec)
 Wrapping page title.
 wrapRecordTitle ($str, $row)
 Wrapping the title of the record.

Public Attributes

 $dontPrintPageInsertIcons = 1


Member Function Documentation

ext_posMap_tt_content::linkPageTitle str,
rec
 

Wrapping page title.

Parameters:
string Page title.
array Page record (?)
Returns:
string Wrapped title.

Reimplemented from t3lib_positionMap.

Definition at line 194 of file move_el.php.

00194                                        {
00195       $url = t3lib_div::linkThisScript(array('uid'=>intval($rec['uid']),'moveUid'=>$GLOBALS['SOBE']->moveUid));
00196       return '<a href="'.htmlspecialchars($url).'">'.$str.'</a>';
00197    }

ext_posMap_tt_content::wrapRecordTitle str,
row
 

Wrapping the title of the record.

Parameters:
string The title value.
array The record row.
Returns:
string Wrapped title string.

Reimplemented from t3lib_positionMap.

Definition at line 206 of file move_el.php.

00206                                        {
00207       if ($GLOBALS['SOBE']->moveUid==$row['uid'])  $str = '<b>'.$str.'</b>';
00208       return parent::wrapRecordTitle($str,$row);
00209    }


Member Data Documentation

ext_posMap_tt_content::$dontPrintPageInsertIcons = 1
 

Reimplemented from t3lib_positionMap.

Definition at line 185 of file move_el.php.


The documentation for this class was generated from the following file:
Generated on Sun Oct 3 01:06:24 2004 for TYPO3core 3.7.0 dev by  doxygen 1.3.8-20040913