puja surya wrote:
> 
> dear all.
> 
> sory for my bad english.
> 
> the question is 
> 
> 1  a.)how to hide and unhide reference map, and
> 
>    b.) how to  resize toggle legend,  like
> 
> http://geoservices.aena-upm.es/map/map.phtml
> 
> 2.) and error when click the link language in my header.
> 
> in my map, i got the error when i click link language in my firebug
> 
> PM.Map.setToEnglish is not a function
> javascript:PM.Map.setToEnglish()()
> 
> and this is my PM.linksDefault in my js_config
> 
> {linkid:'language', name:'Language', run:'PM.Map.setToEnglish',
> imgsrc:'layers-bw.png'}
> 
> my version is 4.2.0. please help me. 
> 
> Thank you and best regards.
> 
> Puja
> 
> 
> 

Question no 1.b solved.

start load to map_uilayout.phtml

when error , show only map, title , and zoom , check page source in your
web,
check and the map must have a script like
<script type="text/javascript"
src="javascript/optional/ui/jquery.ui_merged.js"></script>.


if there is no script as above, 
copy paste the script on your map_uilayout.phtml after 

<?php 
    
    // Load all JS files from 'javascript' and 'config' directory
    echo $jsReference; 
    
    echo $jsConfigReference;

    // Reference all global JS variables
    include("incphp/js/js_init.php"); 
  ?>

..........

my version is 4.2.0

Thanks
-- 
View this message in context: 
http://old.nabble.com/reference-hide-unhide-and-language-tp34177240p34183016.html
Sent from the pmapper users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to