doesn't recognize it whatever way I tried:
$this->addElement(
'Submit',
'btn_search',
array(
'label' => 'Search',
'decorators' => $this->buttonDecorators,
'class' => 'class_name'
)
);
or
$this->getElement('btn_search')->setAttrib('class', 'class_name');
没有评论:
发表评论