2014-10-20 2 views

답변

1

예, 당신은 에이스가 사용하는 숨겨진 텍스트 영역에 ID를 할당해야

editor.container.id = ""; // remove id from container div 
editor.textInput.getElement().id = "editorId"; // assign id to the textarea 
관련 문제