Coding Duchess
Coding Duchess

Reputation: 6899

Oracle APEX; changing location of apex_application.g_print_success_message

I am using apex_application.g_print_success_message to display messages to the user and it always pops up in the upper right corner. Is it possible to relocate the message?

Upvotes: 0

Views: 158

Answers (1)

Koen Lostrie
Koen Lostrie

Reputation: 18630

Yes you can. Check out the page template, it has a subtemplate named "Success Message". That section has all the classes that identify how the success message is rendered and where it is located on the page. Now... what exactly you have to do to display it somewhere else, I can 't help you with that - that is a question for css wizards. It is definitely possible, I have worked on customized templates where the success message was located in another position - but in that project the UI was developed by a different team.

Upvotes: 0

Related Questions