• apurkiss2
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

We now have Mobile Packs for jQuery Mobile, Backbone.js and AngularJS, with (safe harbor!!!) Knockout.js in the pipeline. What other client-side framework(s) are you using? We've heard from fans of Ember.js and Sencha, but we need your help in prioritizing the next set of Mobile Packs.

 

Let us know here what you're looking for...

hi,

 

not able to close the pop-up window when parent is closed in chrome.

 

i added a custom section on Accounts tab in Salesforce which is displayed below Account Detail section.

The custom section and pop-up both are VF pages.

 

In this custom section after clicking on a button a pop-up window is displayed. what i want to do is, when someone closes the parent page i.e. the Accounts tab the child pop-up should get closed.

 

tried using showModalDialog but it is not working in chrome (in chrome the parent is still accessible if we use showmodalDialog to open a pop-up).

 

is there a way we can apply javascript on Accounts tab's onunload or onbeforeunload events, so that we can close the child window.

 

really stuck into this issue, Please help.

 

Thanks.