Hello choronoformers:
Due the limitation of not using <html> - <body> - <head> - <form> - <script> -<style> tags in the boxes of codes I dont know how to embbed the next API insert in chronoform:
This API is an example to add map control search in google map located in:
http://code.google.com/intl/es/apis/ajaxsearch/documentation/localsearch/index.html#_including_LSC
If anybody can help....
Thanks
Due the limitation of not using <html> - <body> - <head> - <form> - <script> -<style> tags in the boxes of codes I dont know how to embbed the next API insert in chronoform:
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("maps", "2");
google.load("elements", "1", {packages : ["localsearch"]});
</script>
// Create a map
var map = new google.maps.Map2(document.getElementById("map"));
map.setCenter(new GLatLng(33.956461,-118.396225), 13);
// Create a local search control and add it to the map
map.addControl(new google.elements.LocalSearch());
This API is an example to add map control search in google map located in:
http://code.google.com/intl/es/apis/ajaxsearch/documentation/localsearch/index.html#_including_LSC
If anybody can help....
Thanks