2010/7/22 Mengü Kağan <[email protected]>
> Dear Derrell,
>
> Thank you very much. This is working good. However this also works if i
> manually set the visibility via the qooxdoo code instead of the visibility
> changer. Is there any events for it?
>
Not out of the box, but it's easy to add. You'll want to extend
qx.ui.table.columnmenu.Button and add your event there. You can then tell
the table to use your custom.ColumnMenuButton class by specifying it in the
'custom' parameter to the table constructor:
var custom =
{
columnMenu : function()
{
return new custom.ColumnMenuButton();
};
};
Derrell
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel