Class FormFieldActionCollection
Represents a collection of JavaScriptAction objects.
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 JavaScript action to be performed to recalculate the value of this field when that of another field changes.
Declaration
public JavaScriptAction Calculate { get; set; }
Property Value
JavaScriptAction
|
Format
Gets or sets the JavaScript action to be performed before the field is formatted to display its current value.
Declaration
public JavaScriptAction Format { get; set; }
Property Value
JavaScriptAction
|
Keystroke
Gets or sets the JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box.
Declaration
public JavaScriptAction Keystroke { get; set; }
Property Value
JavaScriptAction
|
Validate
Gets or sets the JavaScript action to be performed when the field’s value is changed.
Declaration
public JavaScriptAction Validate { get; set; }
Property Value
JavaScriptAction
|