|
|||
|
Quote:
Code:
$nameInput = new Zend_Form_Element_Text('name');
$nameInput->setLabel('name')
[...]
Maybe there is no such 'most default way' ? /friedhelm |
|
|||
|
I did it like mentioned...
$inputfield->setLabel('whatever'); now the problem is that in the html i get this <label class='ISdan IStxt required'... I only set it to be IStxt. The ISdan and required it got from the inputfield itself. why is that? i only need it to be class='IStxt' or it wont show right. help please |
![]() |
| Thread Tools | |
| Display Modes | |
|
|