Posts

Showing posts from August, 2017

Oracle JET module communication

Image
How can call method from another module 1. As see the picture I have a project. The Main page and two sub page as person and department. 2. In my mainPage.html define two buttons to call a function from another module. Change Person and Change Employee. Also, we have to set two module person and department. In my person.html and department.html, there is an input text. 3. Finally, you can see in this picture how this code works it. Git Project Link:  https://github.com/hamedoracle/JetCommunication.git