cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a java script method to open a saveAS dialog box in MAU .

neha_mahanty
Active Participant
0 Kudos

Hi All,

I am Enhancing the MAU application.

I want a link in my order detail page , say open a link

When I click on that link a save as dislog box should open.

With a normal jsp and java script it can be done easily , but not sure about the coding to be included in MAU enhancement.

Can any one help me regarding this java script coding to be inclded in MAU.

Thanks and Regards

Neha Mahanty

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member304703
Contributor
0 Kudos

Hi Neha,

Standard MAU has this beahavior in a lot of palces (for example, when you try to cancel any edit page, a dialog box will appear asking to confirm this action) if I understand correctly what you want to do.

You may want to look how it is done in a standard code and then follow the same pattern.

Regards,

Larissa Limarova

Former Member
0 Kudos

Hi Neha,

have a look into the enhancement documents of MAM / MAU. There you can see that the documents (JSP and controller) have to be enhanced in a way, that you add a Z_..... module to your project for each changed file. (In Simple Words)

Because this is the case, you can enhance your JSP with the stuff you like as long as you do it in the Z....JSP page and then it should be straight forward - as you said.

Hope that helps!

Regards,

Oliver