View Single Post
  #5 (permalink)  
Old 06-21-2008, 11:20 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

The method name in that file is setDescription() but you are calling addDescription(). This explains why I did not find it in the manual or the API, I was searching for addDescription as your per your post. Try $form->setDescription().

Last edited by jweber : 06-21-2008 at 11:23 PM.
Reply With Quote