what i am trying to achieve is to automate helpers loading scripts and css. So basically the idea is to have a function on every helper, which is loading scripts / styles to be used dedicated to the helper. I guess it can be achieved by having a controlling helper which is querying for all active helpers and then execute the script/style loading function.
What I cannot find in the documentation is:
- How can a helper query the list of active helper objects