{set $products = '!pdoResources' | snippet : [
'return' => 'json',
'parents' => 3,
'includeThumbs' => 'small,mobilesmall',
'showHidden' => 0,
'showUnpublished' => 0,
'where' => [
'class_key:=' => 'msProduct',
]
] | json_decode : true}
{foreach $products as $product}
{$product.pagetitle}<br>
{/foreach}
google.maps.event.trigger(theMap, 'resize');
Или смотрю доки окна и там есть калбеки, и вот на beforeOpen просто initialize вешаю вроде получается.beforeOpen: function(data, el) {
initialize();
},