Hello Armin,
Hello All,

I am using pmapper 4 and I would like to have the tool links in an array
object. I don't want to have a list with the links. I would like to have a
button and when I press it, the 4 tool lins will appear as a menu.


I suppose that I have to change the following code from js_config.php:

PM.linksDefault = {
    containerid:'toolLinkContainer',
    links: [
        {linkid:'link', name:'Link', run:'PM.UI.showMapLink',
imgsrc:'link-w.png'},
        {linkid:'print', name:'Print', run:'PM.Dlg.openPrint',
imgsrc:'print-w.png'},
        {linkid:'download', name:'Download', run:'PM.Dlg.openDownload',
imgsrc:'download-w.png'},
        {linkid:'help', name:'Help', run:'PM.Dlg.openHelp',
imgsrc:'help-w.png'}
        //{linkid:'layers', name:'Layers',
run:'PM.Plugin.Layerselect.openDlg', imgsrc:'layers-bw.png'}
        
    ]
};

How should I change it??

Thank you in advance!

Regards,

p.
-- 
View this message in context: 
http://www.nabble.com/Tool-links-as-an-array-tp25272797p25272797.html
Sent from the pmapper users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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