Click or drag to resize

FieldPropertiesChooser_OnSelect Property

Javascript placed on the Chooser's OnClientSelect event. Supports field references including the [~.] notation to get a reference to the current field.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Chooser_OnSelect { get; }

Property Value

Type: String
Javascript placed on the Chooser's OnClientSelect event. Supports field references including the [~.] notation to get a reference to the current field.
Remarks
Applies to CellType Chooser only.
See Also