Recent Posts
Recent Comments
HEROJOON 블로그(히로블)
Froala Editor License Key 세팅 (By AngularJS) 본문
반응형
- Froala Editor Docs : https://froala.com/wysiwyg-editor/docs/
app.value('froalaConfig', {
toolbarInline: false,
placeholderText: "Enter Text Here",
toolbarButtons : ["bold", "italic", "underline", "fontSize", "textColor"],
height: 500, // froala editor 세로길이
width: 800, // froala editor 가로길이
key: 'froala editor license key정보 입력'
});
반응형
'Frontend' 카테고리의 다른 글
React를 Github Page에 Publish(게시)하기 (0) | 2020.11.22 |
---|---|
Javascript var, let, const 차이 (0) | 2020.06.04 |
AngularJS 1.x Dynamic Value 사용하기 (0) | 2020.04.06 |
Javascript Checkbox, Radio Button 사용하기 (0) | 2020.03.22 |
AngularJS 1.x route에 param 설정하기 (0) | 2020.03.22 |
Comments