1
我想將CSS類&內聯樣式添加到表單元素/裝飾器。我試圖使用Zend Framework設置CSS類/樣式HtmlTag查看幫助器
$this->addElement('text', 'honeypot', array(
...
'decorators' => array(
'ViewHelper',
'Label',
array('HtmlTag', array('tag' => 'p', 'class' => 'honeypot', 'style' => 'display: none'))
)
));
但<p>
沒有附加