I added a field of type line to form. It created a field and inside that field is field with tag input. How can I set that input class?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 0 down vote accepted
$form->addField('line','input')->setAttr('class','myclass');

should do it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.