add_content_script/2 | |
add_script/2 | |
clean/1 | Remove all scripts from the context, resetting it back to a clean sheet. |
get_page_startup_script/1 | |
get_script/1 | Collect all scripts in the context, returns an iolist with javascript. |
split/1 | Split the scripts from the context. |
add_content_script(Script, Context) -> any()
add_script(Script, Context) -> any()
clean(Context::Context1) -> Context2
Remove all scripts from the context, resetting it back to a clean sheet.
get_page_startup_script(Context) -> any()
get_script(Context) -> iolist()
Collect all scripts in the context, returns an iolist with javascript.
split(Context) -> any()
Split the scripts from the context. Returns the scripts and a cleaned context.
Generated by EDoc, Feb 25 2011, 21:14:41.