Hi Andrey,

no, that's not possible. Could you explain, why you need that, maybe 
there is an other solution.

Cheers,
Chris

Am 22.08.2010 21:01, schrieb Andrey Kovalev:
> Hi.
> I created a skeleton of Inline application. I created my main class
> "test.Application". I generated sources and build a simple application.
> In generated index.html file I can find included js file<script
> type="text/javascript" src="script/test.js"></script>
> So "test.Application" is instantiated in test.js. Is it possible to avoid
> it?
> I want to build my application in this way:
>
> <script type="text/javascript" src="script/test.js"></script><!-- Framework
> and my classes were loaded but main class wasn't invoked>
> <script type="text/javascript">
> qx.some.path.isReady(function(){
> new test.Application(params);
> });
> </script>
> Is it possible implement such logic with qooxdoo?


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to