27 $username = $this->addElement(
'textarea',
'message', array(
28 'validators' => array(
29 array(
'StringLength',
false, array(1, 160)),
34 'label' =>
'Your message (max 160 characters):',
37 $send = $this->addElement(
'submit',
'send', array(
43 $hidden = $this->addElement(
'hidden',
'goto', array(
44 'value' => $this->_attribs[
'goto'],
50 $this->setDecorators(array(
52 array(
'HtmlTag', array(
'tag' =>
'dl',
'class' =>
'zend_form')),
53 array(
'Description', array(
'placement' =>
'prepend')),