Re: [qooxdoo-devel] Acces HTML DOM in Qooxdoo Desktop

2015-02-27 Thread Daniel Wagner
Hi, that won't work because qx.Desktop applications will replace any existing markup in the document's body. There are several different ways you can include external markup in a qooxdoo application, e.g. qx.ui.embed.Html or the Inline application type. If you could give us some more information o

[qooxdoo-devel] Acces HTML DOM in Qooxdoo Desktop

2015-02-27 Thread Bober
Hi, I need to access a the content of a DIV in the index.html document where my qooxdoo desktop application is started. It looks like this: custom important Content I now need something to do in my Aplication.js to access and edit the content of the div "mycell",