Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
User interface XUL中的多行文本字段;方框“;元素_User Interface_Firefox_Xul - Fatal编程技术网

User interface XUL中的多行文本字段;方框“;元素

User interface XUL中的多行文本字段;方框“;元素,user-interface,firefox,xul,User Interface,Firefox,Xul,我需要在XUL中的“box”元素中放入类似于Textarea的内容。它需要是多行的。这是一个解释框架 可能吗?我在MDC官方网站上找不到任何内容。请查看该元素。您可以使用“textbox”元素在XUL中创建文本字段和文本区域(多行)。要创建文本区域,只需设置多行属性 发件人: 我认为使用 这更像是他想要的 <textbox multiline="true" value="This is some text that could wrap onto multiple li

我需要在XUL中的“box”元素中放入类似于Textarea的内容。它需要是多行的。这是一个解释框架

可能吗?我在MDC官方网站上找不到任何内容。

请查看该元素。

您可以使用“textbox”元素在XUL中创建文本字段和文本区域(多行)。要创建文本区域,只需设置多行属性

发件人:



我认为使用

这更像是他想要的

<textbox multiline="true"
         value="This is some text that could wrap onto multiple lines."/>