如何在XUL treecell中嵌入链接?

如何在XUL treecell中嵌入链接?,tree,xul,Tree,Xul,问题很简单。我想在XUL treecell中放置一个链接。 谢谢我只在onclick事件中使用了这个: <text value="http://getsatisfaction.com/" class="url" onclick="window.open('http://getsatisfaction.com/');"/> 当然,这些应该通过js应用,而不是硬编码 人力资源管理。给出另一个例子: <label href="http://`ente

问题很简单。我想在XUL treecell中放置一个链接。
谢谢

我只在onclick事件中使用了这个:

<text value="http://getsatisfaction.com/"
        class="url"
        onclick="window.open('http://getsatisfaction.com/');"/>
当然,这些应该通过js应用,而不是硬编码

人力资源管理。给出另一个例子:

<label href="http://`enter code here`example.com" 
        class="text-link" 
        value="Click here to go to example.com"/>