This example shows how to display a tabbed info window using Oracle Maps API.
Source code
var tabs=new Array();
tabs.push(new MVInfoWindowTab("Tab1", "This is the first tab.")) ;
tabs.push(new MVInfoWindowTab("Tab2", "This is the second tab.")) ;
mapview.displayTabbedInfoWindow(mpoint, tabs,0);