Click or drag to resize

ButtonScriptAddOptions Enumeration

Options for used to modify how button script is added. Used with ButtonScriptAdd.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ButtonScriptAddOptions
Members
  Member nameValueDescription
DoNotResolve1 Specifies that any button OnClick script marked with !fnResolve() should NOT be resolved.
PseudoBind4 Specifies that the field's control should be pseudo-bound. Pseudo-binding does not apply field values or other row-specific settings to the control, but does apply other settings that are normally applied to the control by the field object in PreRender. See PseudoBind for more information on field pseudo-binding.
See Also