NAME

XML::XForms::Generator::UserInterface

SYNOPSIS

use XML::XForms::Generator;

my $ui = xforms_group( { model => 'default' },
                       { caption => 'Address' },
                       @address_controls_and_markup );

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

setInstanceData ( MODEL, BIND_REF, @DATA )

This method takes a XML::XForms::Generator::Model object as its first argument, a very very basic XPath statement for the instance data location and finally it takes an array of XML::LibXML capable nodes and/or text.

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 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.