View Single Post
  #4 (permalink)  
Old 04-07-2008, 10:46 AM
voogzy voogzy is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default

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
Reply With Quote