eventPseudoModel

The eventPseudoModel object is the root object of the event model.

Hierarchy of objects

Model

Child objects

Event Model

None

Parent class

object class class

Properties

Name

Description

Type

Access

cancelAction

Specifies whether to cancel a forthcoming action. This property applies only to the following scripting events: prePrint, preSubmit, preExecute, preOpen, and preSign.

Boolean

Read /Write

change

Specifies the value that a user types or pastes into a field immediately after they perform the action.

String

Read /Write

commitKey

Describes how the current value of a form field was set by the user.

Integer

Read /Write

fullText

Represents the full (untruncated) value that a user pastes into a form field.

String

Read /Write

keyDown

Determines whether a user is pressing an arrow key to make a selection. This property is available only for list boxes and drop-down lists.

Boolean

Read /Write

modifier

Determines whether the modifier key (for example, Ctrl on Microsoft® Windows®) is held down when a particular event executes.

Boolean

Read /Write

newContentType

Specifies the content type of the newText property.

String

Read /Write

newText

Specifies the content of the field after it changes in response to user actions.

String

Read /Write

prevContentType

Specifies the content type of the value specified for the prevText property.

String

Read /Write

prevText

Specifies the content of the field before it changes in response to the actions of a user.

String

Read /Write

reenter

Specifies whether the enter event is occurring for the first time. The enter event occurs each time a user clicks in a field.

Boolean

Read /Write

selEnd

Specifies the index position of the last character of the text selection stored in the prevText property during a change event.

Integer

Read /Write

selStart

Specifies the index position of the first character of the text selection stored in the prevText property during a change event.

Integer

Read /Write

shift

Specifies whether the Shift key is held down during a particular event.

Boolean

Read /Write

soapFaultCode

Specifies any fault code that occurs when a user attempts to execute a web service connection.

String

Read /Write

soapFaultString

Specifies the descriptive message that corresponds to a particular web service connection fault code.

String

Read /Write

target

Specifies the object upon which the action will occur.

String

Read /Write

Methods

Name

Description

Returns

emit

Notifies the form event manager that an event has occurred.

Empty

reset

Resets all of the properties within the XML form event model.

Empty

// Ethnio survey code removed