Hello,
What's a good way to control the width of an InplaceInput field?
For example suppose I have city/state/zip fields I want to show on one
line but I want to control the individual widths of each field?
I notice that inplaceInput respondes to a style 'width' parameter in block mode but not in inline layout mode.
<rich:inplaceInput
value="#{city}"
styleClass="editable" viewClass="editable" editClass="editable"
style="width:100px"
defaultLabel="(City)">
</rich:inplaceInput>
Hello,
You could try to use css float property when inplaceInput layout="block".