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:

enter image description here

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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -