Hi Mario,

On Tuesday March 9 2010 22:00:11 Mario Neudeck wrote:
> is it possible to use qooxdoo-widgets for rendering html-tags but keeping
> the html-tags on the pagesource?
Not quite the use case for which qooxdoo widgets are used to. As far as I 
unterstand your question, you want to enrich your existing HTML markup with 
qooxdoo widgets, right?

> E.g. there are 2 headers <h1>header1<h1> <h1>header2</h1>
> 
> Now I would like to use for
> 
> header1:  qx.ui.toolbar.RadioButton(header1) 
> header2:  qx.ui.toolbar.RadioButton(header2)
> 
> It should be quite the same as a qooxdoo inline-app, but there I
> have to use an isle <div></div> without any real text. Now I will
> use the text from the tag and overwrite the h1-markup so that I only
> see the 2 radiobuttons.
If you want to use qooxdoo widgets on a traditional web page you need at least 
an inline application to get it working. These are the requirements for the 
use of widgets, since they need to have a root widget.

And I guess the qooxdoo widgets are too heavy-weight to "just" enrich your 
HTML page with two small widgets. You need to load the whole UI core of 
qooxdoo which might not fit in your use case.

cheers,
  Alex

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to