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[]')
}
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: