D. Hageman > XForms-Generator-0.70 > XML::XForms::Generator::UserInterface

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::UserInterface

SYNOPSIS ^

 use XML::XForms::Generator;

 my $ui = xforms_group( {},
                                            [ qq|label|,
                                                  {},
                                                  qq|Sample Group| ],
                        @controls );

DESCRIPTION ^

The XML::LibXML DOM wrapper provided by XML::XForms::Generator module is based on convience functions for quick creation of XForms user interface elements. These functions are named after the user interface element they create prefixed by 'xforms_'. The result of 'xforms_' convience functions is an object with all of the methods available to a standard XML::LibXML::Element along with all of the convience methods listed further down in this document under the METHODS section.

METHODS ^

See the code. Not documented yet.

AUTHOR ^

D. Hageman <dhageman@dracken.com>

SEE ALSO ^

 XML::XForms::Generator
 XML::XForms::Generator::Action
 XML::XForms::Generator::Control
 XML::XForms::Generator::Model
 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.