John de la Garza schrieb:
> Sebastian Werner wrote:
>   
>> Hi,
>>
>> I am not sure what this QX_WriteObject do, but it may write some code to 
>> the current position using document.write. If the file do not support 
>> any other methods maybe for appending to a given DOM node etc. you are 
>> out of chance to integrate the result into a HTML widget or any other 
>> qooxdoo widget.
>>
>> Sebastian
>>   
>>     
>
> it is not QX_WriteObject, but QT_WriteOBJECT, it comes from Apple and is 
> not part of the qx stuff.
>
> it does document.write
>
> function QT_WriteOBJECT()
> {
>         document.writeln(_QTGenerate("QT_WriteOBJECT", false, arguments));
> }
>   

You cannot use document.write in a GUI qooxdoo application. It might be 
possible to use "_QTGenerate" instead to generate the markup and use the 
"html" property of "qx.ui.embed.Html" to render it into a qooxdoo widget.

Best Fabian

-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim 
Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to