Hi,

I am trying to use hyperlink in qooxdoo Desktop app and I retrieve the URL
from the database which is stored as variable. How do I pass that URL
variable in qooxdoo ?

For e.g.
My code is like this:

var url = "www.qooxdoo.org";

listContainer2.add(new qx.ui.basic.Label('<a href='+url+
'target="_blank">Open URL</a>').set ({rich:true, textColor:"white"}),
{left: 45, top:  215});

I did this but it returns the path of the local server -  localhost/UI/
www.qooxdoo.com


How can I just get "www.qooxdoo.com" in the hyperlink and not get the local
server path?


Thanks,
Nischal Karki
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to