skeeks / cms-ya-map
yandex 地图操作小部件
2.1.0
2024-01-16 14:30 UTC
This package is auto-updated.
Last update: 2024-09-16 16:13:52 UTC
README
##SkeekS CMS 市场place
http://marketplace.cms.skeeks.com/solutions/instrumentyi/razrabotchiku/228-cms-ya-map
##示例
简单
<?= \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