Zeile 105 | Zeile 105 |
---|
if(this.options && this.options.height) {
|
if(this.options && this.options.height) {
|
w = this.options.height;
| h = this.options.height;
|
} else if(oldTextarea.style.height) {
| } else if(oldTextarea.style.height) {
|
Zeile 689 | Zeile 689 |
---|
{ var select_start = element.selectionStart; var select_end = element.selectionEnd;
|
{ var select_start = element.selectionStart; var select_end = element.selectionEnd;
|
if(select_end <= 2)
| if(select_end <= 0)
|
{ select_end = element.textLength; }
| { select_end = element.textLength; }
|