Document Information

Last modified:
2007/06/05 16:20 by fjakobs

ComboBoxEx in Grid layout

When you put a ComboBoxEx in a grid layout in 0.7 (and possibly later), the drop-down button is normally laid out to the right of the combo itself. This means it can overlap the next column of the grid, or be outside the grid (possibly causing scroll bars to be shown in a dialog). There was a thread about this here.

The cure for this is to set the size of the combo to 100%, and the edit field in the combo to ‘1*.

For example:

   combo.setWidth('100%'); 
   combo.getField().setWidth('1*');

This also has the effect of putting the drop-down button at the right of the edit field.

Information

Last modified:
2007/06/05 16:20 by fjakobs

Account

Not logged in

 
 

Job Offers

To further improve qooxdoo we are seeking javascript developers. Read more...

Rich Ajax Platform (RAP)

RAP uses qooxdoo, Java and the Eclipse development model to build rich web applications. Read more...

qooxdoo Web Toolkit (QWT)

Similar to GWT this framework allows to create impressive qooxdoo applications just using Java. Read more...

Pustefix

Pustefix is a MVC-based web application framework using Java and XML/XSLT. Read more...

 
SourceForge.net Logo

Bad Behavior has blocked 0 potential spam attempts in the last 7 days.