728x90
$(function(){
$(".devLocation").dxHtmlEditor({
onContentReady: function(e) {
e.component.format("font", "굴림");
e.component.format("size", "12pt");
e.component.format("color", "red");
e.component.getQuillInstance().blur();
e.component.getQuillInstance().focus();
},
toolbar: {
// ...
}
})
})728x90
'Front end > JS (JavaScript)' 카테고리의 다른 글
| 자바스크립트 (JavaScript) 배열값 가져오기 (첫번째, 마지막 배열값 불러오기) (0) | 2022.06.08 |
|---|---|
| (Html)(tag) 태그 내부 태그 선택 & input 태그 vlaue 값 변경 및 가져오기 (0) | 2022.06.07 |
| 자바스크립트 (JavaScript) html태그 내부값 가져오기 (innerText, innerHTML, text(), html() 차이) (0) | 2022.06.07 |
| 데브익스프레스 (DevExpress) 툴바(toolbar) 위치 변경 (Relocate the Toolbar) (0) | 2022.06.03 |
| 하이차트 베이스라인 (High Chart base line) 기본 Form (0) | 2022.05.31 |