multipleWindows
// Property: multipleWindows
// Description: If set to false it will prevent the WebView from opening new windows/tabs.
// Component(s): Ti.UI.WebView
'.multiple-windows': { multipleWindows: true }
'.multiple-windows-false': { multipleWindows: false }