Hi, I need to extend qx.ui.form.List() to have a form widget with two buttons (add and clear) for manipulation the selection of elements in the list:
------------- | All | Clr | ------------- | Item 1 | | Item 2 | | Item 3 | | Item 4 | | ... | ------------- The All and Clr buttons should be outside the scroll area of the List widget (e.g. NOT be scrolled). My question is: how can I create such a widget in a Qooxdoo-OO way (that is without copying too much code)? Is it somehow possible to extend qx.ui.formm.List() and "insert" the two buttons into the widgets layout? Or do I have to create a wrapper widget (using a container widget)? In this case, is there an efficient way to wrap all the List widget methods as well? Thanks, Fritz -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
