Hi Alex,
the main purpose of my question is to give google something to
search for. Therefore I need some html-tags. I have already a
standalone application and now I would like to do the final step to
integrate with an existing HTML page. And there was the problem with
the search engines.
I have read something about the inline application. But I think what
an inline application can do is not enough. I want to use the cool
layout features of qooxdoo and also keep all static data at the HTML
page and only reload whats needed. E.g. keep the links for
navigation and impressum and only reload the content. My standalone
app works this way.  But now it seems to me, I have to finish my
work with qooxdoo. I need some tags for the search engines.  Do you
have any ideas?

Best regards,
Mario

On Wed, Mar 10, 2010 at 09:00:26AM +0100, Alexander Steitz wrote:
> 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

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