Skip Navigation

Handling popups in WebKit

Sabre Red 360 Software Development Kit provides capability to open popups in separate editors. Popups are opened automatically by clicking on url with target="…​" or by window.open javascript function.

There can be only one popup with same url and parent editor. Opening popup with same url and parent editor will cause closing previous popup and opening new one.

Popup will inherit tab icon and title from its parent. Developer can modify popup editor title by providing target value other than _blank. In that case target value will be used as popup editor title.