We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요.
네이버 스마트 에디터로 입력된 값을 contents로 저장하고, 해당 innerHtml을 그대로 UI 에 뿌려주기 위해 에디터를 다시 사용하려는 상황입니다.
<textarea name="ir1" id="ir1" rows="10" cols="100" style="width: 766px; display: none" > <div>Random Content... </div> </textarea>
contents에 따라 height 높이 값을 자동으로 조절하려고 했는데, 100% 등의 방법이 먹지 않더라고요. 동적으로 contents 길이만큼 가져와서 해당 길이의 높이를 동적으로 만들어주는 함수나 방법이 존재하는지 알고 싶습니다.
var htDimension = { nMinHeight:205, // nMinHeight:205, // nMinHeight:parseInt(600, 10), nMinWidth:parseInt(elIRField.style.minWidth, 10), nHeight:elIRField.style.height||elIRField.offsetHeight, nWidth:elIRField.style.width||elIRField.offsetWidth };
SE2BaseCreator.js의 nMinHeight 혹은 textarea 태그 안의 style height로 높이가 결정되는 것 같은데, 답변 부탁드립니다!~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요.
네이버 스마트 에디터로 입력된 값을 contents로 저장하고, 해당 innerHtml을 그대로 UI 에 뿌려주기 위해 에디터를 다시 사용하려는 상황입니다.
contents에 따라 height 높이 값을 자동으로 조절하려고 했는데, 100% 등의 방법이 먹지 않더라고요. 동적으로 contents 길이만큼 가져와서 해당 길이의 높이를 동적으로 만들어주는 함수나 방법이 존재하는지 알고 싶습니다.
SE2BaseCreator.js의 nMinHeight 혹은 textarea 태그 안의 style height로 높이가 결정되는 것 같은데, 답변 부탁드립니다!~
The text was updated successfully, but these errors were encountered: