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

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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!