Click or drag to resize

PFFieldBoolean Fields

The PFFieldBoolean type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberControlId_RadioButton_No
Id of the control: "No" radio button. If checked the value will be set to false.
Public fieldStatic memberControlId_RadioButton_None
Id of the control: "None" radio button. If checked the value will be set to null.
Public fieldStatic memberControlId_RadioButton_Yes
Id of the control: "Yes" radio button. If checked the value will be set to true.
Public fieldStatic memberControlName_Checkbox
Name of the control: main checkbox.
Public fieldStatic memberControlName_CheckboxBis
Name of the control: hidden input posted to get the control value when the main checkbox is unchecked (and not posted).
Public fieldStatic memberControlName_RadioButton_Hidden
Name of the control: hidden input posted to get the control value when there is no checked radio button (=not posted). If the only value posted, the item's value will be set to null.
Public fieldStatic memberControlName_RadioButton_Value
Name of all radio button controls.
Top
See Also