>
> Hey thron7-2 thank you very much for your fast reply!!
>
> I have found out that the Bootstrap.js and all the paths to the
> backgroundimages etc. are relative!!
> Is there an option to set all paths to absolute!? /Bootstrap.
Maybe you should try to get things working the easy way first. You can set
the 'uri' member in the "library" entries to achieve that, but why would
you want to do that? Relative paths are much easier and are calculated for
you. Rather, set up your web server so that your app *and* the qooxdoo sdk
are exported under a common root (as described in the link from the
previous mail).
>
> the bootstrap will load from this url:
> /controller/action/index/themaid/2/vtartid/1/id/4/frontend/source/class/clx/cms/Bootstrap.js
> if i follow this link in my browser i receive a htmlpage
And what does the HTML page say?
>
> also all my background pictures are loaded relative.
> background-image: url("../source/resource/clx/cms/toolbarbg2.gif")
> in this example it means
>
> /controller/action/index/themaid/2/vtartid/1/id/4/source/resource/clx/cms/toolbarbg2.gif
As I said relative paths should be fine, provided that your app and the
qooxdoo framework live under a common root.
>
> my httpd.conf is configured as follow:
> RewriteCond %{REQUEST_FILENAME} ^/source/.*$
> RewriteRule ^/source/(.*)$
> /home/test/htdocs/ClxCMS/public/frontend/source/$1 [L]
>
>
>
> Is there an option to set all paths to absolute!?
As I said there is the 'uri' parameter (see [1]). But this will not set
absolute paths on your file system, but rather can be used to set absolute
paths on your web server. Mind the difference.
T.
[1]
http://manual.qooxdoo.org/1.2/pages/tool/generator_config_ref.html#library
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel