Zend_Form では、デコレータを使用してテキストを含む 1 組の html タグを要素の先頭に追加できますか?どのように?
元:
<div>My text inside html tags prepended..</div><input type='text'>
編集:
また、まだテキストが含まれている 1 対の html タグにフォーム要素を配置したい場合はどうすればよいでしょうか?
元。
<div>
This div is containing both my custom text and my form element:
<input type='text'>
</div>
ありがとう
ルカ