Skip to content
New issue

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 내용에 따라 높이(height)를 동적 조절할 수 있는 방법 있나요? #269

Open
yuurrii opened this issue Feb 24, 2023 · 0 comments

Comments

@yuurrii
Copy link

yuurrii commented Feb 24, 2023

안녕하세요.

네이버 스마트 에디터로 입력된 값을 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로 높이가 결정되는 것 같은데, 답변 부탁드립니다!~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant