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
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
TextStyle.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Rtehtmlarea\Extension
;
3
21
class
TextStyle
extends
\TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi
{
22
23
protected
$extensionKey
=
'rtehtmlarea'
;
24
25
// The key of the extension that is extending htmlArea RTE
26
protected
$pluginName
=
'TextStyle'
;
27
28
// The name of the plugin registered by the extension
29
protected
$relativePathToLocallangFile
=
'extensions/TextStyle/locallang.xlf'
;
30
31
// Path to this main locallang file of the extension relative to the extension dir.
32
protected
$relativePathToSkin
=
''
;
33
34
// Path to the skin (css) file relative to the extension dir.
35
protected
$htmlAreaRTE
;
36
37
// Reference to the invoking object
38
protected
$thisConfig
;
39
40
// Reference to RTE PageTSConfig
41
protected
$toolbar
;
42
43
// Reference to RTE toolbar array
44
protected
$LOCAL_LANG
;
45
46
// Frontend language array
47
protected
$pluginButtons
=
'textstyle'
;
48
49
// The comma separated list of button names that the extension id adding to the htmlArea RTE tollbar
50
protected
$pluginLabels
=
'textstylelabel'
;
51
52
// The comma separated list of label names that the extension id adding to the htmlArea RTE tollbar
53
// The name-converting array, converting the button names used in the RTE PageTSConfing to the button id's used by the JS scripts
54
protected
$convertToolbarForHtmlAreaArray
= array(
55
'textstylelabel'
=>
'I[text_style]'
,
56
'textstyle'
=>
'TextStyle'
57
);
58
59
protected
$requiresClassesConfiguration
= TRUE;
60
61
}
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$pluginName
$pluginName
Definition:
TextStyle.php:26
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$htmlAreaRTE
$htmlAreaRTE
Definition:
TextStyle.php:35
TYPO3\CMS\Rtehtmlarea\Extension
Definition:
AboutEditor.php:2
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$thisConfig
$thisConfig
Definition:
TextStyle.php:38
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$relativePathToLocallangFile
$relativePathToLocallangFile
Definition:
TextStyle.php:29
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$relativePathToSkin
$relativePathToSkin
Definition:
TextStyle.php:32
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$extensionKey
$extensionKey
Definition:
TextStyle.php:23
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle
Definition:
TextStyle.php:21
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$convertToolbarForHtmlAreaArray
$convertToolbarForHtmlAreaArray
Definition:
TextStyle.php:54
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$pluginLabels
$pluginLabels
Definition:
TextStyle.php:50
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$toolbar
$toolbar
Definition:
TextStyle.php:41
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$pluginButtons
$pluginButtons
Definition:
TextStyle.php:47
TYPO3\CMS\Rtehtmlarea\RteHtmlAreaApi
Definition:
RteHtmlAreaApi.php:21
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$LOCAL_LANG
$LOCAL_LANG
Definition:
TextStyle.php:44
TYPO3\CMS\Rtehtmlarea\Extension\TextStyle\$requiresClassesConfiguration
$requiresClassesConfiguration
Definition:
TextStyle.php:59
typo3
sysext
rtehtmlarea
Classes
Extension
TextStyle.php
Generated on Wed Aug 7 2019 09:52:30 for TYPO3 CMS by
1.8.13