Fabian, that is exactly what I want to do, drop it in like an applet.  And 
it looks like the demo should work fine.  I can just plop a tree widget 
into the inline frame the same way, which is what I want to do.  so I 
won't need to do that in a table.  Thanks very much!

BTW, I have just joined the mailing list and selected to receive the 
emails as a single daily group.  Is the only way to reply to an email but 
cutting the archive posting and pasting it into my local email, then 
sending back to the mailing list?

 - jeffmil

Fabian wrote:

Re: [qooxdoo-devel] Mixing qooxdoo with straight HTML - newbie question
From: Fabian Jakobs <[EMAIL PROTECTED]> - 2008-01-29 15:20
Jeffrey Miller schrieb:
>
> Hello qooxdoo community. I am a newbie to qooxdoo. I'd like to know 
> if it is possible to mix qooxdoo with straight HTML. For example, is 
> it possible to have a normal HTML page containing (among other things) 
> a frame in which qooxdoo widgets are used? Or an HTML page that has a 
> table in which one cell contains a qooxdoo widget? If so, can you 
> point me to some examples?
Hi Jeff,

it is possible to embed qooxdoo widgets in normal HTML pages. Do you 
plan to implement something like this 
<http://www.fitnesswelt.com/fitness-shop/>? Here qooxdoo is used much 
like a Java applet, which drops into the page at a defined position.

You can use the inline widget to embed a qooxdoo widget into an existing 
HTML element:

Demo: <http://demo.qooxdoo.org/current/demobrowser/#example~Inline_1.html>
API: <http://demo.qooxdoo.org/current/apiviewer/#qx.ui.basic.Inline>

Please keep in mind that qooxdoo is designed especially for desktop like 
applications and comes with a large feature set and needs a certain 
amount of boiler plate code at initial load. For this reason it is best 
to use qooxdoo widgets in single page applications.

I would not suggest adding qooxdoo widgets into an HTML table, because 
this would break e.g. the qooxdoo focus handling. Better replace the 
HTML table with a qooxdoo layout widget and place the widgets inside of 
this layout.

Best Fabian

> Thanks,
>
> - jeffmil 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to