Lines Matching refs:addElement
116 $form->addElement(
132 $form->addElement('<tr>');
134 $form->addElement('<td>');
135 $form->addElement(form_makeTextField('d[' . $cur . '][name]', $row['name'], ''));
136 $form->addElement('</td>');
138 $form->addElement('<td>');
139 $form->addElement(form_makeMenuField(
146 $form->addElement('</td>');
148 $form->addElement('<td>');
149 $form->addElement(form_makeTextField('d[' . $cur . '][prefix]', $row['prefix'], ''));
150 $form->addElement('</td>');
152 $form->addElement('<td>');
153 $form->addElement(form_makeTextField('d[' . $cur . '][postfix]', $row['postfix'], ''));
154 $form->addElement('</td>');
156 $form->addElement('<td>');
157 $form->addElement(form_makeTextField('d[' . $cur . '][enum]', $row['enum'], ''));
158 $form->addElement('</td>');
160 $form->addElement('</tr>');
165 $form->addElement('</table>');
166 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('submit')));