NAME

XML::XForms::Generator::Action

SYNOPSIS

use XML::XForms::Action;

DESCRIPTION

The XML::XForms::Generator::Action package is an implementation of the action part of the XForms specification.

It is implemented with a set of convience functions that have the prefix 'xforms_action_' followed by the name of the action with the first letter capitalized.

XFORMS ACTIONS

dispatch        - 
refresh         -
recalculate     -
setFocus        -
loadURI         -
setValue        -
submitInstance  -
resetInstance   -
setRepeatCursor -
insert          - 
delete          -
toggle          -
script          -
message         -

AUTHOR

D. Hageman <dhageman@dracken.com>

SEE ALSO

XML::XForms::Generator
XML::XForms::Generator::Control
XML::XForms::Genertaor::Model
XML::LibXML
XML::LibXML::DOM

COPYRIGHT AND LICENSE

Copyright (c) 2000-2001 D. Hageman (Dracken Technologies). All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.