Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームにline型のフィールドを追加しました。フィールドを作成し、そのフィールド内にタグ入力のあるフィールドがあります。その入力クラスを設定するにはどうすればよいですか?
$form->addField('line','input')->setAttr('class','myclass');
するべきです。