Re: [pmapper-users] Using PDF for showing p.mapper help from tool links

2009-09-30 Thread Dejan . Gambin
Great thanks, it works like a charm regards, dejan Armin Burger wrote on 30.09.2009 13:50:06: > you cannot pass variables via the functions defined for 'run'. > Instead, create a function like > > function myHelpOpen() { >window.open('http://mydomain.com/mydocuments/userguide.pdf'); > } >

Re: [pmapper-users] Using PDF for showing p.mapper help from tool links

2009-09-30 Thread Armin Burger
you cannot pass variables via the functions defined for 'run'. Instead, create a function like function myHelpOpen() { window.open('http://mydomain.com/mydocuments/userguide.pdf'); } and define this as ... run: 'myHelpOpen' On Wed, Sep 30, 2009 at 11:32 AM, wrote: > Hi, > > I have made a

[pmapper-users] Using PDF for showing p.mapper help from tool links

2009-09-30 Thread Dejan . Gambin
Hi, I have made a user guide for working with p.mapper. It is in PDF format. I wanted to use an URL with path to this PDF document when a user clicks on Help link from tool links, instead of opening p.mapper help window (help.phtml). I have modified this part: {linkid:'help', name:'Help', r