Lines Matching refs:textarea

10 …lement("td");e.style.verticalAlign="top";mxLog.textarea=document.createElement("textarea");mxLog.t…
11textarea.setAttribute("readOnly","true");mxLog.textarea.style.height="100%";mxLog.textarea.style.r…
12 …{mxUtils.copy(mxLog.textarea.value)}catch(k){mxUtils.alert(k)}});mxLog.addButton("Show",function(a…
13 function(a){mxLog.textarea.value=""});d=c=0;"number"===typeof window.innerWidth?(c=window.innerHeig…
14textarea.style.height=Math.max(0,f.offsetHeight-70)+"px"};mxLog.window.addListener(mxEvent.RESIZE_…
16textarea?(mxLog.textarea.value+=a,null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Prest…
865 mxCellEditor.prototype.graph=null;mxCellEditor.prototype.textarea=null;mxCellEditor.prototype.editi… method in mxCellEditor
866textarea=document.createElement("div");this.textarea.className="mxCellEditor mxPlainTextEditor";th…
867 …rigger)};mxCellEditor.prototype.setAlign=function(a){null!=this.textarea&&(this.textarea.style.tex…
868 …pe.getCurrentValue=function(a){return mxUtils.extractTextWithWhitespace(this.textarea.childNodes)};
871 …this.textarea.innerHTML.length||"<br>"==this.textarea.innerHTML?(this.textarea.innerHTML=this.getE…
873 …n(a)};mxCellEditor.prototype.isEventSource=function(a){return mxEvent.getSource(a)==this.textarea};
874 …te(this.editingCell);if(null==a)this.stopEditing(!0);else if(null!=this.textarea){var b=this.graph…
878textarea.innerHTML!=this.getEmptyLabelText())if(this.textarea.style.wordWrap=mxConstants.WORD_WRAP…
879textarea.style.maxHeight=this.bounds.height+"px";this.textarea.style.width=e+"px"}else this.textar…
880textarea.style.top=Math.max(0,Math.ceil((this.bounds.y-d.y*(this.bounds.height-(e+.5)*c)+e*(c-1)*0…
881textarea.style.width=Math.round(this.bounds.width/c)+"px",this.textarea.style.height=Math.round(th…
882textarea.innerHTML!=this.getEmptyLabelText()?(this.textarea.style.wordWrap=mxConstants.WORD_WRAP,t…
883 "0px 0px");mxUtils.setPrefixedStyle(this.textarea.style,"transform","scale("+c+","+c+")"+(null==d?"…
885 …rtEditing=function(a,b){this.stopEditing(!0);this.align=null;null==this.textarea&&this.init();null…
887textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"…
888textarea.style.textAlign=g;this.textarea.style.outline="none";this.textarea.style.color=f;d=this.t…
889textarea.innerHTML=this.getInitialValue(c,b)||"";this.initialValue=this.textarea.innerHTML;0==this…
890 …ze()}),0);this.resize();try{this.textarea.focus(),this.isSelectText()&&0<this.textarea.innerHTML.l…
892textarea.blur();this.clearSelection();null!=this.textarea.parentNode&&this.textarea.parentNode.rem…
893textarea.innerHTML!=b||null!=this.align)){this.prepareTextarea();b=this.getCurrentValue(a);this.gr…
894textarea.lastChild&&"BR"==this.textarea.lastChild.nodeName&&this.textarea.removeChild(this.textare…
900 …!=this.textarea&&(mxEvent.release(this.textarea),null!=this.textarea.parentNode&&this.textarea.par…