Home
last modified time | relevance | path

Searched refs:addElement (Results 151 – 166 of 166) sorted by last modified time

1234567

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureOptionsDialog.java450 soundLineComboBoxModel.addElement(mi.getName()); in selectSoundSource()
/plugin/projects/action/
H A Deditformselect.php36 …$event->data['form']->addElement('<div class=error>CodeMirror is not compactable with Javascript a…
H A Daction.php155 $create->addElement(form_makeOpenTag("p"));
156 $create->addElement(form_makeField('text', 'File name'));
157 $create->addElement(form_makeCloseTag("p"));
159 $create->addElement(form_makeOpenTag("p"));
163 $create->addElement(form_makeCloseTag("p"));
165 $create->addElement(form_makeButton("submit", '', "Create"));
176 $subproject->addElement(form_makeOpenTag("p"));
178 $subproject->addElement(form_makeCloseTag("p"));
190 $clean->addElement(form_makeCheckboxField("Recursive"));
191 $clean->addElement(form_makeButton("submit", "", "Clean"));
[all …]
/plugin/projects/lib/
H A Dtools.php62 $form->addElement(form_makeButton('submit', '', $button_name));
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php70 …$form->addElement(form_makeTextField('login', $prep['login'], $lang['user'], '', 'block', array('s…
71 …$form->addElement(form_makeTextField('fullname', $prep['fullname'], $lang['fullname'], '', 'block'…
72 …$form->addElement(form_makeTextField('email', $prep['email'], $lang['email'], '', 'block', array('…
73 $form->addElement(form_makeButton('submit', '', $lang['btn_register']));
/plugin/dokubookmark/
H A Dhelper.php160 $form->addElement(form_makeOpenTag('p'));
164 $form->addElement('<br/>&nbsp;Preset:');
171 $form->addElement(',');
173 $form->addElement('&nbsp;');
175 $form->addElement('&nbsp;');
191 $form->addElement(form_makeCloseTag('p'));
210 $form->addElement(form_makeCloseTag('div'));
229 $form->addElement(form_makeCloseTag('div'));
233 if ($elem) $form->addElement($elem);
236 $form->addElement(form_makeCloseTag('div'));
[all …]
/plugin/semanticdata/syntax/
H A Dentry.php223 $renderer->form->addElement('<table>');
225 …$renderer->form->addElement(form_makeField('text', 'data_edit[classes]', $data['classes'], $this->…
226 $renderer->form->addElement('<table>');
232 $renderer->form->addElement($text . '</tr>');
252 $renderer->form->addElement('<tr>');
285 $renderer->form->addElement('<td>');
286 $renderer->form->addElement($cell);
287 $renderer->form->addElement('</td>');
289 $renderer->form->addElement('</tr>');
292 $renderer->form->addElement('</table>');
/plugin/semanticdata/
H A Dbureaucracy_field.php56 $form->addElement(call_user_func_array('form_makeListboxField',
/plugin/translator/
H A Dhelper.php594 …$form->addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category']…
595 $form->addElement(form_makeTag('br'));
596 …$form->addElement(form_makeListboxField('Version', $versions, $_REQUEST['Version'], $this->getLang…
597 $form->addElement(form_makeTag('br'));
598 …$form->addElement(form_makeListboxField('Language', $languages, $_REQUEST['Language'], $this->getL…
599 $form->addElement(form_makeTag('br'));
600 … $form->addElement(form_makeField('submit', 'export_language', $this->getLang('Export'), ''));
973 …$form->addElement(form_makeCheckboxField("revert[{$revertable['current_date_time']}][{$revertable[…
974 $form->addElement(form_makeTag('br'));
977 $form->addElement($this->getLang('RevertManagerHowTo'));
[all …]
H A Dadmin.php594 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('Category')); $form->a…
595 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('Version')); $form->ad…
596 …$form->addElement(form_makeOpenTag("th")); $form->addElement($this->getLang('AmountOfValues')); $f…
604 …$formByDate->addElement(form_makeOpenTag("th")); $formByDate->addElement($this->getLang('Date')); …
605 …$formByDate->addElement(form_makeOpenTag("th")); $formByDate->addElement($this->getLang('Language'…
606 …$formByDate->addElement(form_makeOpenTag("th")); $formByDate->addElement($this->getLang('AmountOfV…
619 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($Name); $form->addElement(f…
620 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($data['Version']); $form->a…
621 …$form->addElement(form_makeOpenTag("td", $onclick)); $form->addElement($data['Amount']); $form->ad…
636 …$formByDate->addElement(form_makeOpenTag("td", $onclick)); $formByDate->addElement($data['Lang']);…
[all …]
/plugin/translator/syntax/
H A Dtranslator.php127 $form->addElement(form_makeTag('br'));
130 $form->addElement(form_makeTag('br'));
156 $form->addElement(form_makeTag('br'));
259 $form->addElement('google');
293 $form->addElement(form_makeTag('br'));
295 $form->addElement(form_makeTag('br'));
297 $form->addElement(form_makeTag('br'));
300 $form->addElement(form_makeTag('br'));
302 $form->addElement(form_makeTag('br'));
304 $form->addElement(form_makeTag('br'));
[all …]
/plugin/processing/
H A Dscript.js3522 this.attributes.addElement(attr);
3530 this.attributes.addElement(attr);
/plugin/conflictmerger/
H A Daction.php264 … $form->addElement(form_makeButton('submit', 'save', $lang['btn_save'], array('accesskey'=>'s')));
265 … $form->addElement(form_makeButton('submit', 'edit', $lang['btn_edit'], array('accesskey'=>'e')));
266 $form->addElement(form_makeButton('submit', 'cancel', $lang['btn_cancel']));
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js64 …ion.empty();var B;try{B=FCK.EditorDocument.body.createControlRange();B.addElement(A);}catch(e){B=F…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_ie.js110 oRange.addElement( node ) ;
/plugin/googlesearch/
H A Dnusoap.php1649 * @see addElement
1876 function addElement($attrs) { function in XMLSchema
5694 function addElement($attrs) { function in wsdl
5696 $this->schemas[$typens][0]->addElement($attrs);

1234567