web lang/ExtJS

extjs ie word / white-space / 자동 줄바꿈

QuickPerson 2016. 2. 29. 11:45


검색어 : extjs ie word

<textarea class="wrklst-report_text" id="report_text_6586427" name="report_text[6586427]" title="Report Box" data-exam_seq="6586427" style="width:95%;"></textarea>


-> white-space: pre-wrap


속성 값


Default value:normal


ValueDescriptionPlay it
normalSequences of whitespace will collapse into a single whitespace. Text will wrap when necessary. This is defaultPlay it »
nowrapSequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line. The text continues on the same line until a <br> tag is encounteredPlay it »
preWhitespace is preserved by the browser. Text will only wrap on line breaks. Acts like the <pre> tag in HTMLPlay it »
pre-lineSequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaksPlay it »
pre-wrapWhitespace is preserved by the browser. Text will wrap when necessary, and on line breaksPlay it »
initialSets this property to its default value. Read about initialPlay it »
inheritInherits this property from its parent element. Read about inherit


참고 : http://aboooks.tistory.com/187