Activate multiple plugins at once

  • I have a map (global), and on that map I have many children (global). When I activate the map, the children are not activating. So I was wondering if there is a simple code that can be used in an action to activate multiple plugins with a certain style, or parent, all at once?

    I am trying to achieve something like this: set(plugin[map].children.visible, true);

    Edited once, last by nefar1ous (May 10, 2012 at 8:40 PM).

  • Hi!

    The answer is pretty simple. You can set the children visible="true" and when you activate the parent set(plugin[map].visible, true);, it will show the children also because they are already visible. If you set parents visible="false", the children will disappear too.


    Regards,

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!