====== setSingleTab ====== Sets the mode of single tab in which all open tabs are opened in one - initial. ===== Syntax ===== setSingleTab = function(aSingleTab); ==== Parameters ==== * **//aSingleTab//** * //functions:// flag that sets browser in the single tab mode if "true" and to the multiple tabs mode if "false" ===== Notes ===== ===== Examples ===== -setSingleTab(true);