AEM - CLOSE PAGE PROGRAMMATICALLY - HOW To | Community
Skip to main content
New Participant
April 2, 2019
Solved

AEM - CLOSE PAGE PROGRAMMATICALLY - HOW To

  • April 2, 2019
  • 4 replies
  • 4155 views

Dear forum,

as an AEM newbie developer I'm trying to close an AEM page programmatically.
What I'd like to do is to simulate the closure of the page without clicking on the close button using mouse.

But, after a lot of retries, I decided to ask help to you ( the forum ).

Any suggestion ?

Thanks All

BR,

Antonio

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by antonio_f

Hi,

I wish to create a page that behaves as a dialog box which contains 2 textbox field, an action button field and a close button.

What I'd like to reach is as follow:

The user press action buton on opened dialog box to make a few calc based on the contents of the textbox fields.

If  the calculation will end correctly the dialog box window close itself automatically otherwise it remains displayed on the screen until the user press the close button.

4 replies

smacdonald2008
New Participant
April 2, 2019

Lokesh is correct - AEM does not expose an API to perform a use case that you are describing. You would need to look at writing JS script. 

Lokesh_Shivalingaiah
New Participant
April 2, 2019

are you looking for modal popup ?

you can use window.close() function in JS to close the page/ popup you have opened.

antonio_fAuthorAccepted solution
New Participant
April 2, 2019

Hi,

I wish to create a page that behaves as a dialog box which contains 2 textbox field, an action button field and a close button.

What I'd like to reach is as follow:

The user press action buton on opened dialog box to make a few calc based on the contents of the textbox fields.

If  the calculation will end correctly the dialog box window close itself automatically otherwise it remains displayed on the screen until the user press the close button.

smacdonald2008
New Participant
April 2, 2019

I am not sure what you mean by closing a page. TO me that sound like you want to close the browser that is displaying the page.

Can you please provide more detail.