如何在treecell xul中显示多行文本

时间:2014-03-05 11:53:48

标签: xml firefox firefox-addon xul

我尝试了以下操作,但它在我的firefox插件中无效:

<treerow>
            <treecell label="2ee"><description> This is a long section of text that will word wrap when displayed. </description></treecell>
          </treerow>

1 个答案:

答案 0 :(得分:0)

下载远程XUL管理器插件https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/

然后去Ted的XUL测试仪。 http://ted.mielczarek.org/code/mozilla/xuledit/xuledit.xul

将代码粘贴到那里并缩小窗口,它包好了。