Class FormFieldActionCollection
JavaScript hooks for form-field events to validate, format, and react to user input.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class FormFieldActionCollection
Properties
Calculate
Gets or sets the script used to recalculate this field when dependent fields change.
Declaration
public JavaScriptAction Calculate { get; set; }
Property Value
|
JavaScriptAction
|
Format
Gets or sets the script run before the field formats its value for display.
Declaration
public JavaScriptAction Format { get; set; }
Property Value
|
JavaScriptAction
|
Keystroke
Gets or sets the script invoked on keystrokes or selection changes, influencing immediate input behavior.
Declaration
public JavaScriptAction Keystroke { get; set; }
Property Value
|
JavaScriptAction
|
Validate
Gets or sets the script run when the field's value changes to validate input.
Declaration
public JavaScriptAction Validate { get; set; }
Property Value
|
JavaScriptAction
|
Methods
Equals(Object)
Returns a value indicating whether this instance is equal to a specified object.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
An object to compare with this instance. |
Returns
|
System.Boolean
true if obj equals the value of this instance; otherwise, false. |
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
|
System.Int32
A hash code for the current object. |