On 21/08/2009 18:39, Paul Wickman wrote:
> It seems that the plus/minus characters are defined as "hot keys",  
> i.e. using these keys will zoom the map in/out.  Generally this is  
> fine, except when you are trying to use one of those characters in an  
> attribute search.
> 
> How can I disable this feature so that the map view does not change  
> when these keys are pressed?
> 

In p.mapper 4 you can globally disable all hot keys by adding an entry 
to the js_config.php like

PM.ZoomBox.enableKeyNavigation = false;

disabling just single keys would require hard-coded modifications in the 
file pm.zoombox.js, function "kp". And you should read this:

http://svn.pmapper.net/trac/wiki/FaqCustomizations#CustomizationsofCSSandJavaScript
http://svn.pmapper.net/trac/wiki/DocManual#javascript

armin

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to