Skip to end of banner
Go to start of banner

SelectOneMenuNextToSelectOneMenu

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This component is used to display two select elements on the page.


Info

Tag<crm:selectOneMenuNextToSelectOneMenu>
XML Namespacehttp://java.sun.com/jsf/composite/crm


Attributes

NameRequiredTypeDefaultDescription

columnClasses

falseStringui-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.

columnsfalseInteger2

Number of columns of the gird layout that will be used to display the component.

idtrueStringnullUnique identifier of the component.
labelKeyfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.

leftClassNametrueStringnullThe class name of the value of the left select one menu.
leftDisplayValuetrueStringnullThe displayed value of the left select one menu in view mode.
leftEmptyOptionLabelfalseStringkey_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.

leftItemLabeltrueStringnameLabel item in overlay for the left select one menu.
leftOnChangeFunctionfalseStringnull

Defines the function call triggered when left select one menu loses focus and its value has been modified since gaining focus.

leftOptionsListtrueListnull

A collection of available items in overlay for the left select one menu.

leftprocessfalseString@this and the value of the refresh attributeComponent(s) to process in partial request for the left select one menu.
leftReadonlyfalseBooleanfalseFlag indicating that the left select one menu will prevent changes by the user.
leftRefreshfalseStringnullComponent(s) to update with ajax for the left select one menu.
leftTypetrueStringnullThe type of the value of the left select one menu.
leftValuetrueObjectnullThe value of the left select one menu
managedBeantrueStringnullThe name of the managed bean that will be used for retrieving the component values.
mandatoryfalseBooleanfalseMarks component as required.
modefalseStringThe mode of the managed bean.The mode of the component. Allowed values are VIEW and EDIT.
rightClassNametrueStringnullThe class name of the value of the right select one menu.
rightDisplayValuetrueStringnullThe displayed value of the right select one menu in view mode.
rightEmptyOptionLabelfalseStringkey_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.

rightItemLabeltrueStringnameLabel of the item in overlay for the right select one menu.
rightOnChangeFunctionfalseStringnull

Defines the function call triggered when right select one menu loses focus and its value has been modified since gaining focus.

rightOptionsListfalseListnull

A collection of available items in overlay for the right select one menu.

rightprocessfalseString@this and the value of the refresh attributeComponent(s) to process in partial request for the right select one menu.
rightReadonlyfalseBooleanfalseFlag indicating that the right select one menu will prevent changes by the user.
rightRefreshfalseStringnullComponent(s) to update with ajax for the right select one menu.
rightTypetrueStringnullThe type of the value of the right select one menu.
rightValuetrueObjectnullThe value of the right select one menu
tipfalseStringnull

A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information.

visiblefalseBooleantrue

Controls the visibility of the component.


Getting Started with SelectOneMenuNextToSelectOneMenu


  • No labels