Revision 2cac4306
Von Sven Schöling vor fast 8 Jahren hinzugefügt
SL/Layout/ActionBar/Action.pm | ||
---|---|---|
47 | 47 |
SL::Presenter->get |
48 | 48 |
} |
49 | 49 |
|
50 |
sub init_params { |
|
51 |
+{} |
|
52 |
} |
|
53 |
|
|
50 | 54 |
# unique id to tie div and javascript together |
51 | 55 |
sub init_id { |
56 |
$_[0]->params->{id} // |
|
52 | 57 |
$_[0]->p->name_to_id('action[]') |
53 | 58 |
} |
54 | 59 |
|
Auch abrufbar als: Unified diff
ActionBar/Submit: externe ids erlauben