Revision 83a66cd8
Von Sven Schöling vor mehr als 3 Jahren hinzugefügt
SL/Controller/MaterializeTest.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
use parent qw(SL::Controller::Base); |
5 | 5 |
|
6 |
sub action_test {
|
|
6 |
sub action_components {
|
|
7 | 7 |
$_[0]->render("test/components"); |
8 | 8 |
} |
9 | 9 |
|
10 |
sub action_modal { |
|
11 |
$_[0]->render("test/modal"); |
|
12 |
} |
|
13 |
|
|
10 | 14 |
1; |
Auch abrufbar als: Unified diff
mobile: modal test page