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 614 | Zeile 614 |
---|
{ $(this.openTags[i]).className = "toolbar_normal"; }
|
{ $(this.openTags[i]).className = "toolbar_normal"; }
|
if($(exploded_tag[0]) && $(exploded_type[0]).type == "select-one")
| if($(exploded_tag[0]) && $(exploded_tag[0]).type == "select-one")
|
{ $(exploded_tag[0]).selectedIndex = 0; }
| { $(exploded_tag[0]).selectedIndex = 0; }
|