ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
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
y
z
Ö
+
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
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.MediaObjectStyleSelector.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\COPage\Editor\Components\MediaObject
;
20
21
use
ILIAS\COPage\Editor\Server\UIWrapper
;
22
use
ILIAS\UI\Component\Dropdown\Dropdown
;
23
27
class
MediaObjectStyleSelector
28
{
29
public
static
string
$style_selector_reset
=
"margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;"
;
30
protected
int
$style_id
= 0;
31
32
protected
UIWrapper
$ui_wrapper
;
33
protected \ILIAS\DI\UIServices
$ui
;
34
protected \ilLanguage
$lng
;
35
36
public
function
__construct
(
37
UIWrapper
$ui_wrapper,
38
int
$style_id
39
) {
40
global
$DIC
;
41
42
$this->
ui
= $DIC->ui();
43
$this->ui_wrapper =
$ui_wrapper
;
44
$this->style_id =
$style_id
;
45
$this->
lng
= $DIC->language();
46
}
47
48
public
function
getStyleSelector
(
49
string
$a_selected,
50
string
$type
=
"media-action"
,
51
string
$action =
"media.class"
,
52
string
$attr =
"class"
53
):
Dropdown
{
54
$a_chars =
\ilPCMediaObjectGUI::_getCharacteristics
($this->style_id);
55
$ui_wrapper =
$this->ui_wrapper
;
56
$ui =
$this->ui
;
57
58
$buttons = [];
59
foreach
($a_chars as $char => $char_lang) {
60
$buttons[] = $ui_wrapper->
getButton
($char_lang,
$type
, $action, [$attr => $char]);
61
}
62
return
$ui->factory()->dropdown()->standard($buttons)->withLabel($a_selected);
63
}
64
}
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector\$style_id
int $style_id
Definition:
class.MediaObjectStyleSelector.php:30
Dropdown
ILIAS\COPage\Editor\Server\UIWrapper
Definition:
class.UIWrapper.php:25
$type
$type
Definition:
proxy_ylocal.php:10
UIWrapper
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector\getStyleSelector
getStyleSelector(string $a_selected, string $type="media-action", string $action="media.class", string $attr="class")
Definition:
class.MediaObjectStyleSelector.php:48
ilPCMediaObjectGUI\_getCharacteristics
static _getCharacteristics(int $a_style_id)
Get characteristics.
Definition:
class.ilPCMediaObjectGUI.php:1449
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector\$ui
ILIAS DI UIServices $ui
Definition:
class.MediaObjectStyleSelector.php:33
ILIAS\UI\Component\Dropdown\Dropdown
This describes commonalities between all types of Dropdowns.
Definition:
Dropdown.php:34
$DIC
global $DIC
Definition:
feed.php:28
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector\__construct
__construct(UIWrapper $ui_wrapper, int $style_id)
Definition:
class.MediaObjectStyleSelector.php:36
ILIAS\COPage\Editor\Server\UIWrapper\getButton
getButton(string $content, string $type, string $action, array $data=null, string $component="", string $aria_label="")
Definition:
class.UIWrapper.php:39
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector\$ui_wrapper
UIWrapper $ui_wrapper
Definition:
class.MediaObjectStyleSelector.php:32
ILIAS\Repository\lng
lng()
Definition:
trait.GlobalDICDomainServices.php:56
ILIAS\Repository\ui
ui()
Definition:
trait.GlobalDICGUIServices.php:42
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector\$style_selector_reset
static string $style_selector_reset
Definition:
class.MediaObjectStyleSelector.php:29
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector\$lng
ilLanguage $lng
Definition:
class.MediaObjectStyleSelector.php:34
ILIAS\COPage\Editor\Components\MediaObject
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.MediaObjectCommandActionHandler.php:19
ILIAS\COPage\Editor\Components\MediaObject\MediaObjectStyleSelector
Definition:
class.MediaObjectStyleSelector.php:27
Services
COPage
Editor
Components
MediaObject
class.MediaObjectStyleSelector.php
Generated on Thu Apr 3 2025 22:01:58 for ILIAS by
1.8.13 (using
Doxyfile
)