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; }
ReadOnly Property Chooser_OnSelect As String
Get
Property Value
Type:
StringJavascript 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