13 public static $style_selector_reset =
"margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;";
37 $this->
ui = $DIC->ui();
39 $this->style_id = $style_id;
40 $this->lng = $DIC->language();
54 foreach ($a_chars as $char => $char_lang) {
55 $buttons[] =
$ui_wrapper->getButton($char_lang,
$type, $action, [$attr => $char]);
57 $dd =
$ui->factory()->dropdown()->standard($buttons)->withLabel($a_selected);
getStyleSelector($a_selected, $type="media-action", $action="media.class", $attr="class")
Get style selector.
__construct($ui_wrapper, $style_id)
Constructor.
static $style_selector_reset