PHP Classes

File: themes/default/components/form/geospatial.twig

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   themes/default/components/form/geospatial.twig   Download  
File: themes/default/components/form/geospatial.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 5 months ago
Size: 551 bytes
 

Contents

Class file image Download
<div class="drawing-placeholder preloader position-relative w-100 overflow-hidden"> <div role="map" id="map_{{ name }}" class="{{ class }}" data-coordinate="{{ value | escape }}" data-geojson="{{ content | escape }}" data-apply-coordinate-to="#{{ name }}_input" data-apply-address-to=".map-address-listener" data-geocoder="1" data-mousewheel="0" title="{{ placeholder }}" {{ attribution | raw }} style="height:360px"></div> <input type="hidden" name="{{ name }}" id="{{ name }}_input" value="{{ content | escape }}" {{ readonly }} /> </div>