python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Move tab from form control to popup and from popup to form
I have a popup opening next to the textbox. When I click on the tab key from the textbox it should be navigated to the close icon of the popup (top right corner) and when I click on the close button f...
RVP
Votes: 0
Answers: 1
Communicate between base window and popup window Angular 12
I need to trigger some event from the base window to a popup window when a user tries to open the same popup window again, which is a gear icon dropdown. What are the different ways I can approach thi...
Sparrow
Votes: 0
Answers: 1
Window pop up keeps changing it's position from top in ext js
I have few textboxes, date picker, accordion and drop down on my page. On page load when I click on tab from drop down, popup is not coming at a particular position. When I click on text box explicitl...
RVP
Votes: 0
Answers: 1
How to use same instance of service in pop up window?
I am trying to use a communication service to send some data between different angular components. But I am facing an issue when the child component is opened inside a pop-up window. Since it is a sep...
Sparrow
Votes: 0
Answers: 0