0
問題很簡單。我想在XUL treecell中放置一個鏈接。 感謝如何在XUL treecell中嵌入鏈接?
問題很簡單。我想在XUL treecell中放置一個鏈接。 感謝如何在XUL treecell中嵌入鏈接?
我只得到這與的onclick事件的工作:
<text value="http://getsatisfaction.com/"
class="url"
onclick="window.open('http://getsatisfaction.com/');"/>
,當然,這些可能應該通過JS來代替硬編碼應用。
hrm。 Mozilla docs給出一個替代例子:
<label href="http://`enter code here`example.com"
class="text-link"
value="Click here to go to example.com"/>