Hi again,

i finally found how to reach the var d = this.getClientWindow().getClientDocument(); from inside a program. If anybody else was interested in that problem... here is the solution :
that QxClientDocument is in  window.application.getClientWindow().getClientDocument() from anywhere in the progs,
so i can call add(myStuff); on it.

Elie


----- Message transféré ----
De : Elie Dumas <[EMAIL PROTECTED]>
À : qooxdoo-devel@lists.sourceforge.net
Envoyé le : Mercredi, 19 Juillet 2006, 4h57mn 21s
Objet : [qooxdoo-devel] How to get the clientDocument from inside the program

Hi list,

A program usually begins with
var d = this.getClientWindow().getClientDocument();  so that we can call
d.add(myStuff); to add some content to it.

But my program itself needs to add something to that client document. My question is : how can i get the clientDocument (here named "d")?
this.getClientWindow().getClientDocument() is the QxClientDocument, but it is not reachable from inside the program...
QxClientWindow().getClientDocument() does not seem to make it...

Is there a way to reach that clientDocument? Am i missing a point?...

Thanks for  your help
Elie

-------------------------------------------------------------------------
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