Hi,

i'm new to gooxdoo. I like to add an Eventhandler to a SlideBar to get the
clicked item:

 slideBar.addListener("click", function() {
      this.debug("Value: " + slideBar.getChildren());
 });

This gives me a list of the containing values:

qx.ui.container.SlideBar[y]: Value:
qx.ui.basic.Image[1e],qx.ui.basic.Image[1k],qx.ui.basic.Image[1p],qx.ui.basic.Image[1u],qx.ui.basic.Image[1z]

But how i can get the currently clicked value?

Best Regards
Steffen

-- 
View this message in context: 
http://www.nabble.com/slideBar%3A-get-the-selected-value-tp21258712p21258712.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to