TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
FileListFolderTree.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Filelist
;
3
24
class
FileListFolderTree
extends
\TYPO3\CMS\Backend\Tree\View\FolderTreeView
{
25
29
public
$ext_IconMode
;
30
39
public
function
wrapIcon
($theFolderIcon, \
TYPO3
\CMS\Core\Resource\
Folder
$folderObject) {
40
$theFolderIcon = parent::wrapIcon($theFolderIcon, $folderObject);
41
// Wrap icon in a drag/drop span.
42
return
'<span class="dragIcon" id="dragIconID_'
. $this->
getJumpToParam
($folderObject) .
'">'
. $theFolderIcon .
'</span>'
;
43
}
44
55
public
function
wrapTitle
(
$title
, \
TYPO3
\CMS\Core\Resource\
Folder
$folderObject,
$bank
= 0) {
56
$theFolderTitle = parent::wrapTitle(
$title
, $folderObject,
$bank
);
57
// Wrap title in a drag/drop span.
58
return
'<span class="dragTitle" id="dragTitleID_'
. $this->
getJumpToParam
($folderObject) .
'">'
. $theFolderTitle .
'</span>'
;
59
}
60
61
}
TYPO3
TYPO3\CMS\Core\Resource\Folder
Definition:
Folder.php:34
TYPO3\CMS\Filelist
TYPO3\CMS\Filelist\FileListFolderTree
Definition:
FileListFolderTree.php:24
TYPO3\CMS\Filelist\FileListFolderTree\wrapIcon
wrapIcon($theFolderIcon, \TYPO3\CMS\Core\Resource\Folder $folderObject)
Definition:
FileListFolderTree.php:39
TYPO3\CMS\Filelist\FileListFolderTree\wrapTitle
wrapTitle($title, \TYPO3\CMS\Core\Resource\Folder $folderObject, $bank=0)
Definition:
FileListFolderTree.php:55
TYPO3\CMS\Backend\Tree\View\AbstractTreeView\$title
$title
Definition:
AbstractTreeView.php:72
TYPO3\CMS\Backend\Tree\View\FolderTreeView
Definition:
FolderTreeView.php:30
TYPO3\CMS\Filelist\FileListFolderTree\$ext_IconMode
$ext_IconMode
Definition:
FileListFolderTree.php:29
TYPO3\CMS\Backend\Tree\View\FolderTreeView\getJumpToParam
getJumpToParam(\TYPO3\CMS\Core\Resource\Folder $folderObject)
Definition:
FolderTreeView.php:186
TYPO3\CMS\Backend\Tree\View\AbstractTreeView\$bank
$bank
Definition:
AbstractTreeView.php:290
typo3
sysext
filelist
Classes
FileListFolderTree.php
Generated on Wed Aug 7 2019 09:52:26 for TYPO3 CMS by
1.8.13