getAttribute

Gets a specified property value.

Syntax

Reference_Syntax.getAttribute( STRING param )

Parameters

param

A valid string representing the name of the property to retrieve.

Returns

A valid string representing the value of the property.

Applies to

Model

Object

XFA Model

packet

Also applies to the node class class.

Version

XFA 2.1

Examples

JavaScript

var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction");

FormCalc

var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction")

// Ethnio survey code removed