Revision 7af2b128
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
60 | 60 |
my $template = shift; |
61 | 61 |
my ($options, %locals) = (@_ && ref($_[0])) ? @_ : ({ }, @_); |
62 | 62 |
|
63 |
# Special handling/shortcut for an instance of SL::ClientJS: |
|
64 |
return $self->render(\$template->to_json, { type => 'json' }) if ref($template) eq 'SL::ClientJS'; |
|
65 |
|
|
63 | 66 |
# Set defaults for all available options. |
64 | 67 |
my %defaults = ( |
65 | 68 |
type => 'html', |
Auch abrufbar als: Unified diff
Serverseitiges Erzeugen von im Client ausgeführten JavaScript-Befehlen