[CLOSED] button with href (hyperlink) not open hyperlink when fireEvent('click') is called

  1. #1

    [CLOSED] button with href (hyperlink) not open hyperlink when fireEvent('click') is called

    Last edited by Daniil; Mar 06, 2013 at 4:11 PM. Reason: [CLOSED]
  2. #2
    Hi @supera,

    The fireEvent doesn't simulate a user click. Generally, it just executes an event's listeners defined by a developer or inside the framework.

    I would try it.
    btn.el.down("a").dom.click();
  3. #3
    Daniil! Works very fine.
    thanks a lot for your help!
  4. #4
    From some point a Button's el became <a> itself. Please use:
    btn.el.dom.click();
    Here is a related post.
    http://forums.ext.net/showthread.php...l=1#post242472

Similar Threads

  1. [CLOSED] Hyperlink Client API?
    By jwf in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 22, 2012, 9:11 PM
  2. [CLOSED] Hyperlink Example
    By trezv in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 20, 2012, 2:41 PM
  3. Replies: 2
    Last Post: Mar 21, 2012, 11:06 AM
  4. Click Listeners for HyperLink, ext.net ?
    By Mohammad in forum 1.x Help
    Replies: 4
    Last Post: Oct 23, 2011, 7:03 AM
  5. Listener - force hyperlink.click() not working
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Feb 27, 2009, 5:47 AM

Posting Permissions