Documentation Center

dialogArguments

Description

dialogArguments is an object that passes one or more arguments for a lookup.

This object is used when configuring a lookup and can be used together with the choose method to return values for a lookup dialog. Lookups are dialogs that open in an HTML page when the user needs to access an external source of simpleType elements. For example, you could define a lookup to enable users to choose and insert an image from an external library.

Syntax

top.dialogArguments.node

Properties

name
String. The name of the attribute or element for which the lookup is being opened.
value
String. The current value.
node
XopusNode. The element that contains the attribute or element for which the lookup is being opened.
attributes
Object. All attributes as key/value pairs.