Coğumuzun sorunudur editorun herhangi bir buton eklemesinden sonra buyumesi ve aşağıdaki yazıları kapatması.Bu kullanıcılara oldukca sevimsiz bir goruntu oluşturabilir.Bunu aşağıdaki panel gibi yapmak icin lutfen aşağıdaki kodları uygulayın Oncelikle ftp hesabınızdan jscripts/editor.js dosyasını acalımAşağıdaki kodları bulup[B]İşleme başlamadan editor.js dosyasının yedeğini alınız Kod:
// Determine the overall height and width - messy, but works w = oldTextarea.getDimensions().width+"px"; if(!w || parseInt(w) < 400) if(this.options && this.options.height) else if(oldTextarea.offsetHeight) else if(oldTextarea.clientHeight) else if(oldTextarea.style.height) else this.editor.style.width = w; this.editor.style.height = h;
Bu kodlarla değiştirelim Kod:
// Determine the overall height and width - messy, but works w = "550px"; h = "300px"; this.editor.style.width = w; this.editor.style.height = h;
Daha sonra aşağıdaki kodu bulup Kod:
textInput.style.height = parseInt(areaContainer.style.height]"px"; textInput.style.width = parseInt(areaContainer.style.width]"px";
Bu kodla değiştirelim Kod:
textInput.style.height = "229px"; textInput.style.width = "544px";
İşlem bitti gule gule kullanınız. __________________
Mybb Editor Panelinin Genişliğini Ayarlama
MyBB0 Mesaj
●55 Görüntüleme
- ReadBull.net
- Programlama ve Yazılım
- Web Tabanlı Uygulamalar - Aplikasyonlar
- MyBB
- Mybb Editor Panelinin Genişliğini Ayarlama