GInfoWindowTab [class]-GoogleMaps/API/doc/ClassReference/19-GInfoWindowTab-N☆E 学習帳

[ リロード ]   [ ソース ]  [ トップ | 一覧 | 単語検索 | 最新 | バックアップ | ヘルプ ]

Counter: 2638, today: 1, yesterday: 2

GInfoWindowTab [class]

http://www.google.com/apis/maps/docu­mentation/

Version 2 (2006.4) 新規

An array of instances of this class can be passed as the tabs argument to the methods GMap2.openInfoWindowTabs(), GMap2.openInfoWindowTabsHtml(), GMarker.openInfoWindowTabs(), and GMarker.openInfoWindowTabsHtml(). If the array contains more than one element, the info window will be shown with tabs. Every InfoWindowTab object contains two items: content defines the content of the info window when the tab is selected, and label defines the label of the tab. The properties are passed as arguments to the constructor. For the openInfoWindowTabs() methods, content is a DOM Node. For the methods openInfoWindowTabsHtml(), content is a string that contains HTML text.

Constructor

Constructor Description
GInfoWindowTab(label, content) Creates an info window tab data structure that can be passed in the tabs argument to openInfoWindowTabs*() methods.