NAME

Oak::Web::Additional::ActionLink - A link associated with an action

DESCRIPTION

A container that holds a link with a ev_onClick event. This link will be received and will dispatch an event in Oak.

HIERARCHY

Oak::Object
Oak::Persistent
Oak::Component
Oak::Web::Visual
Oak::Web::Container
Oak::Web::HTML::A
Oak::Web::Additional::ActionLink

PROPERTIES

The Oak::Web::HTML::A object has the properties defined by W3C. but the property application and the property params overrides the href property.

P.S.: When an action link is clicked, no form is submitted. If you want to submit a form with a link, use the traditional Oak::Web::HTML::A and define a javascript function.

application

The url of this web application

params

Another params (in URL encoded format) to add to the link

EVENTS

ev_onClick

This event is dispatched when this link 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.