How To : Prevent xe:dropDownButton Jumps on Next Line ?

How to prevent xe:dropDownButton jump on next line between regular buttons of your XPages ? I mixed CSS properties and finally solved. First of all, working on Latest ExtLib (853.20121217-1354) Notes 8.5.3 FP3 @ Domino 8.5.3 FP2 64bit <?xml version=”1.0″ encoding=”UTF-8″?> <xp:view xmlns:xp=”http://www.ibm.com/xsp/core” xmlns:xe=”http://www.ibm.com/xsp/coreex”> <xp:button value=”Open” id=”button1″> <xp:eventHandler event=”onclick” submit=”true” refreshMode=”complete”> <xp:this.action><![CDATA[#{javascript:submit();}]]></xp:this.action> </xp:eventHandler> </xp:button> <xe:dropDownButton …

Read More How To : Prevent xe:dropDownButton Jumps on Next Line ?