Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DGoogleAppsCardV1Widget.php160 public function setTextInput(GoogleAppsCardV1TextInput $textInput) argument
162 $this->textInput = $textInput;
169 return $this->textInput;
/plugin/bibtex/OSBib/create/
DADMINSTYLE.php381 FORM::textInput(FALSE, "cite_twoCreatorsSep", $twoCreatorsSep, 7, 255)) .
383 FORM::textInput(FALSE, "cite_creatorSepFirstBetween",
387 FORM::textInput(FALSE, "cite_creatorSepNextBetween", $betweenNext, 7, 255) .
389 FORM::textInput(FALSE, "cite_creatorSepNextLast", $last, 7, 255));
404 FORM::textInput(FALSE, "cite_creatorListMore", $listMore, 3) .
406 FORM::textInput(FALSE, "cite_creatorListLimit", $listLimit, 3) . MISC::br() .
408 FORM::textInput(FALSE, "cite_creatorListAbbreviation", $listAbbreviation, 15) . ' ' .
422 FORM::textInput(FALSE, "cite_creatorListSubsequentMore", $listMore, 3) .
424 FORM::textInput(FALSE, "cite_creatorListSubsequentLimit", $listLimit, 3) . MISC::br() .
426 FORM::textInput(FALSE, "cite_creatorListSubsequentAbbreviation", $listAbbreviation, 15) . ' ' .
[all …]
DFORM.php313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) function in FORM
/plugin/evesso/
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/
DSketchCanvas.js2291 lay.textInput = document.createElement('input');
2292 lay.textInput.id = "textinput";
2293 lay.textInput.type = "text";
2294 lay.textInput.style.width = "30em";
2295 lay.textInput.onkeyup = function(e){
2300 lay.appendChild(lay.textInput);
2307 lay.linkInput.onkeyup = lay.textInput.onkeyup;
2319 if(lay.textInput.value == '')
2324 lay.dobj.text = lay.textInput.value;
2333 obj.text = lay.textInput.value;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DEditorUi.js10035 var textInput = document.createElement('div');
10036 textInput.setAttribute('autocomplete', 'off');
10037 textInput.setAttribute('autocorrect', 'off');
10038 textInput.setAttribute('autocapitalize', 'off');
10039 textInput.setAttribute('spellcheck', 'false');
10040 textInput.style.textRendering = 'optimizeSpeed';
10041 textInput.style.fontFamily = 'monospace';
10042 textInput.style.wordBreak = 'break-all';
10043 textInput.style.background = 'transparent';
10044 textInput.style.color = 'transparent';
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js.unc105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js.unc105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
/plugin/sketchcanvas/bundle/
DSketchCanvas.js36textInput=document.createElement("input"),p.textInput.id="textinput",p.textInput.type="text",p.tex…
DSketchCanvas.js.map4textInput = document.createElement('input');\r\n\t\t\t\tlay.textInput.id = \"textinput\";\r\n\t\t\…
/plugin/issuetracker/
Dtablekit.js912 TableKit.Editable.textInput = function(n,attributes) { function in TableKit.Editable
918 TableKit.Editable.textInput('text-input');
/plugin/aceeditor/
Dbuild.js1textInput.onContextMenu(e),F()})};t.TextInput=a}),define("ace/mouse/default_handlers",["require","…
/plugin/ckgdoku/ckeditor/
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){… method
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…
DCHANGES.md504 …cumentation](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog.definition.textInput-property-bidi). …
/plugin/ckgedit/ckeditor/
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){… method
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…
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;