Pytanie : TextArea - Żadny Puszek Ślimacznica

Cześć, I obecnie mieć zagadnienie z the Nie Ślimacznica wśród Textarea.

I polubić że jeżeli newline wydawać i the słowo opakunek aktywować, ten ono miło dostosowywać the całość akapit w the textarea bez jakaś scrolling i the textarea jakaś zmieniać swój długość należny the kwota contents.

Odpowiedź : TextArea - Żadny Puszek Ślimacznica

Ty chcieć chcieć jak chcieć:

jeżeli (isIE ()) {
text_area.style.height = text_area.scrollHeight + "px";
} inny {
text_area.style.height = (0);
text_area.style.height = (text_area.scrollHeight -2) + "px";
}

widzieć http://bytes.com/topic/javascript/answers/615386-dynamically-resizing-height-textarea-known-width
Inne rozwiązania  
 
programming4us programming4us