*/ class LSattr_html_text extends LSattr_html { function addToForm (&$form,$idForm) { return $form -> addElement('text', $this -> name, $this -> config['label']); } } ?>