D. Hageman > XForms-Generator > XML::XForms::Generator::Action

Download:
XForms-Generator-0.70.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.70   Source  

NAME ^

XML::XForms::Generator::Action

SYNOPSIS ^

 use XML::XForms::Generator::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_' followed by the name of the action.

XFORMS ACTIONS ^

 dispatch        - 
 rebuild         -
 recalculate     -
 refresh         -
 revalidate      -
 load            -
 setfocus        -
 setvalue        -
 send            -
 reset           -
 message         -

AUTHOR ^

D. Hageman <dhageman@dracken.com>

SEE ALSO ^

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

COPYRIGHT AND LICENSE ^

Copyright (c) 2002-2004 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.