PFFieldBoolean Fields |
The PFFieldBoolean type exposes the following members.
Name | Description | |
---|---|---|
ControlId_RadioButton_No |
Id of the control: "No" radio button. If checked the value will be set to false.
| |
ControlId_RadioButton_None |
Id of the control: "None" radio button. If checked the value will be set to null.
| |
ControlId_RadioButton_Yes |
Id of the control: "Yes" radio button. If checked the value will be set to true.
| |
ControlName_Checkbox |
Name of the control: main checkbox.
| |
ControlName_CheckboxBis |
Name of the control: hidden input posted to get the control value
when the main checkbox is unchecked (and not posted).
| |
ControlName_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.
| |
ControlName_RadioButton_Value |
Name of all radio button controls.
|