Revision history [back]

click to hide/show revision 1
initial version

answered 2010-10-15 04:21:35 +0800

terrytornado gravatar image terrytornado flag of Germany

http://www.oxitec.de/

Hi Alexey,

in my case, i have problems to stretch it to the whole width.

Here are the zul-codes how i do arrange such a textbox/button pair in the hope it can help you:

        <row>
            <label value="${c:l('common.Address')}" />

                <hbox pack="fill">
                    <textbox    id="txtb_StockPlace_StockAddress_Matchcode"
                            value="@{controller.stockPlace.stockAddress.matchcode}"
                            readonly="true" width="100%" />

                           <separator   spacing="5px" />

                    <textbox    id="txtb_StockPlace_StockAddress_City"
                            value="@{controller.stockPlace.stockAddress.city}"
                            readonly="true" width="100%" />

                            <div    align="left">

                                       <button  id="btnSearchStockAddress" disabled="true" height="24px"
                                        image="/images/icons/btn_search2_16x16.gif"
                                        tooltiptext="${c:l('btnSearch.tooltiptext')}" />
                            </div>

                </hbox>
        </row>

best Stephan

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More