[eluser]eedfwChris[/eluser]
[quote author="pickupman" date="1281027988"]
You can create the group in the config file just like the other predefined frameworks. Then call display('group').[/quote]
And that would "echo" the js/css code in the view which is useless. Or am I mistaken?
The idea here is to queue it so that you only have one display() in your layout/template/whatever.
Edit
One work around would be to pass the config variable back into the group() method (thus redefining the group).
Not sure if tony is still maintaining this library but I'd like to fork it and change it up a bit. The method names alone are confusing to me at least (group('group) should just queue a group and then maybe there should be something like a set_group() or add_group() method for manipulating groups or go the other way and have a use_group() method to queue the group for display()). Otherwise this is a great library.