Re: [pmapper-users] modifying element properties per configuration

2011-03-28 Thread Armin Burger
On 27/03/2011 23:02, Chris Jackson wrote: Armin - any plans to integrate PMapper with the Jquery UI interface? Chris one of the two main layouts is using parts of jQuery UI and the Layout plugin. I don't see where more of this should be added for the time being. But everybody can easily

Re: [pmapper-users] modifying element properties per configuration

2011-03-27 Thread Chris Jackson
As an update, the easiest way was to add a js variable into js_config.php (same folder as map file) and just call it in the main map document. Then if you switch configs then the variable content will switch accordingly. I was trying to populate an extra tab that I bolted on. Armin - any plans

[pmapper-users] modifying element properties per configuration

2011-03-24 Thread Chris Jackson
Hi all, What is the easiest way to modify an element per map configuration. I am guessing using the custom.js file might be a good way, though I am stuggling to modify an existing element (e.g. append html to a div). Easy enough to do in the $(document).ready part of the default.phtml but not