Possible to add Javascript to Container App

I created a little script to open a container with all widgets collapsed, as it gets annoying waiting for all widgets to load. It would be nicer to have all widgets load collapsed. Anyway after creating the code i realised i can’t put JavaScript into a container. :frowning:

Is it possible to add coding options to the container app.

Thanks

Mike

LOL, no worries. I just realised that if i collapse the properties of the widget in development. The widget in the app in production loads collapsed. Didn’t expect that. :smiley: Still would be nice to have some coding options for containers.

Thanks

If I need to start a container from some app and want to pass parameters to the apps within the container I useually use a small blank application to set the passed globals and do the necessary stuff… Hope this helps a bit.

Ok, thanks. I’ll give it a go.