Revision 74ddcb2d
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
SL/Layout/ActionBar.pm | ||
---|---|---|
199 | 199 |
|
200 | 200 |
C<separator> will use no parameters, the other three will expect one arrayref. |
201 | 201 |
|
202 |
Two additional pseuso parameters are supported for those:
|
|
202 |
Two additional pseudo parameters are supported for those:
|
|
203 | 203 |
|
204 | 204 |
=over 4 |
205 | 205 |
|
SL/Layout/ActionBar/Action.pm | ||
---|---|---|
65 | 65 |
added to L<SL::Layout::ActionBar>. |
66 | 66 |
|
67 | 67 |
Elements can be interactive or simply used for layout. Most of the actual |
68 |
semantik is handled in the corresponding javascript C<js/kivi.ActionBar.js>, so
|
|
68 |
semantics are handled in the corresponding javascript C<js/kivi.ActionBar.js>, so
|
|
69 | 69 |
this is only used to generate the DOM elements and to provide information for |
70 | 70 |
request time logic decisions. |
71 | 71 |
|
... | ... | |
190 | 190 |
|
191 | 191 |
=item * C<< accesskey => $text >> |
192 | 192 |
|
193 |
Registeres an accesskey for this element. While the most common accesskey is
|
|
193 |
Registers an accesskey for this element. While the most common accesskey is |
|
194 | 194 |
'enter', in theory every other should work as well. Modifier keys can be added |
195 | 195 |
to the accesskey string with 'ctrl+', 'alt+', or 'shift+'. 'shift+' is not |
196 | 196 |
necessary for upper case letters. |
Auch abrufbar als: Unified diff
ActionBar Doku: Ye Olde Butcherede Englishe