
XML::XForms::Generator::UserInterface

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

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.

See the code. Not documented yet.

D. Hageman <dhageman@dracken.com>

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

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.