Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d0a54101

Von Sven Schöling vor etwa 1 Jahr hinzugefügt

  • ID d0a54101252fcc1a9f3c9cbdf75c67ac48b69c29
  • Vorgänger 23074944
  • Nachfolger 6c693814

ckeditor5: javascripte automatisch in P.textarea registrieren wenn class texteditor gesetzt ist

Unterschiede anzeigen:

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