Projects:Multiple Tabs of Window/Technical Specifications
Introduction
In this document are described the developments needed to implement the Multiple Tabs of Window project
Preference Creation
Create a new value on the Preference Property List.
- Name
- Allow Multiple Tabs of Window
- Value
- AllowMultiTab
Implement preference in ob-standard-window.js file. The function isSameTab is in charge of checking if the tab can be opened multiple times.
The function is modified to check if exists a Preference for the user that enables the multiple tab when this.documentEnabled is false.