Namespace: JSJaCBuilder

JSJaCBuilder

This code is taken from script.aculo.us' Dom Builder and has been modified to suit our needs.
The original parts of the code do have the following copyright and license notice:
Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.acu lo.us)
script.aculo.us is freely distributable under the terms of an MIT-style license.
For details, see the script.aculo.us web site at http://script.aculo.us/
Source:
  • JSJaCBuilder.js, line 39

Methods

<static> buildNode

build a new node within an xml document
Parameters:
Name Type Description
doc XMLDocument an xml document to build the new nodes for
elementName string the name of the element to be created
Source:
  • JSJaCBuilder.js, line 46