[eluser]ntheorist[/eluser]
Just want to say great job on this lib. I've been toying around with building a library with the same basic functionality but this is working great for me so far (it's been an hour )
I only have 2 comments :
1) integration with tinyMCE seems sticky, i got it to work finally but i have it linking to the tiny_mce.js separately. I might be doing something else wrong, but i'll have to look in further.
2) if you could, allow for a return value on the display function, ie
Code:
$script_tag = $this->carabiner->display('js', TRUE); // return as string
$this->head->add_line($script_tag);
i build my page head through output buffering so the echo doesn't matter, but i think its more CI-view-esque to have that option.