--
You received this message because you are subscribed to the Google Groups "gmaps4jsf-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gmaps4jsf-de...@googlegroups.com.
To post to this group, send email to gmaps4...@googlegroups.com.
Visit this group at http://groups.google.com/group/gmaps4jsf-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
<script>unction marker1ClickHandler() {// jsVariable="map1"map1.closeInfoWindow();}</script><ice:form id="formMap" ><ice:panelGroup rendered="#{reporteBean.idPozo == 0}"><m:map jsVariable="map1"width="100%" height="800px" zoom="11"enableScrollWheelZoom="true"latitude="24.7555601" longitude="-98.0064475"locationNotFoundErrorMessage="Esta parte del mapa no esta disponible, por favor regrese un nivel de zoom"><c:forEach var="coor" items="#{reporteBean.pozosList}" ><m:marker latitude="#{coor['latitudSup']}"longitude="#{coor['longitudSup']}"showInformationEvent="mouseover"><m:eventListener eventName="click" jsFunction="marker1ClickHandler"/><m:htmlInformationWindow htmlText="#{coor['evento']}" ></m:htmlInformationWindow></m:marker></c:forEach></m:map>
Please someone fix this problem, I ask your help .. all good
Good morning, I have a problem with the visibility of openInfoWindows, the task is to make it show a mouseover event and a click event also that only one window open, my bookmarks are generated with a list, my code is as follows:
(I use version 3 of GMaps and gmaps4jsf version 3.0.0)
<script>unction marker1ClickHandler() {// jsVariable="map1"map1.closeInfoWindow();}</script><ice:form id="formMap" ><ice:panelGroup rendered="#{reporteBean.idPozo == 0}"><m:map jsVariable="map1"width="100%" height="800px" zoom="11"enableScrollWheelZoom="true"latitude="24.7555601" longitude="-98.0064475"locationNotFoundErrorMessage="Esta parte del mapa no esta disponible, por favor regrese un nivel de zoom"><c:forEach var="coor" items="#{reporteBean.pozosList}" ><m:marker latitude="#{coor['latitudSup']}"longitude="#{coor['longitudSup']}"showInformationEvent="mouseover"><m:eventListener eventName="click" jsFunction="marker1ClickHandler"/><m:htmlInformationWindow htmlText="#{coor['evento']}" ></m:htmlInformationWindow></m:marker></c:forEach></m:map>
--
You received this message because you are subscribed to the Google Groups "gmaps4jsf-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gmaps4jsf-de...@googlegroups.com.
To post to this group, send email to gmaps4...@googlegroups.com.
Visit this group at http://groups.google.com/group/gmaps4jsf-dev.