Scope.Provider.Role.WithDOM - role for scope provider, which uses script
tag for running the code.
Class('Scope.Provider.IFrame', {
isa : Scope.Provider,
does : Scope.Provider.Role.WithDOM,
...
})
Scope.Provider.Role.WithDOM
requires the implementation of the getDocument
method, which should return the
document into which the script
tags will be created.
In return, this role provides the implementation of runCode
and runScript
.
This extension is supported via github issues tracker: http://github.com/SamuraiJack/Scope-Provider/issues
For general Joose questions you can also visit #joose on irc.freenode.org or the forum at: http://joose.it/forum
Web page of this module: http://github.com/SamuraiJack/Scope-Provider/
General documentation for Joose: http://joose.github.com/Joose
All complex software has bugs lurking in it, and this module is no exception.
Please report any bugs through the web interface at http://github.com/SamuraiJack/Scope-Provider/issues
Nickolay Platonov nplatonov@cpan.org
This software is Copyright (c) 2010 by Nickolay Platonov nplatonov@cpan.org.
This is free software, licensed under:
The GNU Lesser General Public License, Version 3, June 2007