crm:selectOneMenuNextToSelectOneMenu
Overview
The <crm:selectOneMenuNextToSelectOneMenu> component is used to display two select elements on the page.
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
columnClasses | false | String | ui-grid-col-6,ui-grid-col-6 | Comma separated list of column style classes of the gird layout that will be used to display the component. Column style class should be prefixed with ui-grid-col- and suffixed with the number of columns that content will take (out of 12). For example, for two columns with the same size the columnClasses should be "ui-grid-col-6,ui-grid-col-6". |
columns | false | Integer | 2 | Number of columns of the gird layout that will be used to display the component. |
id | true | String | null | Unique identifier of the component. |
labelKey | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. |
leftClassName | true | String | null | The class name of the value of the left select one menu. |
leftDisplayValue | true | String | null | The displayed value of the left select one menu in view mode. |
leftEmptyOptionLabel | false | String | key_select | A valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available items of the left select one menu. |
leftItemLabel | true | String | name | Label item in overlay for the left select one menu. |
leftOnChangeFunction | false | String | null | Defines the function call triggered when left select one menu loses focus and its value has been modified since gaining focus. |
leftOptionsList | true | List | null | A collection of available items in overlay for the left select one menu. |
leftprocess | false | String | @this and the value of the refresh attribute | Component(s) to process in partial request for the left select one menu. |
leftReadonly | false | Boolean | false | Flag indicating that the left select one menu will prevent changes by the user. |
leftRefresh | false | String | null | Component(s) to update with ajax for the left select one menu. |
leftType | true | String | null | The type of the value of the left select one menu. |
leftValue | true | Object | null | The value of the left select one menu |
managedBean | true | String | null | The name of the Java managed bean class that will be used for retrieving the component values. |
mandatory | false | Boolean | false | Marks component as required. |
mode | false | String | The mode of the managed bean. | The mode of the component. Allowed values are VIEW and EDIT. |
rightClassName | true | String | null | The class name of the value of the right select one menu. |
rightDisplayValue | true | String | null | The displayed value of the right select one menu in view mode. |
rightEmptyOptionLabel | false | String | key_select | A valid key defined in translation properties file. Its translation through the glossary will be added as empty item in the collection of available items of the right select one menu. |
rightItemLabel | true | String | name | Label of the item in overlay for the right select one menu. |
rightOnChangeFunction | false | String | null | Defines the function call triggered when right select one menu loses focus and its value has been modified since gaining focus. |
rightOptionsList | false | List | null | A collection of available items in overlay for the right select one menu. |
rightprocess | false | String | @this and the value of the refresh attribute | Component(s) to process in partial request for the right select one menu. |
rightReadonly | false | Boolean | false | Flag indicating that the right select one menu will prevent changes by the user. |
rightRefresh | false | String | null | Component(s) to update with ajax for the right select one menu. |
rightType | true | String | null | The type of the value of the right select one menu. |
rightValue | true | Object | null | The value of the right select one menu |
tip | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information. |
visible | false | Boolean | true | Controls the visibility of the component. |
Getting Started
The following example shows a select one menu next to select one menu component.