/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
H A D | GoogleAppsCardV1Widget.php | 160 public function setTextInput(GoogleAppsCardV1TextInput $textInput) argument 162 $this->textInput = $textInput; 169 return $this->textInput;
|
/plugin/bibtex/OSBib/create/ |
H A D | ADMINSTYLE.php | 383 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 D | FORM.php | 313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) function in FORM
|
/plugin/evesso/ |
H A D | action.php | 276 $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 D | SketchCanvas.js | 2291 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 [all...] |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 10049 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 D | plugin.js.unc | 105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
|
/plugin/ckgedit/ckeditor/plugins/footnote/ |
H A D | plugin.js.unc | 105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
|
/plugin/issuetracker/ |
H A D | tablekit.js | 912 TableKit.Editable.textInput = function(n,attributes) { function 918 TableKit.Editable.textInput('text-input');
|
/plugin/aceeditor/ |
H A D | build.js | 1 …textInput.onContextMenu(e),F()})};t.TextInput=a}),define("ace/mouse/default_handlers",["require","…
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 494 …);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 D | CHANGES.md | 504 …cumentation](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog.definition.textInput-property-bidi). …
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 541 …);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 D | ckeditor.js.unc | 10717 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;
|