On Fri, Oct 11, 2013 at 1:32 PM, Yury Katkov katkov.juriy@gmail.com wrote:
Well, speaking more broadly, how can I include any remote javascript with ResourceLoader?
Somebody can correct me if this is wrong, but I don't think ResourceLoader supports that, primarily because it's outside the scope of what RL does. RL is made only for internal JavaScript modules that can be maintained and managed within the application.
You will probably just have to use OutputPage::addScriptFile( " http://www.google.com/jsapi" ) to do it.
*-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2016 Major in Computer Science