API DOCS
Classes & Functions
Files & Folders
Class: xajax.forms
variables
functions
xajax.forms.getInput
xajax.forms.getInput = function(type, name, id) { }
Create and return a form input element with the specified parameters.
xajax.forms.createInput
xajax.forms.createInput = function(command) { }
Create a new input element under the specified parent.
xajax.forms.insertInput
xajax.forms.insertInput = function(command) { }
Insert a new input element before the specified element.
xajax.forms.insertInputAfter
xajax.forms.insertInputAfter = function(command) { }
Insert a new input element after the specified element.
