Hi

As I understand null or no parameter means "default"

So

var btn = new qx.ui.form.MenuButton("Menu Button",null,  menu);  // no icon
in current impl
var btn = new qx.ui.form.MenuButton("Menu Button");                   //
icon in current impl

should behave the same ( both with icon or both without icon)
IMHO with icon.
Otherwise 


    "menubutton" : {
      include : "button",
      alias : "button",

      style : function(states) {
        return {
          icon : "decoration/arrows/down.png",
          iconPosition : "right"
        };
      }
    },

in Apperance.js is meaningless.






--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/MenuButton-can-t-exclude-default-icon-tp7583900p7583907.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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

Reply via email to