insert

Inserts a node before a specific node in the node list.

Syntax

Reference_Syntax.insert( OBJECT param1, OBJECT param2 )

Parameters

param1

A valid reference syntax expression representing the node to be inserted.

param2

A valid reference syntax expression representing the node to insert before.

Returns

Empty

Applies to

list class

Version

XFA 2.1

Examples

JavaScript

xfa.datasets.connectionData.DataConnection.nodes.insert(oHeader,oFirst);

FormCalc

xfa.datasets.connectionData.DataConnection.nodes.insert(oHeader,oFirst)

// Ethnio survey code removed