エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Getting information from database and giving it to javascript
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Getting information from database and giving it to javascript
The main thing I want to achieve is that my module makes a google map with markers. For now im do... The main thing I want to achieve is that my module makes a google map with markers. For now im doing this: drupal_add_js('https://maps.googleapis.com/maps/api/js?key=AIzaSyDcl28Qcn9GTi02rRtQaLgVS4GWZbGcQ8E', 'external'); $locations = db_query('SELECT * FROM {locations}')->execute(); $script = '<script> function initialize() { var mapOptions = { center: { lat: 56.9714744, lng: 24.1291624}, zoom: 9