The eventPseudoModel object is the root object of the event model.
Model
Child objects
Event Model
None
object class class
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
commitKey
Describes how the current value of a form field was set by the user.
Integer
fullText
Represents the full (untruncated) value that a user pastes into a form field.
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.
modifier
Determines whether the modifier key (for example, Ctrl on Microsoft® Windows®) is held down when a particular event executes.
newContentType
Specifies the content type of the newText property.
newText
Specifies the content of the field after it changes in response to user actions.
prevContentType
Specifies the content type of the value specified for the prevText property.
prevText
Specifies the content of the field before it changes in response to the actions of a user.
reenter
Specifies whether the enter event is occurring for the first time. The enter event occurs each time a user clicks in a field.
selEnd
Specifies the index position of the last character of the text selection stored in the prevTextproperty during a change event.
selStart
Specifies the index position of the first character of the text selection stored in the prevText property during a change event.
shift
Specifies whether the Shift key is held down during a particular event.
soapFaultCode
Specifies any fault code that occurs when a user attempts to execute a web service connection.
soapFaultString
Specifies the descriptive message that corresponds to a particular web service connection fault code.
target
Specifies the object upon which the action will occur.
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.
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: