|
Click the in the layout containing the radio button control (pxRadioButtons) to display the Properties panel, and then select the General tab to define the source of radio button values.
Field |
Description |
Property |
You can configure a list of options for the radio buttons in the List Source area, as well as select the caption and value for the radio button options. Radio button options can come from the list defined on the property or from a clipboard page, data page, or report definition. If the set of possible values is provided by a property using the Table Type field , specify a For Click You can reference properties on any page identified on the Pages & Classes tab, using the normal notation pagename.propertyname for pages other than the page corresponding to the Applies To class of the rule. If this field is in a cell of a section that includes parameter declarations on the Parameters tab, you can enter the notation param.NAME here, to use a parameter value for the field, where NAME identifies a string parameter. Make sure that the NAME parameter is declared on the Parameters tab, and that your application provides a non-blank value for the parameter value in all possible situations where the section appears. See Sections — Completing the Parameter tab. |
Label |
Select Use property default to use the label RadioButtons. Clear the checkbox to either type a text string, or select a field value from the SmartPrompt list that contains records with Field Name key part of pyCaption. Click |
Default value |
Optional. Enter a constant value for an expression to be used only when the user form or flow action form appears in read-write mode rather than read-only mode.
|
Visibility | Select to determine when the property value is to appear. Always is the default. (If this setting is not applicable, the cell contents are blank.)
|
Disable |
Select to disable the text input:
|
Required |
Appears only for fields in cells on flow actions and sections.
Select to require that when the form appears at runtime in read-write mode, users cannot successfully submit the form if the field is blank.
![]() ![]() For sections, checking this box enables client-side format validation when this section is part of a harness form that has the Enable Client Side Validation box selected on the HTML tab. At runtime, users who leave this field blank and submit the form are notified immediately that the field is required; the form is not transmitted to the server. |
Include option for "Not applicable" |
|
List Source | |
Type |
Select one of the following as the source for the dropdown list:
|
Source |
Displays when the List Source Type is a Clipboard page.
|
Run data transform |
Displays when the List Source Type is Clipboard page. Select to run a data transform prior to populating the radio button list. Press the down arrow in the Data Transform field and select the data transform. |
Run activity |
Displays when the List Source Type is Clipboard page. Select to run an activity prior to populating the radio button list. Press the down arrow in the Activity field and select the activity that you want to run. |
Data page |
Displays when the List Source Type is a Data page. Press the down arrow to select the data page that you want to use as the source of the radio button values. If the data page has parameters, you can pass parameter values to the data page. Press the down arrow in the Value field to specify the value that you want to pass to the data page. Using parameters, you can filter the results that are returned to the radio button list from the data page. |
Clipboard page |
Displays when the List Source Type is a Clipboard page.
|
Applies to |
Displays when the List Source Type is a Report definition.
|
Report definition |
Displays when the List Source Type is a Report definition.
If the report definition has parameters, you can pass parameter values to the report definition. Press the down arrow in the Value field to specify the value that you want to pass to the report definition. Using parameters, you can filter the results that are returned to the radio button list from the report definition. |
Property for value |
Displays when the List Source Type is a Data page, Clipboard page or a Report definition.
|
Property for display text |
Displays when the List Source Type is a Data page, Clipboard page or a Report definition. Press the down arrow to select the value that you want to display as the label for the radio button values. If you do not specify a value, the display text defaults to the specified Property for value. |
Tooltip |
Displays when the List Source Type is a Data page, Clipboard page or a Report definition. Press the down arrow to select a value that you want to use as the source of the tooltip text. Tooltip text displays when the user hovers the mouse pointer over the radio buttons. If you do not specify a value, then a tooltip does not appear for the radio buttons. |
![]() |
Harness and Section forms - Adding a radio button control
Radio button control - Presentation tab Actions tab |