Revision 9fcb99db
Von Sven Schöling vor mehr als 1 Jahr hinzugefügt
| SL/Controller/Test.pm | ||
|---|---|---|
|
$self->render(\$output, { type => 'text' });
|
||
|
}
|
||
|
|
||
|
sub action_ckeditor_test_page {
|
||
|
my ($self) = @_;
|
||
|
|
||
|
$self->render("test/ckeditor");
|
||
|
}
|
||
|
|
||
|
1;
|
||
Auch abrufbar als: Unified diff
ckeditor5: test page für developer Rechte