GetMapFilterObjName() public static method

Gives the name of the javascript object used for the map filtering
public static GetMapFilterObjName ( ) : string
return string
コード例 #1
0
ファイル: filter.php プロジェクト: sourcefabric/newscoop
</div><!-- end of map_mappart_filter -->

</div><!-- end of map_mappart_outer_filter -->

<div class="geo_filter_texts" style="height:150px;overflow-y:auto;overflow-x:hidden">

<div class="polygon_info">
<div id="geo_polygons_info">&nbsp;</div>
</div><!-- end of polygon_info -->

<div class="polygon_append">
<form name="polygon_spec_new" action="#" onSubmit="<?php 
echo Geo_Map::GetMapFilterObjName();
?>
.add_polygon(polygon_spec_new.geo_polygon_new.value); return false;">
<a style="float:left" href='#' onclick='<?php 
echo Geo_Map::GetMapFilterObjName();
?>
.add_polygon(polygon_spec_new.geo_polygon_new.value); return false;'><span class="geo_add_polygon ui-icon ui-icon-plusthick"></span></a>
<input id="geo_polygon_new" class="geo_polygon_new" name="geo_polygon_new" size="80">
</form>
</div><!-- end of polygon_append -->

</div><!-- end of map_show_filter -->

</div><!-- end of geo_filter_texts -->

</body>
</html>