gpt4 book ai didi

magento - 表单元素 "multiline"是否已损坏?

转载 作者:行者123 更新时间:2023-12-01 18:43:34 24 4
gpt4 key购买 nike

我正在尝试在管理面板中创建一个输入字段,用户可以在其中输入多个值。我偶然发现了 multiline 前端类型,它似乎非常适合我的意图。我将该字段添加到管理面板,如下所示:

system.xml:

...
<fields>
<notification_recipients>
<frontend_type>multiline</frontend_type>
<line_count>10</line_count>
...

但是有两个问题:

  • 保存字段后,各行中的设置将连接到第一个字段中:

enter image description here

此外,渲染字段时不考虑“行数”参数,如屏幕截图中所示。我从 /lib/Varien/Data/Form/Element/Multiline.php 找到了有关“行数”的信息:

class Varien_Data_Form_Element_Multiline extends Varien_Data_Form_Element_Abstract
...
public function getElementHtml()
{
...
$lineCount = $this->getLineCount();

所以现在我的问题是:我应该避免使用这个字段类型,因为它有问题(我在网上几乎找不到任何对此字段类型的引用)还是我做错了什么?

最佳答案

因此,经过几个小时的研究,该字段似乎无法可靠地使用。

关于magento - 表单元素 "multiline"是否已损坏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15750102/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com