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));
}


Are you saying I can't use the output of this function?

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