[CLOSED] Events defind in common.js for calendar is not firing.

  1. #1

    [CLOSED] Events defind in common.js for calendar is not firing.

    Hi,

    In a web page I have added one button and added direct event. In a common.js file I have added script to open popup window, and in that script I have implemented to fire direct event in web page while closing the popup window. Everything is working fine in IE, but it is not working in Chrome. The code I have implemented as ...

    
    parent.pnlMain.getBody().btnCalRefresh.click();
    parent.Ext.getCmp('WindowCalEventTask').hide();
    btnCalRefresh is a button on web page which one having direct event, "WindowCalEventTask" is id of popup window. In above code if I trying to modify the code as parent.pnlMain.getBody().btnCalRefresh.fireevent(' click'); it is throwing "Invalid Argument"
    Last edited by Daniil; Sep 19, 2011 at 6:14 PM. Reason: [CLOSED]
  2. #2
    Please demonstrate it with test sample

Similar Threads

  1. [CLOSED] Calendar MonthView Events
    By HOWARDJ in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 11, 2012, 5:59 PM
  2. Replies: 15
    Last Post: Feb 03, 2011, 1:27 PM
  3. Replies: 2
    Last Post: Nov 01, 2010, 5:29 PM
  4. [CLOSED] KeyPress,KeyDown,KeyUp Events not firing
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 23, 2009, 5:08 PM
  5. Replies: 9
    Last Post: Sep 30, 2008, 11:56 AM

Tags for this Thread

Posting Permissions