Hi,

as far as I understand you a simple URL param would be enough.

Very small example:
http://www.11tmr.com/11tmr.nsf/d6plinks/MWHE-695L9Z

(not qooxdoo specific, but javascript at all)

Greetings,
  Leander

Nick Glencross schrieb:
> Hi all!
>
> Some of my colleagues are writing qooxdoo applications which integrate
> with existing code and typically need to be passed an initial id which
> will be used in an RPC call to retrieve subsequent data.
>
> I'm after some advice on how to best bootstrap these applications as I
> don't know of a better way than setting a global javascript variable
> to the id around the time that setApplication is called. e.g.
>
>    instance_id = 1234;
>
>    qx.core.Init.getInstance().setApplication(XXXX);
>
> but this doesn't seem to sit right.
>
> I'd be grateful of any alternate suggestions,
>
> Cheers,
>
> Nick
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to