Home
last modified time | relevance | path

Searched refs:textInput (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1Widget.php160 public function setTextInput(GoogleAppsCardV1TextInput $textInput) argument
162 $this->textInput = $textInput;
169 return $this->textInput;
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php383 FORM::textInput(FALSE, "cite_creatorSepFirstBetween",
389 FORM::textInput(FALSE, "cite_creatorSepNextLast", $last, 7, 255));
404 FORM::textInput(FALSE, "cite_creatorListMore", $listMore, 3) .
422 FORM::textInput(FALSE, "cite_creatorListSubsequentMore", $listMore, 3) .
446 FORM::textInput(FALSE, "cite_consecutiveCreatorSep", $consecutiveSep, 7);
454 FORM::textInput(FALSE, "cite_template", $template, 30, 255) .
723 FORM::textInput($this->messages->text("style", "editorSwitchIfYes"),
744 FORM::textInput(FALSE, "style_primaryCreatorListMore", $listMore, 3) .
761 FORM::textInput(FALSE, "style_otherCreatorListMore", $listMore, 3) .
818 FORM::textInput(FALSE, "style_userMonth_$i", $input, 15, 255);
[all …]
H A DFORM.php313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) function in FORM
/plugin/evesso/
H A Daction.php276 $textInput = $form->addTextInput($value, $name, $pos);
277 $textInput->attr('size', '50');
278 $textInput->attr('class', 'edit');
279 $textInput->attr('value', $value);
280 $textInput->attr('disabled', 'disabled');
281 $label = $textInput->getLabel();
/plugin/sketchcanvas/script/
H A DSketchCanvas.js2287 lay.textInput = document.createElement('input');
2288 lay.textInput.id = "textinput";
2289 lay.textInput.type = "text";
2290 lay.textInput.style.width = "30em";
2291 lay.textInput.onkeyup = function(e){
2296 lay.appendChild(lay.textInput);
2303 lay.linkInput.onkeyup = lay.textInput.onkeyup;
2315 if(lay.textInput.value == '')
2320 lay.dobj.text = lay.textInput.value;
2329 obj.text = lay.textInput
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js10049 textInput.style.fontSize = '1';
10050 textInput.style.zIndex = '-1';
10051 textInput.style.resize = 'none';
10053 textInput.style.width = '1px';
10054 textInput.style.height = '1px';
10057 textInput.innerHTML = ' ';
10088 textInput.focus();
10101 textInput.focus();
10125 textInput.parentNode.removeChild(textInput);
10143 this.copyCells(textInput);
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
/plugin/issuetracker/
H A Dtablekit.js912 TableKit.Editable.textInput = function(n,attributes) { function
918 TableKit.Editable.textInput('text-input');
/plugin/aceeditor/
H A Dbuild.js1textInput.onContextMenu(e),F()})};t.TextInput=a}),define("ace/mouse/default_handlers",["require","…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js494 …);return this._},f={build:function(a,b,c){return new CKEDITOR.ui.dialog.textInput(a,b,c)}},b={buil…
499 …TOR.dialog._.uiElementBuilders.hbox.build(b,d,a));return a.join("")})}},textInput:function(b,c,e){…
516 …n:function(){this.focus()},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.textInput.prototype=CKEDIT…
519 new CKEDITOR.ui.dialog.textInput;CKEDITOR.ui.dialog.select.prototype=CKEDITOR.tools.extend(new CKED…
H A DCHANGES.md504 …cumentation](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog.definition.textInput-property-bidi). …
/plugin/ckgedit/ckeditor/
H A Dckeditor.js541 …);return this._},r={build:function(b,a,d){return new CKEDITOR.ui.dialog.textInput(b,a,d)}},n={buil…
546 …TOR.dialog._.uiElementBuilders.hbox.build(b,g,e));return e.join("")})}},textInput:function(b,a,d){…
563 …n:function(){this.focus()},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.textInput.prototype=CKEDIT…
566 new CKEDITOR.ui.dialog.textInput;CKEDITOR.ui.dialog.select.prototype=CKEDITOR.tools.extend(new CKED…
H A Dckeditor.js.unc10717 return new CKEDITOR.ui.dialog.textInput(b, a, d)
10797 textInput: function(b, a, d) {
11147 …CKEDITOR.ui.dialog.textInput.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledEleme…
11198 new CKEDITOR.ui.dialog.textInput;