##SkeekS CMS Marketplace
http://marketplace.cms.skeeks.com/solutions/instrumentyi/razrabotchiku/228-cms-ya-map
##Exemples
<?= \skeeks\cms\ya\map\widgets\YaMapWidget::widget([
'options' =>
[
'class' => 'sx-map'
]
]) ?>
<? $yaMap = \skeeks\cms\ya\map\widgets\YaMapWidget::begin([
'options' =>
[
'class' => 'sx-map'
]
]) ?>
<? $yaMap->setZoom(5)->setCenter(); ?>
<? \skeeks\cms\ya\map\widgets\YaMapWidget::end() ?>
<? $yaMap = \skeeks\cms\ya\map\widgets\YaMapWidget::begin([
'options' =>
[
'class' => 'sx-map'
],
'clientOptions' =>
[
'onReady' => new \yii\web\JsExpression(<<<JS
function(e, YaMap){
console.log(YaMap);
}
JS
)
],
]) ?>
<? $yaMap->setZoom(5)->setCenter(); ?>
<? \skeeks\cms\ya\map\widgets\YaMapWidget::end() ?>
SkeekS CMS (Yii2) — быстро, просто, эффективно! skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com