I used widgetContainer component.
<xe:widgetContainer id="widgetContainer6"
titleBarText="Section in right column" dropDownRendered="true"><xe:this.dropDownNodes>
<xe:basicLeafNode label="Section action 1"></xe:basicLeafNode>
<xe:basicLeafNode label="Section action 2"></xe:basicLeafNode>
</xe:this.dropDownNodes>
<xp:button value="Show modal dialog" id="button6" styleClass="lotusBtn lotusChunk">
<xp:this.onclick><![CDATA[XSP.openDialog("#{id:dialog2}");]]></xp:this.onclick>
<xp:eventHandler event="onclick" submit="false">
<xp:this.script><![CDATA[XSP.openDialog("#{id:dialog2}");]]></xp:this.script>
</xp:eventHandler>
</xp:button>
</xe:widgetContainer>