twitter bootstrap - radio button group horizontal display multi lines in XPages -
here code horizontal radio button:
<xp:radiogroup id="apptype" value="#{ruledoc.apptype}" layout="linedirection"> <xp:selectitem itemlabel="applications"> </xp:selectitem> <xp:selectitem itemlabel="lotus notes db"> </xp:selectitem> <xp:selectitem itemlabel="lotus notes groups"> </xp:selectitem> <xp:selectitem itemlabel="folders"></xp:selectitem> <xp:selectitem itemlabel="hardware"></xp:selectitem> <xp:selectitem itemlabel="other"></xp:selectitem> <xp:selectitem itemlabel="server"></xp:selectitem> </xp:radiogroup>
but display ugly:
i display them on 2 lines of 3 values per line. easy in native notes can't figure out way in xpages. ideas? have done searching solutions seem way complicated.
this works 100% http://www.wissel.net/blog/d6plinks/shwl-87b5zj stephan wissel has great stuff on blog. search did not show up, .... found radio button , text run on occassions modified tag add padding right of text , works well.
Comments
Post a Comment