Lines Matching refs:textInput
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.value;
2361 textLayer.textInput.value = "";
2365 textLayer.textInput.value = dobjs[i].text; // Initialized the input buffer with the previous content.
2372 var textInputRect = textLayer.textInput.getBoundingClientRect();
2386 textLayer.textInput.focus();