Good evening Oxwall,
I'm in the midst of working on a plugin. Right now, I'm working on setting up and constructing the Admin's page. I have a good few of settings, so I planned on using a Javscript-based tabbing system to break of the settings into tabbed views. My only problem with this, is that the script is a <head> based script and also needs to have the <body> tag include onload="init()"
If anyone knows how to do this, I'd appreciate it. I've tried with the smarty document already in the view file, but that seems to not apply or only apply to the body already rendered.
-Jake