NAME
Oak::Web::Additional::ActionLinkList - Component to create a Oak::Web::Additional::SimpleList component which items are, each one, an Oak::Web::Additional::ActionLink.
DESCRIPTION
This components outputs an indented list of Oak::Web::Additional::ActionLink.
HIERARCHY
Oak::Web::Additional::SimpleList
Oak::Web::Additional::ActionLink
PROPERTIES
- list
-
A string with the list of items. Each item in one line. The indentation is made by the number of white spaces before the first character.
The item must have two fields, separated with a pipe (|), the first side is the item id, and the second is the item text.
- application
-
The base url for the link
- origin
-
__owa_origin__ for the link. Defaults to the name of the owner component.
- selected_item
-
The item that has been clicked.
- target
-
the target for the link.
EVENTS
- ev_onClick
-
When one of the links is clicked.
COPYRIGHT
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.