]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Layout/ActionBar/Action.pm
ActionBar: Tooltips für deaktivierte Aktionen in ir.pl
[mfinanz.git] / SL / Layout / ActionBar / Action.pm
index e73387769c8ad504aabdc88e1c767d14bda198ae..5d03b7c0569b18b7378b5f47440e87bf51dd3cfe 100644 (file)
@@ -47,8 +47,13 @@ sub p {
   SL::Presenter->get
 }
 
+sub init_params {
+  +{}
+}
+
 # unique id to tie div and javascript together
 sub init_id {
+  $_[0]->params->{id} //
   $_[0]->p->name_to_id('action[]')
 }
 
@@ -73,7 +78,7 @@ on click submit the form specified by form-selector with the additional params
 
 on click call the specified function (is this a special case of checks?)
 
-- disabled => true/false (done)
+- disabled => true/false/tooltip explaning why disabled (done)
 
 TODO: