Hi, Well, there is nothing wrong about that error message. Load is a instance method and not a static method on the class. Try to create an ScriptLoader object and use that instead. Regards, Martin
acassarino wrote: > > Hello Martin, > > > I tried to use qx.io2.ScriptLoader.load (codepress / codepress.js "); > but I get the error qx.io2.ScriptLoader.load is not a function > :-( > > Best, > Antonino > > > MartinWittemann wrote: >> >> Hello Antonino, >> >> the best would be to use the qooxdoo script loader: >> http://demo.qooxdoo.org/current/apiviewer/#qx.io2.ScriptLoader >> >> Best, >> Martin >> >> >> >> acassarino wrote: >>> >>> Hallo all, >>> >>> I use >>> qx.bom.Element.create("div", { id : "codepressContainer", style : >>> "width:100%;margin-bottom:20px" }); >>> >>> for il tag <div> >>> how can I use the tag <script> into Application.js ? >>> >>> Thanks for your help. >>> >>> Antonino. >>> >> >> > > -- View this message in context: http://n2.nabble.com/How-can-I-use-the-tag-script-html-tp4024964p4025761.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
