Hi stefan,
here is an example from my menu:
------------
var menubar = new qx.ui.menubar.MenuBar();
var layoutMenu = new qx.ui.menubar.Button("Layout", null);
menubar.add(layoutMenu);
var menu = new qx.ui.menu.Menu();
var standardBtn = new qx.ui.menu.RadioButton("Standard");
var onlyTableBtn = new qx.ui.menu.RadioButton("Nur Tabelle");
var noPreviewBtn = new qx.ui.menu.RadioButton("keine Vorschau");
standardBtn.setModel("standard");
onlyTableBtn.setModel("onlytable");
noPreviewBtn.setModel("nopreview");
menu.add(standardBtn);
menu.add(onlyTableBtn);
menu.add(noPreviewBtn);
var radioGroup = new qx.ui.form.RadioGroup;
radioGroup.add(standardBtn, onlyTableBtn, noPreviewBtn);
radioGroup.addListener("changeSelection", function(e){
this.__changeLayout(e.getData()[0].getModel());
}, this);
layoutMenu.setMenu(menu);
---------
this is an example for radiobuttons.
Tobias
-----Ursprüngliche Nachricht-----
Von: Stefan Meyer [mailto:[email protected]]
Gesendet: Freitag, 22. Januar 2010 12:16
An: qooxdoo Development
Betreff: [qooxdoo-devel] Menu example?
Hello,
i try this example
http://demo.qooxdoo.org/1.0.x/demobrowser/index.html#widget~MenuBar.html
but always some Menu Buttons like the "file" in this eample shown as F...
The size of the menubar is big enough. How can i tell qooxdoo to display
the full word?
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel