Revision d0a54101
Von Sven Schöling vor etwa 1 Jahr hinzugefügt
SL/Presenter/Tag.pm | ||
---|---|---|
535 | 535 |
$attributes{rows} *= 1; # required by standard |
536 | 536 |
$attributes{cols} *= 1; # required by standard |
537 | 537 |
|
538 |
if (join_values(class => $attributes{class}) =~ /\btexteditor\b/) { |
|
539 |
$::request->{layout}->add_javascripts("$_.js") for qw(ckeditor5/ckeditor ckeditor5/translations/de); |
|
540 |
} |
|
541 |
|
|
538 | 542 |
html_tag('textarea', $content, %attributes, name => $name); |
539 | 543 |
} |
540 | 544 |
|
Auch abrufbar als: Unified diff
ckeditor5: javascripte automatisch in P.textarea registrieren wenn class texteditor gesetzt ist