Version:
Popular examples
Map
Geo objects
Balloon and hint
Controls
Hotspots
Clustering
GeoQuery
Behaviors and events
Search on a map
Traffic
User's location
Routing
YMapsML
GeoXML
ObjectManager
Modular system
Panoramas
External modules

Hosting maps in the hidden container

Save as filesEdit on JSFiddle

The map content fills the container it is in. At the time of initialization, the map must be able to detect the dimensions of the container.

If the container isn't ready at the time of map initialization, the map dimensions will be null (0x0), which means that the map won't be visible.

The map is invisible on the inactive jQuery.UI tab because the CSS 'display: none' property is used for hiding tabs. An element that has 'display: none' doesn't know its actual dimensions. The easiest solution is to initiate calculating map sizes when switching tabs, by calling the fitToViewport() command. Another workaround for the problem in the example (using jQuery.UI) is to use an alternative method for hiding tabs by redefining the standard jQuery.UI classes:

.ui-tabs .ui-tabs-hide { position: absolute !important; left: -10000px !important; display: block !important; }

Пишете на JavaScript? У нас есть вакансии
Mon Oct 31 2022 13:07:25 GMT+0300 (Moscow Standard Time)