Monday, January 27, 2014

Adjust the width of a selectOneChoice LOV

<af:selectOneChoice value="#{bindings.OrganizationCode.inputValue}" label="#{bindings.OrganizationCode.label}"
                              required="#{bindings.OrganizationCode.hints.mandatory}"
                              contentStyle="width:200.0px"
                              shortDesc="#{bindings.OrganizationCode.hints.tooltip}" id="soc1">

2 comments: