[CLOSED] Ext:Image: How I can change the image when mouse over?

  1. #1

    [CLOSED] Ext:Image: How I can change the image when mouse over?

    Hi

    I wish change the image when the mouse is over the ext:Image control.

    But I not found the appropriated event (I'm trying find onMouseOver event)...

    How I can do this?
    Last edited by Daniil; May 11, 2012 at 11:15 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Please try:
    <Listeners>
        <Render Handler="this.mon(this.imgEl, 'mouseover', function () { this.setImageUrl('image url'); }, this);" />
    </Listeners>
    Maybe, it will be more appropriate "mouseenter" and "mouseleave" events.
  3. #3
    hi Daniil

    Works very fine with 'mouseenter' and 'mouseleave'.

    Thanks a lot

Similar Threads

  1. Replies: 1
    Last Post: May 16, 2012, 12:57 PM
  2. [CLOSED] ext:Image - How I can show a menu when click in ext:Image?
    By supera in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 10, 2012, 8:56 PM
  3. Problem Mouse Move into image
    By corsaronero in forum 1.x Help
    Replies: 1
    Last Post: Jan 11, 2012, 9:03 PM
  4. how to Image upload and filtering it to preview image?
    By Mahmudur Rahman in forum 1.x Help
    Replies: 0
    Last Post: Sep 07, 2011, 7:58 AM
  5. Grid Image Command's Mouse Cursor
    By dtamils in forum 1.x Help
    Replies: 2
    Last Post: Aug 05, 2011, 1:51 AM

Posting Permissions