Need to display the whole text in <h:selectOneMenu>
Hi ,
I have a <h:selectOneMenu in my jsp page.
Code below :
><h:selectOneMenu id="factorTypeID" styleClass="selectDropdown" value="SplREMRule" style="width:120px;margin-left: 40px;margin-top: 310px;position: absolute; ">
<f:selectItem itemLabel="1111111111111111111111111111" itemValue="SplREMRule"></f:selectItem>
</h:selectOneMenu>
In the selectItem , the itemLabel is too big so I fixed the width to 50 px.
Now , when the user select in the menu , I need to display the complete value as tool tip or as a collapsable box. How do I display the whole text .
Please help me ..
Thanks in advance.
regards,
Pranab

