2.3.7. Create a Pop-up Screen

This section describes how to create a pop-up screen based on an example application.

The pop-up screen is not created in a separate window as described Creating a button/link to open a separate window/tab (pop-up), but in a dialog format.

Description of the function to be created
  1. Click the Change(変更) button on the Project Details screen.
../../../../../_images/popup-project_update_btn.png
  1. Click the search button in the client field.
../../../../../_images/popup-project_update.png
  1. The client search screen is displayed in a dialog. Click the search(検索) button.
../../../../../_images/popup-popup_init.png
  1. Click the client ID link in the search results.
../../../../../_images/popup-popup_search.png
  1. The client search screen is closed, and the selected values are set to the client ID and client name on the project change screen.
../../../../../_images/popup-complete.png

2.3.7.1. Display a pop-up (dialog) screen

The pop-up (dialog) display is realized using OSS (Bootstrap). For more information, see Bootstrap documentation (external site) .

This completes the explanation of the pop-up screen.

Getting Started To TOP page