Nice, thanks for the code.
Michael
On 27.03.2014 17:44, Daniel Wagner wrote:
> Hi Michael,
>
> here's how to add a hover effect to an image:
>
> Extend qx.ui.basic.Image, assign a custom appearance id and add
> listeners that add/remove the "hovered" state on mouseover/mouseout:
>
> qx.Class
Hi Michael,
here's how to add a hover effect to an image:
Extend qx.ui.basic.Image, assign a custom appearance id and add
listeners that add/remove the "hovered" state on mouseover/mouseout:
qx.Class.define("custom.HoverImage", {
extend : qx.ui.basic.Image,
construct : function(source)
Hi,
even after reading the appearance, theme and decorator docs I just don't
see how to configure a highlight effect for an basic.Image object (when
hovered).
ok, I can catch mouseover / mouseout and change the image to show, but I
thought I can do this with theming ...
How to do this?
cheers,